summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-12 16:34:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-12 16:34:44 +0000
commited0bed6286a59464d38b06483b11f8c577ce2e28 (patch)
tree53a2a378a548526d6b741da91068f0875ccc0d0e /macosx
parentbee55e515c9b62a8c369dea9b8566aaaf1a6c70d (diff)
downloadpcsxr-ed0bed6286a59464d38b06483b11f8c577ce2e28.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/main.m b/macosx/main.m
index 55d33968..e6bb6019 100644
--- a/macosx/main.m
+++ b/macosx/main.m
@@ -50,11 +50,6 @@ int main(int argc, const char *argv[])
int SysInit() {
if (!sysInited) {
-#ifdef GTE_DUMP
- gteLog = fopen("gteLog.txt","wb");
- setvbuf(gteLog, NULL, _IONBF, 0);
-#endif
-
#ifdef EMU_LOG
#ifndef LOG_STDOUT
emuLog = fopen("emuLog.txt","wb");