mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-05 15:49:20 +00:00
Merge pull request #323 from Bigpet/master
enable full precompiled headers for non-Windows Platforms
This commit is contained in:
commit
d6f71ee2b3
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
#pragma once
|
#ifndef PPUTHREAD_H
|
||||||
|
#define PPUTHREAD_H
|
||||||
#include "Emu/Cell/PPCThread.h"
|
#include "Emu/Cell/PPCThread.h"
|
||||||
#include "Emu/SysCalls/SysCalls.h"
|
#include "Emu/SysCalls/SysCalls.h"
|
||||||
#include "rpcs3.h"
|
#include "rpcs3.h"
|
||||||
|
@ -861,3 +862,4 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
PPUThread& GetCurrentPPUThread();
|
PPUThread& GetCurrentPPUThread();
|
||||||
|
#endif //PPUTHREAD_H
|
||||||
|
|
|
@ -280,7 +280,6 @@ enum Status
|
||||||
#include "Utilities/IdManager.h"
|
#include "Utilities/IdManager.h"
|
||||||
#include "Utilities/StrFmt.h"
|
#include "Utilities/StrFmt.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include "Emu/SysCalls/Callback.h"
|
#include "Emu/SysCalls/Callback.h"
|
||||||
#include "Ini.h"
|
#include "Ini.h"
|
||||||
#include "Gui/FrameBase.h"
|
#include "Gui/FrameBase.h"
|
||||||
|
@ -302,7 +301,6 @@ enum Status
|
||||||
#include "Emu/FS/vfsFile.h"
|
#include "Emu/FS/vfsFile.h"
|
||||||
#include "Emu/FS/vfsDir.h"
|
#include "Emu/FS/vfsDir.h"
|
||||||
#include "rpcs3.h"
|
#include "rpcs3.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#define _PRGNAME_ "RPCS3"
|
#define _PRGNAME_ "RPCS3"
|
||||||
#define _PRGVER_ "0.0.0.4"
|
#define _PRGVER_ "0.0.0.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue