Connor McLaughlin
|
eb6b490c76
|
SDL: Ignore unused key modifiers
|
2020-05-27 00:27:52 +10:00 |
Connor McLaughlin
|
445bd02cad
|
GPU/HW: Interlace at native resolution rather than 1x
Also fixes screen bobbing when interlacing is disabled.
|
2020-05-27 00:27:27 +10:00 |
Connor McLaughlin
|
23436f08ba
|
GPU/HW: More improvements to GPUSTAT.31
Fixes True Pinball without breaking intros to Final Fantasy 7/8.
|
2020-05-26 22:57:58 +10:00 |
Connor McLaughlin
|
04f131f979
|
GPU/OpenGL: Fix 24-bit progressive scanout regression
|
2020-05-26 21:31:01 +10:00 |
Connor McLaughlin
|
cb66889856
|
GPU/OpenGL: Fix non-interleaved interlaced display
|
2020-05-26 13:44:05 +10:00 |
Connor McLaughlin
|
e368dbbadc
|
GPU: Implement non-interleaved interlaced rendering
Fixes screen shaking in True Pinball.
|
2020-05-26 03:18:05 +10:00 |
Connor McLaughlin
|
0daea7c2fc
|
GPU/HW: Disable texture buffer based uploads on macOS
|
2020-05-25 20:26:13 +10:00 |
Connor McLaughlin
|
e0d9bbced4
|
GPU/HW: Add UBO extension require if !GL3.2
Might fix errors on Sandy Bridge.
|
2020-05-25 18:37:32 +10:00 |
Connor McLaughlin
|
13df6c3e15
|
GPU/HW: Fix incorrect version capping for GL<4.3
|
2020-05-25 18:37:11 +10:00 |
Connor McLaughlin
|
0571b75fa5
|
GL/Context: Print GL_SHADING_LANGUAGE_VERSION on creation
|
2020-05-25 18:36:52 +10:00 |
Connor McLaughlin
|
c0869fc756
|
CI: Include qtbase5-private-dev package
|
2020-05-25 15:21:04 +10:00 |
Connor McLaughlin
|
94d3e4dc3e
|
Merge branch 'gl-context-refactor'
|
2020-05-25 15:03:04 +10:00 |
Connor McLaughlin
|
2156236f52
|
Frontends: Use common GL context wrapper
|
2020-05-25 15:02:44 +10:00 |
Connor McLaughlin
|
4f4c4f4146
|
Common: Add GL context wrapper implementation
|
2020-05-25 15:02:44 +10:00 |
Connor McLaughlin
|
75ad533f30
|
dep/glad: Add WGL, EGL, GLX
|
2020-05-25 14:54:51 +10:00 |
Connor McLaughlin
|
77da1c8f02
|
compatibility_xml_to_csv.py: Fix handling of broken input
|
2020-05-25 14:43:12 +10:00 |
Connor McLaughlin
|
fb443ea5f5
|
Update compatibility list with entries from @Zet-sensei
|
2020-05-25 02:33:31 +10:00 |
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.
|
2020-05-24 13:28:12 +10:00 |
Connor McLaughlin
|
cd4f551e8c
|
compatibility.xml: Merge in latest changes from spreadsheet
|
2020-05-24 13:28:12 +10:00 |
Connor McLaughlin
|
d47d6950bc
|
Merge pull request #474 from ggrtk/appimage
AppImage: Add zsync support
|
2020-05-24 01:00:25 +10:00 |
Albert Liu
|
c6c1d3952f
|
GitHub Actions: Add AppImage zsync files to rolling release
|
2020-05-23 03:09:44 -07:00 |
Albert Liu
|
a0f81b1e34
|
AppImage: Create zsync files during AppImage generation
|
2020-05-23 03:09:41 -07:00 |
Connor McLaughlin
|
379e5083a4
|
compatibility.xml: Add entries from @DarkFrost89
|
2020-05-23 19:26:12 +10:00 |
Connor McLaughlin
|
302e137aa3
|
merge_compatibility_list.py: Use UTF-8 encoding in output
|
2020-05-23 19:25:39 +10:00 |
Connor McLaughlin
|
78d9085c2e
|
Update README.md to use GitHub releases instead of AppVeyor
|
2020-05-23 19:18:27 +10:00 |
Connor McLaughlin
|
5498cf785a
|
AppVeyor CI: Only build master branch
|
2020-05-23 19:18:08 +10:00 |
Connor McLaughlin
|
9f22684cea
|
Qt: Combine resume and power off toolbar buttons
|
2020-05-23 15:03:15 +10:00 |
Connor McLaughlin
|
e6d52ce6de
|
Qt: Add Resume button
|
2020-05-23 15:03:00 +10:00 |
Connor McLaughlin
|
e24e4c20e1
|
Qt: Fix pause button getting locked on after restarting game
|
2020-05-23 15:01:36 +10:00 |
Connor McLaughlin
|
237f469baa
|
GPU: Mask variable sprite/rectangle sizes
Fixes broken sprites in Gradius Deluxe Pack (Gradius II).
|
2020-05-21 12:04:57 +10:00 |
Connor McLaughlin
|
c583459c6f
|
GPU: Replace coord/size masks with constants
|
2020-05-21 12:02:19 +10:00 |
Connor McLaughlin
|
35a8c5b47c
|
Timers: Don't hang when counter+target = 0 for timer1
This needs proper research into how it behaves with IRQs.
|
2020-05-21 00:26:07 +10:00 |
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.
|
2020-05-20 23:52:35 +10:00 |
Connor McLaughlin
|
dfe0dcb56c
|
Qt: Split memory card/controller config, make bindings scroll
|
2020-05-20 23:26:26 +10:00 |
Connor McLaughlin
|
e7778ea86e
|
Qt: Move OpenURL to QtUtils namespace
|
2020-05-20 23:25:16 +10:00 |
Connor McLaughlin
|
d41bf86eaa
|
CDROM: Don't apply logical seek rules to subq-based seeks
Fixes Panekit - Infinitive Crafting Toy Case.
|
2020-05-20 19:30:46 +10:00 |
Connor McLaughlin
|
11c2b5a1e8
|
Bus: Extend SPU address range to 0x400 bytes
|
2020-05-20 18:57:33 +10:00 |
Connor McLaughlin
|
a693437bc9
|
Bus: Handle unaligned byte writes to SPU
|
2020-05-20 18:56:41 +10:00 |
Connor McLaughlin
|
c8a00c58eb
|
Qt: Add Remove Disc option to change disc menu
|
2020-05-20 02:32:19 +10:00 |
Connor McLaughlin
|
fa027d9c2a
|
SDL: Add remove disc menu option
|
2020-05-20 02:26:23 +10:00 |
Connor McLaughlin
|
340640821e
|
CDROM: Add delay when swapping discs
Fixes broken disc swap detection in Metal Gear Solid.
|
2020-05-20 02:26:07 +10:00 |
Connor McLaughlin
|
415880fc40
|
CDROM: Don't restart play/read when current == target
Fixes CDDA locking up Buster Bros. Collection.
|
2020-05-20 02:05:19 +10:00 |
Connor McLaughlin
|
5d46556b7d
|
CDROM: Update position while seeking for GetlocP
Fixes track selection in WipEout.
|
2020-05-20 01:52:54 +10:00 |
Connor McLaughlin
|
7bb087fe73
|
gen_scmversion: Don't use latest GitHub release tag
|
2020-05-19 15:31:11 +10:00 |
Connor McLaughlin
|
f49c2dedf6
|
Add script for converting compatibility XML to CSV
|
2020-05-19 15:29:50 +10:00 |
Connor McLaughlin
|
f901b23aad
|
Update compatibility list with entries from @Zet-sensei
|
2020-05-19 15:28:23 +10:00 |
Connor McLaughlin
|
7be360475b
|
Add script to merge compatibility lists
|
2020-05-19 15:04:19 +10:00 |
Connor McLaughlin
|
1eecd50f3d
|
SPU: Run SPU when changing regs on voice pending key-on
Fixes menu/cursor sounds with different frequencies in Final Fantasy 7.
|
2020-05-18 00:59:13 +10:00 |
Connor McLaughlin
|
03080351c8
|
SPU: Reset ADPCM decoder last samples on key on
|
2020-05-18 00:50:55 +10:00 |
Connor McLaughlin
|
f2e6b8d72b
|
CI: Add GitHub actions-based rolling release
|
2020-05-17 23:01:03 +10:00 |