mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
add back fused gui log classes, this needs to be redone another way
also, add back wx requirement for strfmt
This commit is contained in:
parent
10e10de98d
commit
ed10ea7544
12 changed files with 332 additions and 333 deletions
|
@ -291,17 +291,16 @@ enum Status
|
|||
#include "Utilities/IdManager.h"
|
||||
#include "Utilities/StrFmt.h"
|
||||
|
||||
#include "rpcs3/Ini.h"
|
||||
#include "Gui/FrameBase.h"
|
||||
#include "Gui/ConLogFrame.h"
|
||||
#include "Emu/ConLog.h"
|
||||
#include "Emu/DbgConsole.h"
|
||||
#include "rpcs3/Ini.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/SysCalls/Callback.h"
|
||||
#include "Emu/DbgCommand.h"
|
||||
//#ifdef wxGUI
|
||||
#include "Gui/FrameBase.h"
|
||||
#include "Gui/DbgFrame.h"
|
||||
#include "Gui/ConLogFrame.h"
|
||||
//#endif
|
||||
#include "Emu/Cell/PPUThread.h"
|
||||
#include "Emu/SysCalls/SC_FUNC.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue