easier logging of unhandled stuff
[pcsx_rearmed.git] / libpcsxcore / system.h
index c869fdf..c380aa4 100644 (file)
@@ -36,6 +36,10 @@ void SysUpdate();                                            // Called on VBlank (to update i.e. pads)
 void SysRunGui();                                              // Returns to the Gui
 void SysClose();                                               // Close mem and plugins
 
+// log if the game does something we don't handle (well)
+//#define log_unhandled printf
+#define log_unhandled(...)
+
 #ifdef __cplusplus
 }
 #endif