mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +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,9 +1,18 @@
|
|||
|
||||
#include "rsx_debugger.h"
|
||||
#include "rsx_debugger.h"
|
||||
#include "gui_settings.h"
|
||||
#include "qt_utils.h"
|
||||
#include "memory_viewer_panel.h"
|
||||
#include "table_item_delegate.h"
|
||||
|
||||
#include "Emu/RSX/GSRender.h"
|
||||
|
||||
#include <QHBoxLayout>
|
||||
#include <QHeaderView>
|
||||
#include <QFont>
|
||||
#include <QPixmap>
|
||||
#include <QPushButton>
|
||||
#include <QKeyEvent>
|
||||
|
||||
enum GCMEnumTypes
|
||||
{
|
||||
CELL_GCM_ENUM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue