]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/log.cpp
Left some bits dangling in the GPU and log. :-P
[virtualjaguar] / src / log.cpp
index 87a3cf2697fee5b1c91918daf6c6d06b58341423..15b2384d0099f7e9b2770734ce8ce60a1835b5a3 100644 (file)
@@ -22,8 +22,7 @@
 #include <stdarg.h>
 #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;