From: Shamus Hammons Date: Sat, 26 Nov 2011 17:20:35 +0000 (+0000) Subject: Left some bits dangling in the GPU and log. :-P X-Git-Tag: 2.0.2~6 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2229bbcba3b542abb91d5d05acbe4d572d496c8;p=virtualjaguar Left some bits dangling in the GPU and log. :-P --- diff --git a/src/gpu.cpp b/src/gpu.cpp index c2cc94d..0aac293 100644 --- a/src/gpu.cpp +++ b/src/gpu.cpp @@ -44,7 +44,7 @@ // For GPU dissasembly... -#if 1 +#if 0 #define GPU_DIS_ABS #define GPU_DIS_ADD #define GPU_DIS_ADDC diff --git a/src/log.cpp b/src/log.cpp index 87a3cf2..15b2384 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -22,8 +22,7 @@ #include #include "types.h" -//temp, 1GB, remove 2 zeroes -#define MAX_LOG_SIZE 1000000000 // Maximum size of log file (10 MB) +#define MAX_LOG_SIZE 10000000 // Maximum size of log file (10 MB) static FILE * log_stream = NULL; static uint32 logSize = 0;