Merge branch 'cwcheat' of https://github.com/makotech222/ppsspp into makotech222-cwcheat

Conflicts:
	Core/Config.cpp
	Core/Config.h
	Core/Core.vcxproj.filters
	Core/HLE/sceKernel.cpp
This commit is contained in:
Henrik Rydgard 2013-05-22 21:04:12 +02:00
commit 08e0881c94
11 changed files with 584 additions and 3 deletions

View file

@ -188,6 +188,9 @@ namespace MainWindow
void setFpsLimit(int fps) {
g_Config.iFpsLimit = fps;
}
void enableCheats(int cheats){
g_Config.iEnableCheats = cheats;
}
BOOL Show(HINSTANCE hInstance, int nCmdShow)
{