Releases: ggrtk/duckstation
Releases · ggrtk/duckstation
Latest Development Build
Commits
- [5498cf7]: AppVeyor CI: Only build master branch (Connor McLaughlin)
- [78d9085]: Update README.md to use GitHub releases instead of AppVeyor (Connor McLaughlin)
- [302e137]: merge_compatibility_list.py: Use UTF-8 encoding in output (Connor McLaughlin)
- [379e508]: compatibility.xml: Add entries from @DarkFrost89 (Connor McLaughlin)
- Create zsync files during AppImage generation #474 (Albert Liu)
- [c6c1d39]: GitHub Actions: Add AppImage zsync files to rolling release (Albert Liu) #474
- [cd4f551]: compatibility.xml: Merge in latest changes from spreadsheet (Connor McLaughlin)
- Set m_current_lba to the sector being read (Connor McLaughlin)
- [fb443ea]: Update compatibility list with entries from @Zet-sensei (Connor McLaughlin)
- [77da1c8]: compatibility_xml_to_csv.py: Fix handling of broken input (Connor McLaughlin)
- [75ad533]: dep/glad: Add WGL, EGL, GLX (Connor McLaughlin)
- Add GL context wrapper implementation (Connor McLaughlin)
- Use common GL context wrapper (Connor McLaughlin)
- [94d3e4d]: Merge branch 'gl-context-refactor' (Connor McLaughlin)
- Include qtbase5-private-dev package (Connor McLaughlin)
- [0571b75]: GL/Context: Print GL_SHADING_LANGUAGE_VERSION on creation (Connor McLaughlin)
- [13df6c3]: GPU/HW: Fix incorrect version capping for GL<4.3 (Connor McLaughlin)
- [e0d9bbc]: GPU/HW: Add UBO extension require if !GL3.2 (Connor McLaughlin)
- [0daea7c]: GPU/HW: Disable texture buffer based uploads on macOS (Connor McLaughlin)
- Implement non-interleaved interlaced rendering (Connor McLaughlin)
- [cb66889]: GPU/OpenGL: Fix non-interleaved interlaced display (Connor McLaughlin)
- [04f131f]: GPU/OpenGL: Fix 24-bit progressive scanout regression (Connor McLaughlin)
- [23436f0]: GPU/HW: More improvements to GPUSTAT.31 (Connor McLaughlin)
- [445bd02]: GPU/HW: Interlace at native resolution rather than 1x (Connor McLaughlin)
- Ignore unused key modifiers (Connor McLaughlin)
- Update per-game memory cards on load state (Connor McLaughlin)
- Simplify save state booting (Connor McLaughlin)
- Add option to disable loading memory cards from save states (Connor McLaughlin)
- Fix overlapping options in general settings (Connor McLaughlin)
- [179d31b]: Add CONTRIBUTORS.md (Connor McLaughlin)
- [cc470f5]: Merge game compatibility database (Connor McLaughlin)
- [2e64f77]: README.md: Add qtbase5-private-dev requirement for Linux (Connor McLaughlin)
- Use proper upper bound when validating axis_code #506 (Albert Liu)
- Update position when double-seeking (Connor McLaughlin)
- Don't skip pregap for CDDA (Connor McLaughlin)
- Fix second port controller/memcard type changes (Connor McLaughlin)
- Replace sound map assert with error log (Connor McLaughlin)
- [ddbfb40]: Merge compatibility list (Connor McLaughlin)
- Update DualShock 4 input profile #506 (Albert Liu)
- Add PlayStation Classic Controller input profile #506 (Albert Liu)
- Return bool on saving settings #506 (Albert Liu)
- Simplify input profile saving #506 (Albert Liu)
- Include frame times in status bar (Connor McLaughlin)
- [38fc843]: GPU/HW: Use upscaled texture coordinates for non-paletted textures (Connor McLaughlin)
- Increase seek delay by one sector (Connor McLaughlin)
- Adjust memory access and MMIO timing (Connor McLaughlin)
- Return error for incorrect parameter count (Connor McLaughlin)
- Implement a heuristic for command cancelling (Connor McLaughlin)
- Fix pause button repeatedly triggering sometimes (Connor McLaughlin)
- Fix warning log spam on command (Connor McLaughlin)
- Run manual channels while halted (Connor McLaughlin)
- Add NeGcon support #516 (Albert Liu)
- Fix cache getting corrupted from unknown games (Connor McLaughlin)
- [af1c4f9]: Fix MSVC build (Connor McLaughlin)
- [a3e8f40]: Merge compatibility list (Connor McLaughlin)
- Ignore pending setloc after read/play (Connor McLaughlin)
- [7d66569]: GPU/HW: Fix bobbing screen with interlacing disabled (Connor McLaughlin)
- Further tweaks to access timing (Connor McLaughlin)
- GetlocL should return an error while seeking (Connor McLaughlin)
- Fix integer overflow in seek timing calculation (Connor McLaughlin)
- Fix double-reads hitting incorrect sector again (Connor McLaughlin)
- Update ADSR envelope whe...