rpcs3/rpcs3/Emu/Cell
Megamouse fdce82fc24 input: Use smaller external structs for button and stick access outside of the pad_thread
This needs less memory and hides unwanted members from client code.
2026-05-15 07:10:40 +02:00
..
lv2 Move bit_set to new file 2026-05-14 17:12:25 +02:00
Modules input: Use smaller external structs for button and stick access outside of the pad_thread 2026-05-15 07:10:40 +02:00
Common.h
ErrorCodes.cpp move error_report to ErrorCodes.cpp 2025-01-06 15:49:09 +01:00
ErrorCodes.h use concepts instead of std::enable_if 2025-02-26 11:04:02 +02:00
MFC.cpp
MFC.h
PPCDisAsm.h PPU DisAsm: Fixup conditional indirect branches disasm 2024-03-20 12:48:31 +02:00
PPUAnalyser.cpp PPUAnalyzer: Fix SLDI shift operand 2026-03-08 09:29:48 +02:00
PPUAnalyser.h PPU LLVM: Filter out functions with patches 2025-09-22 17:03:31 +03:00
PPUCallback.h Fix HLE PPU callback stack arguments 2024-11-23 17:01:25 +02:00
PPUDisAsm.cpp SPU DisAsm: Disable unlikely float representations 2026-02-28 10:58:25 +02:00
PPUDisAsm.h
PPUFunction.cpp Enable ASLR 2025-04-30 02:56:23 +02:00
PPUFunction.h More constexpr 2024-11-16 15:10:20 +01:00
PPUInterpreter.cpp asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +02:00
PPUInterpreter.h
PPUModule.cpp USB: Stop sending USB replies after prx_unload 2026-05-08 13:05:08 +03:00
PPUModule.h Stub video decoder modules 2026-04-25 15:48:50 +03:00
PPUOpcodes.h
PPUThread.cpp Revert PPUThread changes 2026-05-09 17:56:04 +03:00
PPUThread.h Remove vm_ref.h 2026-05-03 08:03:28 +03:00
PPUTranslator.cpp PPU LLVM: fix compilation for PPU Debug option 2026-04-04 11:57:50 +00:00
PPUTranslator.h IDM: Implement lock-free smart pointers (#16403) 2024-12-22 20:59:48 +02:00
RawSPUThread.cpp RawSPU: Add missing MMIO register reads 2025-06-29 21:31:52 +03:00
RawSPUThread.h Headers cleanup 2025-02-11 20:38:35 +01:00
SPUAnalyser.cpp
SPUAnalyser.h SPU Analyzer: Add pure opcode tag 2026-03-26 13:55:00 +02:00
SPUASMJITRecompiler.cpp asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +02:00
SPUASMJITRecompiler.h
SPUCommonRecompiler.cpp spu_recompiler: Initialize members 2026-05-14 17:12:25 +02:00
SPUDisAsm.cpp SaveStates/SPU-LLVM: Fix SPU Access Violations on load 2025-10-23 19:00:42 +03:00
SPUDisAsm.h SPU DisAsm: Disable unlikely float representations 2026-02-28 10:58:25 +02:00
SPUInterpreter.cpp asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +02:00
SPUInterpreter.h
SPULLVMRecompiler.cpp spu_recompiler: Initialize members 2026-05-14 17:12:25 +02:00
SPUOpcodes.h SPU LLVM: Implement reduced loop 2026-03-26 13:55:00 +02:00
SPURecompiler.h Move bit_set to new file 2026-05-14 17:12:25 +02:00
SPUThread.cpp SPU: Fix CPU usage of spu_channel on BE configuration 2026-05-14 10:42:20 +03:00
SPUThread.h SPU: Fix CPU usage of spu_channel on BE configuration 2026-05-14 10:42:20 +03:00
timers.hpp