Commit Graph

5843 Commits (48f84a7433495db3e419ea78818e5a3596a790ac)
 

Author SHA1 Message Date
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
Connor McLaughlin 76172c88f3 GPU/HW: Disable blending when updating VRAM
Fixes random breakage when it was previously enabled.
5 years ago
Connor McLaughlin f7f4818de4 GPU/HW: Explicitly specify std140 layout for UBOs 5 years ago
Connor McLaughlin 8cfb8d7922 CDROM: Fix track skip behavior with track=0
Fixes Doom.
5 years ago
Connor McLaughlin 525bbf48d7 CDImage: Set data bit in Q subchannel for bin images 5 years ago
Connor McLaughlin 8e06f86db8 CDROM: Implement auto-pause at end of track 5 years ago
Connor McLaughlin 85413218cb SPU: Check upper 8 byte block of ADPCM block for interrupt
Fixes NFS2 stuck after selecting Race.
5 years ago
Connor McLaughlin 90cf6b8b41 CDROM: Don't lose INT1 interrupts from command execution 5 years ago
Connor McLaughlin 6a82333d8f Pad: Only buffer a single byte
Fixes Croc 2 memory card access freezing.
5 years ago
Connor McLaughlin d8452d7d7d GPU: Track horizontal blanking, correct timer increment point 5 years ago
Connor McLaughlin f3baee2582 DMA: Hack for self-referencing DMA loops
I need to figure how these are being generated in the first place.
5 years ago
Connor McLaughlin 29674df803 DMA: Simplify address masking 5 years ago
Connor McLaughlin 6f4cf7d5e3 System: Support changing BIOS path 5 years ago
Connor McLaughlin 7b6a2f1aaf Build: Fix CMake build 5 years ago
Connor McLaughlin 99c264947d SPU: Implement capture buffers
Fixes Crash Team Racing and lipsyncing within.
5 years ago
Connor McLaughlin 26437e31dd SPU: Fire interrupt on DMA reads/writes too 5 years ago
Connor McLaughlin 8722757412 SPU: Implement pitch modulation 5 years ago