Merge pull request #315 from Bigpet/simplestdafx

Reduce stdafx.h under Linux for better build-times
This commit is contained in:
Alexandro Sánchez Bach 2014-06-06 04:17:15 +02:00
commit 4ac8061240
183 changed files with 900 additions and 164 deletions

View file

@ -1,6 +1,11 @@
#include "stdafx.h"
#include "Emu/SysCalls/SysCalls.h"
#include "Emu/ConLog.h"
#include "Emu/Memory/Memory.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUThread.h"
#include "Emu/SysCalls/SC_FUNC.h"
#include "Emu/SysCalls/Modules.h"
#include "Emu/SysCalls/SysCalls.h"
#include "Emu/GS/GCM.h"
void cellGcmSys_init();