]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/log.h
Added appropriate audio thread pausing to the GUI layer.
[virtualjaguar] / src / log.h
index 0bf9e092143aac701a0c17fd47daff31c189ee82..c406bf8154b4fb12cd5e216ba682d97e7999f8d6 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -1,5 +1,5 @@
 //
-// LOG.H
+// log.h: Logfile support
 //
 
 #ifndef __LOG_H__
@@ -20,4 +20,8 @@ void WriteLog(const char * text, ...);
 }
 #endif
 
+// Some useful defines... :-)
+//#define GPU_DEBUG
+//#define LOG_BLITS
+
 #endif // __LOG_H__