X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fsystem.h;h=c380aa473bd82fa841dffe9a4910100eeac3386e;hb=e6e590d326862c4923857861c09e2948d76a16b5;hp=254be0839ab78504be95bbf67723607f17efa4e4;hpb=7df2c03cc775292b1bcc2b2eb6486e2ae83faa87;p=pcsx_rearmed.git diff --git a/libpcsxcore/system.h b/libpcsxcore/system.h index 254be083..c380aa47 100644 --- a/libpcsxcore/system.h +++ b/libpcsxcore/system.h @@ -35,7 +35,6 @@ 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