mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
* Update asmjit dependency (aarch64 branch) * Disable USE_DISCORD_RPC by default * Dump some JIT objects in rpcs3 cache dir * Add SIGILL handler for all platforms * Fix resetting zeroing denormals in thread pool * Refactor most v128:: utils into global gv_** functions * Refactor PPU interpreter (incomplete), remove "precise" * - Instruction specializations with multiple accuracy flags * - Adjust calling convention for speed * - Removed precise/fast setting, replaced with static * - Started refactoring interpreters for building at runtime JIT * (I got tired of poor compiler optimizations) * - Expose some accuracy settings (SAT, NJ, VNAN, FPCC) * - Add exec_bytes PPU thread variable (akin to cycle count) * PPU LLVM: fix VCTUXS+VCTSXS instruction NaN results * SPU interpreter: remove "precise" for now (extremely non-portable) * - As with PPU, settings changed to static/dynamic for interpreters. * - Precise options will be implemented later * Fix termination after fatal error dialog |
||
|---|---|---|
| .. | ||
| address_range.h | ||
| bin_patch.cpp | ||
| bin_patch.h | ||
| bit_set.h | ||
| BitField.h | ||
| cfmt.h | ||
| cheat_info.cpp | ||
| cheat_info.h | ||
| cond.cpp | ||
| cond.h | ||
| Config.cpp | ||
| Config.h | ||
| CRC.h | ||
| date_time.h | ||
| File.cpp | ||
| File.h | ||
| geometry.h | ||
| git-version-gen.cmd | ||
| JIT.cpp | ||
| JIT.h | ||
| lockless.h | ||
| LUrlParser.cpp | ||
| LUrlParser.h | ||
| mutex.cpp | ||
| mutex.h | ||
| rXml.cpp | ||
| rXml.h | ||
| sema.cpp | ||
| sema.h | ||
| simple_ringbuf.cpp | ||
| simple_ringbuf.h | ||
| StrFmt.cpp | ||
| StrFmt.h | ||
| StrUtil.h | ||
| sync.h | ||
| Thread.cpp | ||
| Thread.h | ||
| Timer.h | ||
| version.cpp | ||
| version.h | ||