From d23e64c18b3306f9cd95372745bed7172639720e Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Mon, 3 Aug 2020 07:58:26 +0800 Subject: Add debug-level log function --- libpcsxcore/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/system.h') diff --git a/libpcsxcore/system.h b/libpcsxcore/system.h index c869fdf..cd1814c 100644 --- a/libpcsxcore/system.h +++ b/libpcsxcore/system.h @@ -35,6 +35,7 @@ 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 #ifdef __cplusplus } -- cgit v1.2.3