mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +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
|
|
@ -2,6 +2,12 @@
|
|||
#include "table_item_delegate.h"
|
||||
#include "Emu/System.h"
|
||||
|
||||
#include <QFontDatabase>
|
||||
#include <QMenu>
|
||||
#include <QMouseEvent>
|
||||
#include <QVBoxLayout>
|
||||
#include <QPushButton>
|
||||
|
||||
LOG_CHANNEL(autopause_log, "AutoPause");
|
||||
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue