mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Untangle GUI and input includes
This commit is contained in:
parent
7b49249f5f
commit
f7666f44da
126 changed files with 702 additions and 666 deletions
|
|
@ -1,8 +1,16 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "Emu/Memory/vm.h"
|
||||
|
||||
#include "memory_viewer_panel.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QPushButton>
|
||||
#include <QSpinBox>
|
||||
#include <QGroupBox>
|
||||
#include <QTextEdit>
|
||||
#include <QComboBox>
|
||||
#include <QWheelEvent>
|
||||
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
|
||||
memory_viewer_panel::memory_viewer_panel(QWidget* parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue