Seperate ConLog.h and ConLogFrame.h (for now only seperate headers)

make precompiled header slimmer under Linux to increase CI and dev-machine build-times

make sure unused modules don't compile
add unused modules to the VS project to easier keep track of them
This commit is contained in:
Peter Tissen 2014-06-02 19:27:24 +02:00
parent 4f36ecc681
commit 40add8f9a2
182 changed files with 893 additions and 162 deletions

View file

@ -1,4 +1,5 @@
#include "stdafx.h"
#if 0
#include "Emu/SysCalls/SysCalls.h"
#include "Emu/SysCalls/SC_FUNC.h"
@ -54,4 +55,5 @@ void cellKey2char_init()
cellKey2char.AddFunc(0x56776c0d, cellKey2CharGetChar);
cellKey2char.AddFunc(0xbfc03768, cellKey2CharSetMode);
cellKey2char.AddFunc(0x0dfbadfa, cellKey2CharSetArrangement);
}
}
#endif