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,5 +1,4 @@
|
|||
#include <QVBoxLayout>
|
||||
#include <QButtonGroup>
|
||||
#include <QButtonGroup>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QPushButton>
|
||||
#include <QMessageBox>
|
||||
|
|
@ -7,11 +6,11 @@
|
|||
#include <QDesktopServices>
|
||||
#include <QColorDialog>
|
||||
#include <QSpinBox>
|
||||
#include <QApplication>
|
||||
#include <QDesktopWidget>
|
||||
#include <QTimer>
|
||||
#include <QScreen>
|
||||
#include <QUrl>
|
||||
|
||||
#include "gui_settings.h"
|
||||
#include "display_sleep_control.h"
|
||||
#include "qt_utils.h"
|
||||
#include "settings_dialog.h"
|
||||
|
|
@ -20,6 +19,7 @@
|
|||
#include "input_dialog.h"
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Emu/GameInfo.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/system_config.h"
|
||||
#include "Emu/title.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue