add Bomberman: Fantasy Race to database for hack "(GPU) slow linked list walking"
[pcsx_rearmed.git] / libpcsxcore / system.h
index c869fdf..fe4ab40 100644 (file)
@@ -32,10 +32,13 @@ void *SysLoadLibrary(const char *lib);      // Loads Library
 void *SysLoadSym(void *lib, const char *sym);  // Loads Symbol from Library
 const char *SysLibError();                             // Gets previous error loading sysbols
 void SysCloseLibrary(void *lib);               // Closes Library
-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