Commit Graph

1452 Commits (07e8ab4446d8e0e02b56e3fae12be0fc6a0f7a58)
 

Author SHA1 Message Date
Connor McLaughlin 47c2b29395 Build: Use bin directory for cmake, fix Windows/cmake build 5 years ago
Connor McLaughlin a937a09b5c CPU: Fix broken exception logging from YBaseLib removal 5 years ago
Connor McLaughlin 214e852a54 CDROM: Add time to read sector to seek time
Fixes Yuukyuu Gensoukyoku Ensemble 1.
5 years ago
Connor McLaughlin 110aa8bd93 CDROM: Reset read sector buffer on INT1
Fixes GetlocL -> DMA out returning incorrect data.

Fixes FoxKids.com - Micro Maniacs Racing.
5 years ago
Connor McLaughlin e1157bff65 CDROM: Don't delay CDDA report, only skip index 0
Fixes music in Advanced V.G.
5 years ago
Connor McLaughlin 14b2506d7d HostInterface: Disable true color/enable scaled dithering by default
Too many games are broken with it enabled. The number which break with
scaled dithering is much smaller.
5 years ago
Connor McLaughlin 8ef59f7cec InputProfiles: Bind Guide button to analog toggle for XBox 5 years ago
Connor McLaughlin bf3c83658a GPU: More accurate texture blending in non-true-colour-mode
Fixes Silent Hill loading animation, Advanced V.G. intro fade-out, and
probably others.
5 years ago
Connor McLaughlin c114873ed8 GPU: Fix height underflow in CRTC calculations 5 years ago
Connor McLaughlin 3472e37d21 GPU: Synchronize before clearing FIFO 5 years ago
Connor McLaughlin c0ea35ccdc GPU: Fix parameters not applying on startup 5 years ago
Connor McLaughlin d461d7c87a SPU: Fix reverb write regression from e07d3c9d 5 years ago
Connor McLaughlin db9d637f92 HostInterface: Fix mute not applying on startup 5 years ago
Connor McLaughlin e07d3c9db2 SPU: Fix array bounds overflow in register reads 5 years ago
Connor McLaughlin 777809b3b0 CDROM: Fix XA filter change not applying immediately
Fixes audio getting cut off in PaRappa the Rapper - The Hip Hop Hero,
underwater music in R-Type Delta.
5 years ago
Connor McLaughlin d6f6154380 CDROM: Read last delivered sector when pausing and reading without seek
Fixes Adidas Pro Soccer, Bedlem, Rise 2.
5 years ago
Connor McLaughlin d866bd9cb8 CDROM: Reset XA resampler state on read
Should get rid of pops when switching files.
5 years ago
Connor McLaughlin 634880b5e3 SPU: Clamp before applying main volume not after
Fixes popping in Monkey Magic.
5 years ago
Connor McLaughlin 81f297456c GPU: Fix mismatched scanout between hardware/software renderers 5 years ago
Connor McLaughlin 37d9f6344d CDROM: Ignore Read/Play command without setloc/param
Fixes title screen music in Monkey Magic.
5 years ago
Connor McLaughlin 65c42cd30e GPU: Don't use field offset for ODE in vblank 5 years ago
Connor McLaughlin 2bc1c67236 GPU/HW: Fix extra column being added with unaligned 24-bit scanout
Fixes pink lines in FMVs of NASCAR Thunder 2004.
5 years ago
Connor McLaughlin 6477e5fb54 CommonHostInterface: Add volume up/down/mute hotkeys 5 years ago
Connor McLaughlin 5aacfa7be3 Qt: Hook up audio settings (buffer size/count, volume, mute) 5 years ago
Connor McLaughlin c329f58afe HostInterface: Add audio buffer/count/volume/mute settings 5 years ago
Connor McLaughlin b6fbdf9aeb AudioStream: Support changing output volume 5 years ago
Connor McLaughlin f17c2c44d0 GPU/HW: Fix red bleeding when writing VRAM with mask bit set
Fixes menu screen in Twisted Metal 4.
5 years ago
Connor McLaughlin f679f8d063 GTE: Fix buggy MVMVA instruction 5 years ago
Connor McLaughlin 9959440a3a SPU: Align starting addresses to two words
Fixes interrupts firing early and occasional broken speech in Valkyrie
Profile.
5 years ago
Connor McLaughlin 712168cf45 CDImage: Better handle sequential reading into lead-out area 5 years ago
Connor McLaughlin 684e83168e CDROM: Prevent successful seeking to the lead-out area of the disc 5 years ago
Connor McLaughlin c3c8df14ea CDImage: Set SubQ control for lead-out to last index SubQ 5 years ago
Connor McLaughlin 9539ce032b AnalogController: Show controller number in OSD messages 5 years ago
Connor McLaughlin 95468901f2 AnalogController: Add analog toggle button 5 years ago
Connor McLaughlin 5b389ae13d CDROM: Synthesize lead-out area and stop reading when reached 5 years ago
Connor McLaughlin c67e877d82 CommonHostInterface: Fix -state command line parameter not working 5 years ago
Connor McLaughlin 85707f809c Pad: Fix OSD error message when save state memory cards mismatch 5 years ago
Connor McLaughlin df66d86b27 CDImage: Log errno when fopen() fails 5 years ago
Connor McLaughlin 26e0177caa SDL: Fix browse button not showing on hidpi displays 5 years ago
Connor McLaughlin 0f5bc7267f HostInterface: Fix hang when switching audio backends 5 years ago
Connor McLaughlin 257c86930f GPU/OpenGL: Fix GLES again 5 years ago
Connor McLaughlin 8139230d05 GPU/OpenGL: Shader compile fix 5 years ago
Connor McLaughlin e058beb4b0 GPU/HW: Fix oversized VRAM copies writing out of bounds
Fixes jittering in Duke Nukem - Land of the Babes water effect.
5 years ago
Connor McLaughlin 91d7212b36 GPU/OpenGL: Fix swapped log statement 5 years ago
Connor McLaughlin 9446587e8f GPU/HW: Mask bit handling in hardware renderers
Fixes:
 - Menu effect in Ghost in the Shell
 - Incorrect text colours in menu of Dragon Quest VII
 - Fade effect in TwinBee RPG
 - Fog in Silent Hill
 - Water in Duke Nukem - Land of the Babes
 - Shadows in Ultraman - Fighting Evolution

and probably others.
5 years ago
Connor McLaughlin a5ecff0893 Qt: Set clear alpha to zero for OpenGL display
Fixes transparent windows in Wayland.
5 years ago
Connor McLaughlin 456ddc037a GPU/OpenGL: Remove testing code which broke ES 5 years ago
Connor McLaughlin edb12234d9 Common/GL/Texture: Fix potential crash on older drivers 5 years ago
Connor McLaughlin 620210cfc9 GPU/OpenGL: Use explicit bindings where possible 5 years ago
Connor McLaughlin 9dc82a738f GPU/OpenGL: Fix incorrect fragcolor binding 5 years ago