X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fsystem.h;h=c380aa473bd82fa841dffe9a4910100eeac3386e;hb=82d049361e59ca58ebf85d17b8a2324a2a9181a3;hp=cd1814c28a8520ddc12765eacc62b80da797f828;hpb=d56340b165b4a7ef25bc3c7509d4f2315843bc31;p=pcsx_rearmed.git diff --git a/libpcsxcore/system.h b/libpcsxcore/system.h index cd1814c2..c380aa47 100644 --- a/libpcsxcore/system.h +++ b/libpcsxcore/system.h @@ -35,7 +35,10 @@ 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 -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 }