Commit Graph

2509 Commits (69d29d7395bdd63ab3626f25d3eab0a6b0c44cf0)
 

Author SHA1 Message Date
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.
5 years ago
Connor McLaughlin 9e3bb62216 CPU/CodeCache: Fast path for self-linking blocks 5 years ago
Connor McLaughlin 09de3819eb CPU/Recompiler: Implement sra/srav instructions 5 years ago
Connor McLaughlin 4f436461ff CPU/Recompiler: Combine shift instructions 5 years ago
Connor McLaughlin 51600c5bc0 CPU/Recompiler: Implement andi/xori, combine BitwiseImmediate 5 years ago
Connor McLaughlin 6157aa9d21 CPU/Recompiler: Implement srlv/srrv instructions 5 years ago
Connor McLaughlin 82cbb6e1b8 CPU/Recompiler: Implement srl instruction 5 years ago
Connor McLaughlin 5217088d82 CPU: Refactor load delay handling
Now works when mixing interpreter and recompiler code.
5 years ago
Connor McLaughlin 1d6c4a3af1 CPU: Basic recompiler implementation for x64 (lui, ori, addiu)
Disabled by default.
5 years ago
Connor McLaughlin 0e8ff85f04 dep: Add xbyak 5 years ago
Connor McLaughlin b9089cac95 System: Fix EXE loading again 5 years ago
Connor McLaughlin 19062e11b5 Revert "Bus: Relax memory timing"
This reverts commit b5c799ba81.
5 years ago
Connor McLaughlin 38d0f46063 Frontend: Fix some GPU settings not saving to ini 5 years ago
Connor McLaughlin 48e3683d20 HostInterface: Fix load state on boot not loading state 5 years ago
Connor McLaughlin 1f4dbd1060 Frontend: Implement D3D<->GL renderer switching 5 years ago
Connor McLaughlin d1f7ad2512 HostInterface: Fix display classes not getting destructed 5 years ago
Connor McLaughlin 55550798e4 Frontend: Call timeBeginPeriod() to increase timer resolution
Hopefully will prevent FPS fluctuations due to sleep variation.
5 years ago
Connor McLaughlin b2b5e6c793 HostInterface: Reset throttle timer on slowdown
Prevents too slow messages when fast forwarding.
5 years ago
Connor McLaughlin b5c799ba81 Bus: Relax memory timing
Formulas from Mednafen.
5 years ago
Connor McLaughlin 8fb4f73d17 Settings: Add audio sync and additional cleanup 5 years ago
Connor McLaughlin 3673c6e33c HostInterface: Re-enable audio sync by default 5 years ago
Connor McLaughlin f1289d6161 Settings: Hook up console region 5 years ago
Connor McLaughlin 613e4f4a2a GPU: Set PAL mode on soft reset if region is PAL 5 years ago
Connor McLaughlin 49ab9467df GPU: Set throttle frequency based on mode config 5 years ago
Connor McLaughlin 77fe883901 System: Default to NTSC region for BIOS boot if auto 5 years ago
Connor McLaughlin b57f1d4a60 HostInterface: Implement non-vsync based speed throttler
Needed for PAL games.
5 years ago
Connor McLaughlin 246c97ccb3 System: Scaffolding for multi-system/multi-bios 5 years ago
Connor McLaughlin d6209937fb CDROM: Properly handle audio sectors in SeekL 5 years ago
Connor McLaughlin f12b97e98b DMA: Add missing transfer_ticks to save state 5 years ago
Connor McLaughlin 4524172573 Frontend: Use flip model swap chains in D3D 5 years ago
Connor McLaughlin 2399c1dab7 SPU: Fix incorrect step value in attack phase 5 years ago
Connor McLaughlin a47492382c System: Add "fast boot" option (skip boot logo) 5 years ago
Connor McLaughlin 30fd7a6683 DMA: Support delaying transfers
Fixes Syphon Filter 2/3.
5 years ago
Connor McLaughlin e02ebb1b2a SPU: Mute voice without release phase on loop/end flag
Fixes channels getting stuck in Syphon Filter.
5 years ago
Connor McLaughlin 5b5d22fd27 SPU: Stub out transfer control register
Fixes sound in Ridge Racer.
5 years ago
Connor McLaughlin d9c27c4ee3 SPU: Fix sustain step being ignored 5 years ago
Connor McLaughlin 4e9d5b77f8 GPU: Fix swapped bytes for VRAM->CPU transfers 5 years ago
Connor McLaughlin f27ad2fa67 Frontend: Re-implement fullscreen 5 years ago
Connor McLaughlin a25fe54a4b Frontend: Swap L1/R1 and L2/R2 bindings 5 years ago
Connor McLaughlin 708ce25cb0 GPU/HW: Fix resolution changing while running corrupting screen 5 years ago
Connor McLaughlin 49569d29aa GPU: Refactor command execution/VRAM->CPU transfers
Simpler, and handles odd sizes correctly.
5 years ago
Connor McLaughlin bc9ed3572b GPU/HW: Fix flipped GPU readback in D3D11 5 years ago
Connor McLaughlin 9d66638bce GPU: Handle oversized transfers (wrap around behavior) 5 years ago
Connor McLaughlin 9ea7a8418c GPU: Eliminate temporary buffer when reading back 5 years ago
Connor McLaughlin 3998b9684e GPU/HW: GPU-based RGBA8->RGB5551 conversion for readbacks 5 years ago
Connor McLaughlin 878a76e258 Common: Fix issues in utility classes for readbacks 5 years ago
Connor McLaughlin 4bab3bffc0 Frontend: Fix display linear filtering setting not applying 5 years ago
Connor McLaughlin 53881219ce GPU: Fix handling of interlaced non-480-line mode 5 years ago
Connor McLaughlin 7152d54104 GPU: Simplify 480i mode handling in CRTC 5 years ago
Connor McLaughlin b48accf0bf GPU/HW: Fix 24-bit output broken with >1x res scale 5 years ago