rpcsx/rpcs3/Emu/Cell
Elad Ashkenazi 02aac2c52e sys_fs: Non-existant overflow bugfix
It would technically never overflow.. but this add minimal protection against adding beyond [PPU thread-count + entries count]
This does not induce an atomic loop which limits until entries.size() but is slower.
2024-07-28 12:36:42 +03:00
..
lv2 sys_fs: Non-existant overflow bugfix 2024-07-28 12:36:42 +03:00
Modules cellMic: Fix potential overflow 2024-07-28 12:36:42 +03:00
Common.h fix some warnings 2023-12-30 19:07:35 +01:00
ErrorCodes.h
MFC.cpp
MFC.h SPU/MFC: Add block has to command history 2023-10-24 22:14:12 +03:00
PPCDisAsm.h PPU DisAsm: Fixup conditional indirect branches disasm 2024-03-20 12:48:31 +02:00
PPUAnalyser.cpp PPU Analyzer: Utilize exported functions 2024-06-08 14:09:37 +03:00
PPUAnalyser.h PPU Analyzer: Utilize exported functions 2024-06-08 14:09:37 +03:00
PPUCallback.h simplify template code like std::is_same<T>::value 2024-04-21 18:15:17 +03:00
PPUDisAsm.cpp PPU DisAsm: Fixup conditional indirect branches disasm 2024-03-20 12:48:31 +02:00
PPUDisAsm.h
PPUFunction.cpp
PPUFunction.h PPU: Fix access violation on logging 2024-06-23 19:29:13 +03:00
PPUInterpreter.cpp Fix some warnings 2024-06-30 12:02:37 +02:00
PPUInterpreter.h
PPUModule.cpp Fix some warnings 2024-07-20 07:37:17 +03:00
PPUModule.h simplify template code like std::is_same<T>::value 2024-04-21 18:15:17 +03:00
PPUOpcodes.h
PPUThread.cpp Fixup and Improve CELL reservation notifications 2024-07-01 18:59:26 +03:00
PPUThread.h CELL: More efficient reservation notificatins 2024-06-30 07:46:14 +03:00
PPUTranslator.cpp Savestates/PPU: Ensure correct PPU state on MMIO 2024-07-19 14:31:19 +03:00
PPUTranslator.h Savestates/PPU: Ensure correct PPU state on MMIO 2024-07-19 14:31:19 +03:00
RawSPUThread.cpp SPU: Utilize Operating System sleep in detected RCHCNT loop 2024-07-19 14:31:19 +03:00
RawSPUThread.h
SPUAnalyser.cpp
SPUAnalyser.h
SPUASMJITRecompiler.cpp Minor fs::file usage fixes 2024-06-10 13:45:23 +03:00
SPUASMJITRecompiler.h
SPUCommonRecompiler.cpp Fix some warnings 2024-07-20 07:37:17 +03:00
SPUDisAsm.cpp
SPUDisAsm.h
SPUInterpreter.cpp Accurate frest and frsqest 2024-01-23 12:24:38 +02:00
SPUInterpreter.h
SPULLVMRecompiler.cpp Fix some warnings 2024-07-20 07:37:17 +03:00
SPUOpcodes.h
SPURecompiler.h SPU: Utilize Operating System sleep in detected RCHCNT loop 2024-07-19 14:31:19 +03:00
SPUThread.cpp SPU: Utilize Operating System sleep in detected RCHCNT loop 2024-07-19 14:31:19 +03:00
SPUThread.h SPU: Utilize Operating System sleep in detected RCHCNT loop 2024-07-19 14:31:19 +03:00
timers.hpp