From b2229bbcba3b542abb91d5d05acbe4d572d496c8 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Sat, 26 Nov 2011 17:20:35 +0000 Subject: [PATCH] Left some bits dangling in the GPU and log. :-P --- src/gpu.cpp | 2 +- src/log.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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; -- 2.37.2