mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 17:28:36 +12:00
More Header cleanup
This commit is contained in:
parent
e2303f3378
commit
a3eb5c2d63
25 changed files with 40 additions and 31 deletions
|
@ -1,10 +1,12 @@
|
|||
#include "save_data_dialog.h"
|
||||
#include "save_data_list_dialog.h"
|
||||
|
||||
#include <Emu/System.h>
|
||||
#include <Emu/IdManager.h>
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/IdManager.h"
|
||||
#include "Emu/Io/interception.h"
|
||||
#include <Emu/RSX/Overlays/overlay_save_dialog.h>
|
||||
#include "Emu/RSX/Overlays/overlay_save_dialog.h"
|
||||
|
||||
#include "Utilities/Thread.h"
|
||||
|
||||
s32 save_data_dialog::ShowSaveDataList(std::vector<SaveDataEntry>& save_entries, s32 focused, u32 op, vm::ptr<CellSaveDataListSet> listSet)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue