aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/system.h
diff options
context:
space:
mode:
authorhizzlekizzle2020-08-03 08:37:13 -0500
committerGitHub2020-08-03 08:37:13 -0500
commit996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2 (patch)
tree63a95203eb3837fc88f4b462d0e079f5cc5ceb19 /libpcsxcore/system.h
parentf2556fe8b35a523a4dcf558865f89d7773d95a96 (diff)
parent6205159e4f51b9d79064fd1ce8dd6baa3809c3bc (diff)
downloadpcsx_rearmed-996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2.tar.gz
pcsx_rearmed-996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2.tar.bz2
pcsx_rearmed-996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2.zip
Merge pull request #440 from negativeExponent/log_interface
Log interface
Diffstat (limited to 'libpcsxcore/system.h')
-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
}