mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-04 14:54:36 +01:00
Add atomic_t<>::try_dec instead of fetch_dec_sat Add atomic_t<>::try_inc GDBDebugServer is broken (needs rewrite) Removed old_thread class (former named_thread) Removed storing/rethrowing exceptions from thread Emu.Stop doesn't inject an exception anymore task_stack helper class removed thread_base simplified (no shared_from_this) thread_ctrl::spawn simplified (creates detached thread) Implemented overrideable thread detaching logic Disabled cellAdec, cellDmux, cellFsAio SPUThread renamed to spu_thread RawSPUThread removed, spu_thread used instead Disabled deriving from ppu_thread Partial support for thread renaming lv2_timer... simplified, screw it idm/fxm: butchered support for on_stop/on_init vm: improved allocation structure (added size) |
||
|---|---|---|
| .. | ||
| lv2 | ||
| Modules | ||
| Common.h | ||
| ErrorCodes.h | ||
| MFC.cpp | ||
| MFC.h | ||
| PPCDisAsm.h | ||
| PPUAnalyser.cpp | ||
| PPUAnalyser.h | ||
| PPUCallback.h | ||
| PPUDisAsm.cpp | ||
| PPUDisAsm.h | ||
| PPUFunction.cpp | ||
| PPUFunction.h | ||
| PPUInterpreter.cpp | ||
| PPUInterpreter.h | ||
| PPUModule.cpp | ||
| PPUModule.h | ||
| PPUOpcodes.h | ||
| PPUThread.cpp | ||
| PPUThread.h | ||
| PPUTranslator.cpp | ||
| PPUTranslator.h | ||
| RawSPUThread.cpp | ||
| RawSPUThread.h | ||
| SPUAnalyser.cpp | ||
| SPUAnalyser.h | ||
| SPUASMJITRecompiler.cpp | ||
| SPUASMJITRecompiler.h | ||
| SPUDisAsm.cpp | ||
| SPUDisAsm.h | ||
| SPUInterpreter.cpp | ||
| SPUInterpreter.h | ||
| SPUOpcodes.h | ||
| SPURecompiler.cpp | ||
| SPURecompiler.h | ||
| SPUThread.cpp | ||
| SPUThread.h | ||