aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authornegativeExponent2020-08-03 07:58:26 +0800
committernegativeExponent2020-08-03 08:08:33 +0800
commitd23e64c18b3306f9cd95372745bed7172639720e (patch)
treefb3e839b7a1b94b752c4ea7ff4b2f3f4b662f86a /libpcsxcore
parentab323c13064ac483e66682556ae3bf387df0f29d (diff)
downloadpcsx_rearmed-d23e64c18b3306f9cd95372745bed7172639720e.tar.gz
pcsx_rearmed-d23e64c18b3306f9cd95372745bed7172639720e.tar.bz2
pcsx_rearmed-d23e64c18b3306f9cd95372745bed7172639720e.zip
Add debug-level log function
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/system.h1
1 files changed, 1 insertions, 0 deletions
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
}