rpcsx/rpcs3/Emu
Eladash bacfa9be19
Debugger fixups (#9226)
Fix logic error in callstacks handling code, always set first to false after first iteration.
 Add explicit check for zero return addresses. Current code validity checks may not check for it properly when it sits on interrupt handler entry point (which may contain valid code).
 Do not allow 0x3FFF0 to be a back chain address because it needs space for LR save area, only 0x3FFE0 and below satisfy this criteria.
2020-11-08 16:42:20 +03:00
..
Audio audio: rename audio channels to audio downmix 2020-07-08 21:11:23 +02:00
Cell Debugger fixups (#9226) 2020-11-08 16:42:20 +03:00
CPU atomic.cpp: remove load() from notify functions 2020-11-06 04:44:31 +03:00
Io Cleanup some includes 2020-10-31 11:53:46 +01:00
Memory SPU reservations: Do not illegally dereference reservation data 2020-11-07 14:03:09 +03:00
NP Cleanup some includes 2020-10-31 11:53:46 +01:00
RSX More Header cleanup 2020-11-06 22:14:05 +01:00
CMakeLists.txt implement interception for cellKb and cellMouse 2020-10-31 02:11:27 +03:00
GameInfo.h Compilation fix 2020-02-29 21:16:28 +03:00
GDB.cpp Fix various explicitness, laziness, hard codes 2020-04-12 17:29:42 +03:00
GDB.h GDB: remove wrong_checksum_exception 2019-11-08 19:27:11 +03:00
IdManager.cpp idm: Implement creation/destruction invalidation counter 2020-05-24 19:24:07 +03:00
IdManager.h IDM: Implement idm::clear<typename> 2020-06-12 22:12:36 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
localized_string.cpp Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
localized_string.h move localized_string_id to own file 2020-09-14 18:24:18 +02:00
localized_string_id.h HLE: improve cellHddGameCheck 2020-10-24 00:26:41 +03:00
perf_meter.cpp Fix UTF-8 strings in perf_meter files 2020-10-24 14:16:32 +03:00
perf_meter.hpp perf_meter.hpp: fix double rdtsc bug, add restart() method 2020-10-30 03:19:13 +03:00
System.cpp Disasm: do not allow to access previous instructions in non-interpreter mode 2020-10-31 17:15:47 +03:00
System.h TSX: new fallback method (time-based) 2020-10-31 15:34:14 +03:00
system_config.cpp Qt: disable TSX in the config.yml if not supported 2020-05-18 17:46:31 +02:00
system_config.h TSX: new fallback method (time-based) 2020-10-31 15:34:14 +03:00
system_config_types.cpp RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
system_config_types.h RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
title.cpp Add more game window title options 2020-02-20 20:07:25 +01:00
title.h Add more game window title options 2020-02-20 20:07:25 +01:00
VFS.cpp fs: improve mountpoint detection 2020-10-02 12:32:35 +03:00
VFS.h Improve Trophy Installer robustness 2020-10-01 22:00:57 +03:00