mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
remove unexplained commented out code that I added myself with the last PR
* remove unexplained commented out code that I added myself * revert asmjit settings change that was meant to only be local for me
This commit is contained in:
parent
bd6837f2f9
commit
e85abdeb2c
16 changed files with 5 additions and 215 deletions
|
@ -10,11 +10,7 @@
|
|||
#define SARRSIZEOF(array) (sizeof(array)/sizeof(array[0]))
|
||||
|
||||
#define NOMINMAX
|
||||
//#ifdef wxGUI
|
||||
#ifndef QT_UI
|
||||
#ifdef _WIN32
|
||||
//#include <wx/msw/setup.h>
|
||||
#endif
|
||||
#include <wx/wxprec.h>
|
||||
#include <wx/config.h>
|
||||
#include <wx/string.h>
|
||||
|
@ -44,7 +40,6 @@
|
|||
#include <wx/listctrl.h>
|
||||
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
#ifdef MSVC_CRT_MEMLEAK_DETECTION
|
||||
#ifdef _DEBUG
|
||||
|
@ -55,11 +50,6 @@
|
|||
#endif // _DEBUG
|
||||
#endif // MSVC_CRT_MEMLEAK_DETECTION
|
||||
|
||||
#ifndef _WIN32
|
||||
//hack, disabled
|
||||
//#define wx_str() ToStdString().c_str()
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
@ -300,8 +290,6 @@ enum Status
|
|||
#include "Emu/System.h"
|
||||
#include "Emu/SysCalls/Callback.h"
|
||||
#include "Emu/DbgCommand.h"
|
||||
//#ifdef wxGUI
|
||||
//#endif
|
||||
#include "Emu/Cell/PPUThread.h"
|
||||
#include "Emu/SysCalls/SC_FUNC.h"
|
||||
#include "Emu/SysCalls/Modules.h"
|
||||
|
@ -315,7 +303,6 @@ enum Status
|
|||
#include "Emu/FS/vfsStreamMemory.h"
|
||||
#include "Emu/FS/vfsFile.h"
|
||||
#include "Emu/FS/vfsDir.h"
|
||||
//#ifdef wxGUI
|
||||
#include "rpcs3.h"
|
||||
|
||||
#define _PRGNAME_ "RPCS3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue