gpulib: new debug compile option for raw fb display
[pcsx_rearmed.git] / plugins / gpulib / gpu.h
index 2f7a464..1582ee1 100644 (file)
@@ -13,6 +13,8 @@
 
 #include <stdint.h>
 
+//#define RAW_FB_DISPLAY
+
 #define gpu_log(fmt, ...) \
   printf("%d:%03d: " fmt, *gpu.state.frame_count, *gpu.state.hcnt, ##__VA_ARGS__)