X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fsystem.h;h=254be0839ab78504be95bbf67723607f17efa4e4;hb=ba3814c189d3bd2332b66fb6c633a7d028e618fe;hp=cd1814c28a8520ddc12765eacc62b80da797f828;hpb=996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2;p=pcsx_rearmed.git diff --git a/libpcsxcore/system.h b/libpcsxcore/system.h index cd1814c2..254be083 100644 --- a/libpcsxcore/system.h +++ b/libpcsxcore/system.h @@ -37,6 +37,10 @@ void SysRunGui(); // Returns to the Gui void SysClose(); // Close mem and plugins void SysDLog(const char *fmt, ...); // Prints debug-level logs +// log if the game does something we don't handle (well) +//#define log_unhandled printf +#define log_unhandled(...) + #ifdef __cplusplus } #endif