Commit Graph

9469 Commits (sio)
 

Author SHA1 Message Date
Connor McLaughlin 167e2a3454 CPU/Recompiler: Implement j/jal/jr/jalr/beq/bne/bgtz/blez 6 years ago
Connor McLaughlin 44676a6810 Update README.md 6 years ago
Connor McLaughlin ff398a3f77 Revert "Frontend: Swap L1/R1 and L2/R2 bindings"
This reverts commit a25fe54a4b.
6 years ago
Connor McLaughlin 11966e4caf CPU/Recompiler: Write exception exits to far code buffer
Keeps the hot path nice and clean.
6 years ago
Connor McLaughlin 7b0978119b CPU: Only write exceptions to log when logging 6 years ago
Connor McLaughlin f46160ac46 CPU/Recompiler: Implement mult/multu 6 years ago
Connor McLaughlin e5c0d28fdc CPU/Recompiler: Implement mfhi/mthi/mflo/mtlo 6 years ago
Connor McLaughlin 51a873e58d CPU: Expand register file to include hi/lo/pc/npc 6 years ago
Connor McLaughlin 330d512831 CPU: Write exceptions to trace log 6 years ago
Connor McLaughlin 9e82afac7b CPU/Recompiler: Support block revalidation instead of flushing 6 years ago
Connor McLaughlin 7aafaeacbc CPU/Recompiler: Implement lb/lbu/lh/lhu/lw/sb/sh/sw instructions
Currently not passing CPU tests when combined with lwl/lwr.
6 years ago
Connor McLaughlin 9e3bb62216 CPU/CodeCache: Fast path for self-linking blocks 6 years ago
Connor McLaughlin 09de3819eb CPU/Recompiler: Implement sra/srav instructions 6 years ago
Connor McLaughlin 4f436461ff CPU/Recompiler: Combine shift instructions 6 years ago
Connor McLaughlin 51600c5bc0 CPU/Recompiler: Implement andi/xori, combine BitwiseImmediate 6 years ago
Connor McLaughlin 6157aa9d21 CPU/Recompiler: Implement srlv/srrv instructions 6 years ago
Connor McLaughlin 82cbb6e1b8 CPU/Recompiler: Implement srl instruction 6 years ago
Connor McLaughlin 5217088d82 CPU: Refactor load delay handling
Now works when mixing interpreter and recompiler code.
6 years ago
Connor McLaughlin 1d6c4a3af1 CPU: Basic recompiler implementation for x64 (lui, ori, addiu)
Disabled by default.
6 years ago
Connor McLaughlin 0e8ff85f04 dep: Add xbyak 6 years ago
Connor McLaughlin b9089cac95 System: Fix EXE loading again 6 years ago
Connor McLaughlin 19062e11b5 Revert "Bus: Relax memory timing"
This reverts commit b5c799ba81.
6 years ago
Connor McLaughlin 38d0f46063 Frontend: Fix some GPU settings not saving to ini 6 years ago
Connor McLaughlin 48e3683d20 HostInterface: Fix load state on boot not loading state 6 years ago
Connor McLaughlin 1f4dbd1060 Frontend: Implement D3D<->GL renderer switching 6 years ago
Connor McLaughlin d1f7ad2512 HostInterface: Fix display classes not getting destructed 6 years ago
Connor McLaughlin 55550798e4 Frontend: Call timeBeginPeriod() to increase timer resolution
Hopefully will prevent FPS fluctuations due to sleep variation.
6 years ago
Connor McLaughlin b2b5e6c793 HostInterface: Reset throttle timer on slowdown
Prevents too slow messages when fast forwarding.
6 years ago
Connor McLaughlin b5c799ba81 Bus: Relax memory timing
Formulas from Mednafen.
6 years ago
Connor McLaughlin 8fb4f73d17 Settings: Add audio sync and additional cleanup 6 years ago
Connor McLaughlin 3673c6e33c HostInterface: Re-enable audio sync by default 6 years ago
Connor McLaughlin f1289d6161 Settings: Hook up console region 6 years ago
Connor McLaughlin 613e4f4a2a GPU: Set PAL mode on soft reset if region is PAL 6 years ago
Connor McLaughlin 49ab9467df GPU: Set throttle frequency based on mode config 6 years ago
Connor McLaughlin 77fe883901 System: Default to NTSC region for BIOS boot if auto 6 years ago
Connor McLaughlin b57f1d4a60 HostInterface: Implement non-vsync based speed throttler
Needed for PAL games.
6 years ago
Connor McLaughlin 246c97ccb3 System: Scaffolding for multi-system/multi-bios 6 years ago
Connor McLaughlin d6209937fb CDROM: Properly handle audio sectors in SeekL 6 years ago
Connor McLaughlin f12b97e98b DMA: Add missing transfer_ticks to save state 6 years ago
Connor McLaughlin 4524172573 Frontend: Use flip model swap chains in D3D 6 years ago
Connor McLaughlin 2399c1dab7 SPU: Fix incorrect step value in attack phase 6 years ago
Connor McLaughlin a47492382c System: Add "fast boot" option (skip boot logo) 6 years ago
Connor McLaughlin 30fd7a6683 DMA: Support delaying transfers
Fixes Syphon Filter 2/3.
6 years ago
Connor McLaughlin e02ebb1b2a SPU: Mute voice without release phase on loop/end flag
Fixes channels getting stuck in Syphon Filter.
6 years ago
Connor McLaughlin 5b5d22fd27 SPU: Stub out transfer control register
Fixes sound in Ridge Racer.
6 years ago
Connor McLaughlin d9c27c4ee3 SPU: Fix sustain step being ignored 6 years ago
Connor McLaughlin 4e9d5b77f8 GPU: Fix swapped bytes for VRAM->CPU transfers 6 years ago
Connor McLaughlin f27ad2fa67 Frontend: Re-implement fullscreen 6 years ago
Connor McLaughlin a25fe54a4b Frontend: Swap L1/R1 and L2/R2 bindings 6 years ago
Connor McLaughlin 708ce25cb0 GPU/HW: Fix resolution changing while running corrupting screen 6 years ago