• Joined on 2025-01-29
archive synced commits to main at archive/Cemu from mirror 2025-05-28 03:56:50 +12:00
7168d20cde FST: Refactor IV handling
archive synced commits to master at archive/rpcs3 from mirror 2025-05-26 11:06:58 +12:00
1ff6bdd777 rsx: Flush MM queue before applying nv3089 block transfers
archive synced commits to master at archive/rpcs3 from mirror 2025-05-25 10:36:59 +12:00
3e674a896f Minor struct memory layout optimization
3aba805bc9 rsx: Fix use after move warning
09ab5477e8 rsx: use more const ref
da273761d1 Fix some static analysis warnings
4f2324cae7 Remove roadmap link from README
Compare 5 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-24 01:56:58 +12:00
57207bbe96 Sort bin attributes based on ID
b8a5986504 Update hidapi to 0.15.0
Compare 2 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-22 09:06:57 +12:00
b54c2124cf rsx: Refactor CgBinaryProgram to avoid namespace collision with X11
9a150b677e rsx-debugger: Extra safety checks for FP decompiler
01ec2671b3 rsx-debugger: Show disassembly of the currently active VP and FP
dd0004f80d rsx: Use safe memory in RSX assembly decompiler
e59c6c3c18 vk: Force VMA to comply with Vulkan 1.0
Compare 5 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-22 00:56:58 +12:00
c27d7db0a7 SDL: do not track emu state when initializing
7e7943f962 Always initialize SDL from main thread
Compare 2 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-20 08:06:58 +12:00
cb5fd17635 Logitech G27 log control transfers as todo
c5e40dde74 Logitech G27 update bit 86 shifter_pressed behavior
Compare 2 commits »
archive synced commits to main at archive/Cemu from mirror 2025-05-18 15:16:48 +12:00
783d88a892 coreinit: Fix race condition in __FSAIoctlResponseCallback
28ea70b6d8 GX2+TCL: Reimplement command buffer submission
96765e4ac6 Latte: Refactor clear code
Compare 3 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-18 07:06:58 +12:00
5deb0fcbc6 PPU debugger: Update CIA unconditionally if "PPU Debug" enabled
archive synced commits to master at archive/rpcs3 from mirror 2025-05-16 14:16:57 +12:00
62055bed3f Silence clang warning spam
182acfcf3e Fix log level of sdl pad handler log message
52aa475581 Logitech G27 update shifter input (#17216)
Compare 3 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-16 06:06:58 +12:00
64a3e50d6c Fix some warnings
0750574a03 Update VulkanMemoryAllocator to 3.3.0
Compare 2 commits »
archive synced commits to main at archive/Cemu from mirror 2025-05-16 06:06:50 +12:00
111637a9fd nsyshid: Skylander 360 Portal small optimization and code formatting (#1568)
archive synced commits to master at archive/rpcs3 from mirror 2025-05-15 13:46:56 +12:00
3dca4dd4bb Update SDL to 3.2.14
410710b02c LG27: Update defaults
48be05e8f1 G27: Make warning label color more dynamic
36e680c603 G27: Improve layout a bit
5da1b44371 Fix emu name in label
Compare 6 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-14 21:26:58 +12:00
3f2075070a Fix UB
208c4e2af2 SPU: Improved GETLLAR spin detection conditions
Compare 2 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-14 13:16:56 +12:00
a9b911750f Logitech G27 Expand SDL device identification, add mapping note (#17206)
8d9ba4329d LogitechG27: use named_thread instead of std::thread
bc18b3592c SDL/input: Log GUID
Compare 3 commits »
archive synced commits to master at archive/rpcs3 from mirror 2025-05-14 05:06:59 +12:00
fa744121fc Fix CallFromMainThread execution condition
f4dc18c872 rsx: Don't trigger surface swap-in/swap-out handlers when replacing self
d02dea5df2 Make Disable IPv6 text translatable
Compare 3 commits »
archive synced commits to main at archive/Cemu from mirror 2025-05-13 20:56:49 +12:00
bed5fdb195 UI: Disable Ctrl+Q shortcut on non-macOS platforms to prevent accidental exits during gameplay (#1565)
archive synced commits to master at archive/rpcs3 from mirror 2025-05-13 12:46:59 +12:00
b1b02e0425 Bind RPCN client socket only if bind_ip is set
6854e9b974 Fix building with SDL submodule
Compare 2 commits »
archive synced commits to main at archive/Cemu from mirror 2025-05-13 12:46:49 +12:00
996539fce8 CI: Bump MoltenVK to v1.3.0 (#1559)
archive synced commits to main at archive/Cemu from mirror 2025-05-13 04:36:50 +12:00
05617a332b dmae: Implement 16bit endian swap for DMAECopyMem (#1564)