diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-12 16:34:44 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-12 16:34:44 +0000 |
| commit | ed0bed6286a59464d38b06483b11f8c577ce2e28 (patch) | |
| tree | 53a2a378a548526d6b741da91068f0875ccc0d0e /win32 | |
| parent | bee55e515c9b62a8c369dea9b8566aaaf1a6c70d (diff) | |
| download | pcsxr-ed0bed6286a59464d38b06483b11f8c577ce2e28.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/gui/WndMain.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/win32/gui/WndMain.c b/win32/gui/WndMain.c index 9856c534..45d8b447 100644 --- a/win32/gui/WndMain.c +++ b/win32/gui/WndMain.c @@ -169,8 +169,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine if (LoadConfig() == -1) {
return 0;
}
- } - + }
+
strcpy(Config.PatchesDir, "Patches\\");
#ifdef ENABLE_NLS
@@ -1696,10 +1696,6 @@ int SysInit() { if (psxInit() == -1) return -1;
-#ifdef GTE_DUMP
- gteLog = fopen("gteLog.txt","w");
-#endif
-
#ifdef EMU_LOG
emuLog = fopen("emuLog.txt","w");
setvbuf(emuLog, NULL, _IONBF, 0);
@@ -1730,9 +1726,6 @@ void SysClose() { if (Config.PsxOut) CloseConsole();
if (emuLog != NULL) fclose(emuLog);
-#ifdef GTE_DUMP
- if (gteLog != NULL) fclose(gteLog);
-#endif
}
void SysPrintf(char *fmt, ...) {
|
