Commit Graph

1438 Commits (2e64f77d2b979241f5674b061454f57ee778946f)
 

Author SHA1 Message Date
Connor McLaughlin 2e64f77d2b README.md: Add qtbase5-private-dev requirement for Linux 6 years ago
Connor McLaughlin cc470f592b Merge game compatibility database 6 years ago
Connor McLaughlin 179d31b518 Add CONTRIBUTORS.md 6 years ago
Connor McLaughlin 51c75554e6 Qt: Fix overlapping options in general settings 6 years ago
Connor McLaughlin 81a7b147fc System: Add option to disable loading memory cards from save states 6 years ago
Connor McLaughlin b17a5832e5 System: Simplify save state booting
Fixes memory card warning messages on load state.
6 years ago
Connor McLaughlin d2c7639dd8 System: Update per-game memory cards on load state
Prevents saves being written to incorrect card after loading.
6 years ago
Connor McLaughlin eb6b490c76 SDL: Ignore unused key modifiers 6 years ago
Connor McLaughlin 445bd02cad GPU/HW: Interlace at native resolution rather than 1x
Also fixes screen bobbing when interlacing is disabled.
6 years ago
Connor McLaughlin 23436f08ba GPU/HW: More improvements to GPUSTAT.31
Fixes True Pinball without breaking intros to Final Fantasy 7/8.
6 years ago
Connor McLaughlin 04f131f979 GPU/OpenGL: Fix 24-bit progressive scanout regression 6 years ago
Connor McLaughlin cb66889856 GPU/OpenGL: Fix non-interleaved interlaced display 6 years ago
Connor McLaughlin e368dbbadc GPU: Implement non-interleaved interlaced rendering
Fixes screen shaking in True Pinball.
6 years ago
Connor McLaughlin 0daea7c2fc GPU/HW: Disable texture buffer based uploads on macOS 6 years ago
Connor McLaughlin e0d9bbced4 GPU/HW: Add UBO extension require if !GL3.2
Might fix errors on Sandy Bridge.
6 years ago
Connor McLaughlin 13df6c3e15 GPU/HW: Fix incorrect version capping for GL<4.3 6 years ago
Connor McLaughlin 0571b75fa5 GL/Context: Print GL_SHADING_LANGUAGE_VERSION on creation 6 years ago
Connor McLaughlin c0869fc756 CI: Include qtbase5-private-dev package 6 years ago
Connor McLaughlin 94d3e4dc3e Merge branch 'gl-context-refactor' 6 years ago
Connor McLaughlin 2156236f52 Frontends: Use common GL context wrapper 6 years ago
Connor McLaughlin 4f4c4f4146 Common: Add GL context wrapper implementation 6 years ago
Connor McLaughlin 75ad533f30 dep/glad: Add WGL, EGL, GLX 6 years ago
Connor McLaughlin 77da1c8f02 compatibility_xml_to_csv.py: Fix handling of broken input 6 years ago
Connor McLaughlin fb443ea5f5 Update compatibility list with entries from @Zet-sensei 6 years ago
Connor McLaughlin 1494f2bc75 CDROM: Set m_current_lba to the sector being read
Fixes double-read commands returning incorrect sectors.

Fixes Vigilante 8 - 2nd Offense.
6 years ago
Connor McLaughlin cd4f551e8c compatibility.xml: Merge in latest changes from spreadsheet 6 years ago
Connor McLaughlin d47d6950bc
Merge pull request #474 from ggrtk/appimage
AppImage: Add zsync support
6 years ago
Albert Liu c6c1d3952f GitHub Actions: Add AppImage zsync files to rolling release 6 years ago
Albert Liu a0f81b1e34 AppImage: Create zsync files during AppImage generation 6 years ago
Connor McLaughlin 379e5083a4 compatibility.xml: Add entries from @DarkFrost89 6 years ago
Connor McLaughlin 302e137aa3 merge_compatibility_list.py: Use UTF-8 encoding in output 6 years ago
Connor McLaughlin 78d9085c2e Update README.md to use GitHub releases instead of AppVeyor 6 years ago
Connor McLaughlin 5498cf785a AppVeyor CI: Only build master branch 6 years ago
Connor McLaughlin 9f22684cea Qt: Combine resume and power off toolbar buttons 6 years ago
Connor McLaughlin e6d52ce6de Qt: Add Resume button 6 years ago
Connor McLaughlin e24e4c20e1 Qt: Fix pause button getting locked on after restarting game 6 years ago
Connor McLaughlin 237f469baa GPU: Mask variable sprite/rectangle sizes
Fixes broken sprites in Gradius Deluxe Pack (Gradius II).
6 years ago
Connor McLaughlin c583459c6f GPU: Replace coord/size masks with constants 6 years ago
Connor McLaughlin 35a8c5b47c Timers: Don't hang when counter+target = 0 for timer1
This needs proper research into how it behaves with IRQs.
6 years ago
Connor McLaughlin 3c7229dfe2 CDROM: Add 3 sectors read time to seek time
Simulates the drive's inprecise coarse seek then reading subq to get to
the exact sector.

Fixes Waku Waku Derby.
6 years ago
Connor McLaughlin dfe0dcb56c Qt: Split memory card/controller config, make bindings scroll 6 years ago
Connor McLaughlin e7778ea86e Qt: Move OpenURL to QtUtils namespace 6 years ago
Connor McLaughlin d41bf86eaa CDROM: Don't apply logical seek rules to subq-based seeks
Fixes Panekit - Infinitive Crafting Toy Case.
6 years ago
Connor McLaughlin 11c2b5a1e8 Bus: Extend SPU address range to 0x400 bytes 6 years ago
Connor McLaughlin a693437bc9 Bus: Handle unaligned byte writes to SPU 6 years ago
Connor McLaughlin c8a00c58eb Qt: Add Remove Disc option to change disc menu 6 years ago
Connor McLaughlin fa027d9c2a SDL: Add remove disc menu option 6 years ago
Connor McLaughlin 340640821e CDROM: Add delay when swapping discs
Fixes broken disc swap detection in Metal Gear Solid.
6 years ago
Connor McLaughlin 415880fc40 CDROM: Don't restart play/read when current == target
Fixes CDDA locking up Buster Bros. Collection.
6 years ago
Connor McLaughlin 5d46556b7d CDROM: Update position while seeking for GetlocP
Fixes track selection in WipEout.
6 years ago