mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
enable full precompiled headers for non-Windows Platforms for now to make people not guess all the time what to include
This commit is contained in:
parent
7bb966ba82
commit
982ea35d44
@ -280,7 +280,6 @@ enum Status
|
||||
#include "Utilities/IdManager.h"
|
||||
#include "Utilities/StrFmt.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Emu/SysCalls/Callback.h"
|
||||
#include "Ini.h"
|
||||
#include "Gui/FrameBase.h"
|
||||
@ -302,7 +301,6 @@ enum Status
|
||||
#include "Emu/FS/vfsFile.h"
|
||||
#include "Emu/FS/vfsDir.h"
|
||||
#include "rpcs3.h"
|
||||
#endif
|
||||
|
||||
#define _PRGNAME_ "RPCS3"
|
||||
#define _PRGVER_ "0.0.0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user