aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.c
diff options
context:
space:
mode:
authorhizzlekizzle2019-08-02 08:38:48 -0500
committerGitHub2019-08-02 08:38:48 -0500
commitfcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813 (patch)
tree00fe89450ca22056153f2296a56cd6bf1f26bfb7 /libpcsxcore/debug.c
parent735de186017c42bb563933b77165f8827dbb6d7a (diff)
parent208177a7ea246a6e26222500da945a414b292b57 (diff)
downloadpcsx_rearmed-fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813.tar.gz
pcsx_rearmed-fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813.tar.bz2
pcsx_rearmed-fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813.zip
Merge pull request #325 from retro-wertz/SysPrintf_to_retro_log
SysPrintf to retro_log and silence some warnings
Diffstat (limited to 'libpcsxcore/debug.c')
-rw-r--r--libpcsxcore/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/debug.c b/libpcsxcore/debug.c
index 763dc45..4ba7f57 100644
--- a/libpcsxcore/debug.c
+++ b/libpcsxcore/debug.c
@@ -445,7 +445,7 @@ static void ProcessCommands() {
sprintf(reply, "200 %s\r\n", arguments == NULL ? "OK" : arguments);
break;
case 0x101:
- sprintf(reply, "201 %s\r\n", PACKAGE_VERSION);
+ sprintf(reply, "201 %s\r\n", PCSX_VERSION);
break;
case 0x102:
sprintf(reply, "202 1.0\r\n");