diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-05-23 18:06:48 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-05-23 19:03:11 +0200 |
| commit | 850010a96b6cbc3eae03edd891e50325e017b678 (patch) | |
| tree | 391100fb00f0bf3fe7aae8c9a574c72d8ce9b17b /libpcsxcore/psxcounters.c | |
| parent | 470da05658a97a51bd2ad2db7834bcc13dd995fd (diff) | |
| download | pcsxr-850010a96b6cbc3eae03edd891e50325e017b678.tar.gz | |
Replaced in-house gdb stub by MIT-licensed implementation
Imported from a fork of https://github.com/mborgerson/gdbstub
Diffstat (limited to 'libpcsxcore/psxcounters.c')
| -rw-r--r-- | libpcsxcore/psxcounters.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 46f9947e..9203d62d 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -323,8 +323,7 @@ void psxRcntUpdate() } } - DebugVSync(); - GdbServerVSync(); + if (Config.Debug) DebugVSync(); } /******************************************************************************/ |
