mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Headers cleanup
This commit is contained in:
parent
63147fdede
commit
cd87a64621
361 changed files with 211 additions and 558 deletions
|
@ -39,12 +39,10 @@
|
|||
#include "system_cmd_dialog.h"
|
||||
#include "emulated_pad_settings_dialog.h"
|
||||
#include "basic_mouse_settings_dialog.h"
|
||||
#include "raw_mouse_settings_dialog.h"
|
||||
#include "vfs_tool_dialog.h"
|
||||
#include "welcome_dialog.h"
|
||||
|
||||
#include <thread>
|
||||
#include <charconv>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <QScreen>
|
||||
|
@ -65,6 +63,7 @@
|
|||
#include "Emu/system_utils.hpp"
|
||||
#include "Emu/system_config.h"
|
||||
#include "Emu/savestate_utils.hpp"
|
||||
#include "Emu/Cell/timers.hpp"
|
||||
|
||||
#include "Crypto/unpkg.h"
|
||||
#include "Crypto/unself.h"
|
||||
|
@ -92,6 +91,10 @@
|
|||
#include <QPermissions>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "raw_mouse_settings_dialog.h"
|
||||
#endif
|
||||
|
||||
LOG_CHANNEL(gui_log, "GUI");
|
||||
|
||||
extern atomic_t<bool> g_user_asked_for_frame_capture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue