rpcsx/rpcs3/Emu/NP
Nekotekina 580bd2b25e Initial Linux Aarch64 support
* 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
2022-01-15 06:48:04 +03:00
..
generated rpcn: new allocator + refactoring of np_handler 2021-11-08 13:10:40 +03:00
fb_helpers.cpp NP: Cache Manager + improvements 2021-11-08 13:10:40 +03:00
np_allocator.h NP: Cache Manager + improvements 2021-11-08 13:10:40 +03:00
np_cache.cpp NP: Implement sceNpBasicGetFriendListEntry 2021-11-08 13:10:40 +03:00
np_cache.h NP: Cache Manager + improvements 2021-11-08 13:10:40 +03:00
np_contexts.cpp Fix old warnings: remove strncpy 2021-01-20 12:26:09 +03:00
np_contexts.h rpcn 0.3.5 (#9227) 2020-11-10 08:55:49 +00:00
np_dnshook.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
np_dnshook.h NP: Cache Manager + improvements 2021-11-08 13:10:40 +03:00
np_event_data.h rpcn: new allocator + refactoring of np_handler 2021-11-08 13:10:40 +03:00
np_handler.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
np_handler.h NP: Implement sceNpMatching2DeleteServerContext 2021-11-08 13:10:40 +03:00
np_helpers.cpp rpcn: new allocator + refactoring of np_handler 2021-11-08 13:10:40 +03:00
np_helpers.h NP: Implement sceNpBasicGetFriendListEntry 2021-11-08 13:10:40 +03:00
np_notifications.cpp NP: Implement sceNpBasicGetFriendListEntry 2021-11-08 13:10:40 +03:00
np_requests.cpp NP: Implement sceNpMatching2DeleteServerContext 2021-11-08 13:10:40 +03:00
np_structs_extra.cpp The Velocity Improvements: RoomData/RoomMemberData commands & fixes 2021-11-08 13:10:40 +03:00
np_structs_extra.h The Velocity Improvements: RoomData/RoomMemberData commands & fixes 2021-11-08 13:10:40 +03:00
rpcn_client.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
rpcn_client.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
rpcn_config.cpp Emu: Move VFS mount to Init 2021-10-29 19:46:11 +02:00
rpcn_config.h Remove BOM markers 2020-12-06 15:30:12 +03:00
signaling_handler.cpp NP: add signaling_handler wakeup on connect queue 2021-11-10 12:43:45 +01:00
signaling_handler.h rpcn v0.4.0 2021-10-11 22:20:20 +02:00