Connor McLaughlin
|
125d104df4
|
Pad: Fix controller state not being ignored in state load
|
2020-11-21 18:39:03 +10:00 |
Connor McLaughlin
|
53f81d067a
|
CPU/CodeCache: Remove warning about executing uncompiled blocks
|
2020-11-21 18:39:03 +10:00 |
Connor McLaughlin
|
9c9e2bbe27
|
GL/ContextWGL: Check for ES2 context extension before creating
|
2020-11-21 18:39:03 +10:00 |
Connor McLaughlin
|
aeee649700
|
Merge pull request #1089 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest
|
2020-11-21 18:37:56 +10:00 |
Connor McLaughlin
|
0f04763ef6
|
Merge pull request #1084 from andercard0/patch-30
Update Pt-Br
|
2020-11-21 18:37:37 +10:00 |
Connor McLaughlin
|
3185c5df0f
|
Merge pull request #1078 from CookiePLMonster/sdl-joystick-support
Add SDL_Joystick support
|
2020-11-21 18:37:20 +10:00 |
zkdpower
|
ed8f6aefcf
|
Update duckstation-qt_zh-cn.ts to latest
Update duckstation-qt_zh-cn.ts to latest
|
2020-11-21 05:13:33 +08:00 |
Connor McLaughlin
|
aa3ce14ef3
|
Update README.md
|
2020-11-19 15:11:37 +10:00 |
Anderson_Cardoso
|
957d40b011
|
Update Pt-Br
Translated
- Main Window options
|
2020-11-18 13:45:33 -03:00 |
Connor McLaughlin
|
83db685376
|
Update rolling-release.yml
|
2020-11-19 01:09:29 +10:00 |
Connor McLaughlin
|
37adc9ff34
|
GameSettings: Don't force interpreter in Threads of Fate
|
2020-11-19 00:45:44 +10:00 |
Connor McLaughlin
|
be2d52b908
|
GameSettings: Disable upscaling in Slam 'n Jam '96 featuring Magic & Kareem (USA)
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
3f2a9cedbe
|
Qt: Add screenshot to System menu
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
46b97dd4a8
|
Qt: Hook up window size menu
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
e4d2b7331b
|
CommonHostInterface: Add resize window to scale functions
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
0726ad1275
|
GPU: Flush partial VRAM writes to backend VRAM
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
9e11e5c354
|
CPU: Make zero register printing consistent with the others
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
042bdd9c0c
|
CPU/CodeCache: Fetch second delay slot from first branch for double branches
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
3890a539ee
|
CDROM: Clear data FIFO on reset
Fixes Snatcher booting.
|
2020-11-19 00:40:02 +10:00 |
Connor McLaughlin
|
bc98b2470c
|
Merge pull request #1081 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest
|
2020-11-19 00:39:33 +10:00 |
Connor McLaughlin
|
66e656da79
|
Merge pull request #1079 from andercard0/patch-29
Update Portuguese Brazilian Translation
|
2020-11-19 00:39:18 +10:00 |
zkdpower
|
04309754a5
|
Update duckstation-qt_zh-cn.ts to latest
Update duckstation-qt_zh-cn.ts to latest
|
2020-11-16 19:04:23 +08:00 |
Anderson_Cardoso
|
bdac8ffcde
|
Update Pt-Br
Translated
- New Controller type;
- Analog Controller;
|
2020-11-15 14:46:26 -03:00 |
Connor McLaughlin
|
71eb578db1
|
Update compatibility settings/list
|
2020-11-16 01:14:58 +10:00 |
Silent
|
086f251370
|
Tidy up SDL controller methods interface
|
2020-11-15 16:12:39 +01:00 |
Silent
|
2880b71b48
|
Support for SDL Joysticks
This enables use of non-controller peripherals,
such as DirectInput steering wheels or flight sticks
|
2020-11-15 16:12:39 +01:00 |
Connor McLaughlin
|
473cfffa0c
|
GPU: Only accept DMA writes when FIFO is empty or command incomplete
Fixes a bunch of games, including Red Asphalt, Little Princess, Vampire
Hunter D main menu when combined with tight DMA sync.
|
2020-11-16 01:00:55 +10:00 |
Connor McLaughlin
|
df12f08ac3
|
DMA: Add additional tick penalty to DMA chains for page change
|
2020-11-16 01:00:55 +10:00 |
Connor McLaughlin
|
6a2deb6d71
|
Merge pull request #1072 from ggrtk/analog-joystick
Controller: Add Analog Joystick support
|
2020-11-16 01:00:10 +10:00 |
Connor McLaughlin
|
2c6454972f
|
Merge pull request #1075 from andercard0/patch-28
Update Pt-Br translation (Fixes)
|
2020-11-16 00:59:12 +10:00 |
Silent
|
99ec667b20
|
Factorize input hooks into reusable monitor classes
Those monitors will need some context so this will be useful
in the nearby future.
|
2020-11-15 15:31:13 +01:00 |
Anderson_Cardoso
|
a0c63705ef
|
Update Pt-Br translation (Fixes)
Nothing special just fixes.
|
2020-11-14 15:13:12 -03:00 |
Albert Liu
|
7ed0477a29
|
AnalogController: Save buttons and legacy rumble to state
|
2020-11-14 07:46:26 -08:00 |
Albert Liu
|
81a638cabb
|
Pad: Fix loading controllers from save states
|
2020-11-14 07:46:26 -08:00 |
Albert Liu
|
f9d2643d98
|
Controller: Add Analog Joystick support
|
2020-11-14 07:46:26 -08:00 |
Connor McLaughlin
|
3f9ba4acb6
|
Merge pull request #1071 from RaydenX93/update_it_20201114
Update Italian Translation
|
2020-11-15 00:22:38 +10:00 |
Connor McLaughlin
|
bb4a7e0e78
|
CI: Use fixed version of sign-android-release
|
2020-11-15 00:20:16 +10:00 |
Connor McLaughlin
|
13d9702000
|
HostDisplay: Log errno on file open failure
|
2020-11-15 00:16:00 +10:00 |
Connor McLaughlin
|
5b4cc214c5
|
libretro: Move some interface init to retro_init
Apparently fixes rumble.
|
2020-11-15 00:11:50 +10:00 |
RaydenX93
|
bb01fbf6c0
|
Update duckstation-qt_it.ts
|
2020-11-14 15:06:06 +01:00 |
Connor McLaughlin
|
65be904d15
|
SPU: Only log warning about FIFO lost on writes
|
2020-11-14 23:20:28 +10:00 |
Connor McLaughlin
|
077764ce18
|
CPU/Interpreter: Handle move instructions in PGXP memory mode
|
2020-11-14 23:20:28 +10:00 |
Connor McLaughlin
|
e1579584ef
|
CPU/Recompiler: Fix PGXP values getting corrupted if cached in caller-saved reg
|
2020-11-14 23:20:28 +10:00 |
Connor McLaughlin
|
3f937a2a39
|
SPU: Port reverb algorithm changes from Mednafen
|
2020-11-14 23:20:28 +10:00 |
Connor McLaughlin
|
925bb7173f
|
Merge pull request #1067 from ggrtk/analog-axis-scale
ControllerInterface: Move axis scaling into AnalogController class
|
2020-11-14 23:20:04 +10:00 |
Connor McLaughlin
|
aa0c52cea1
|
Merge pull request #1061 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest.
|
2020-11-14 23:18:50 +10:00 |
Connor McLaughlin
|
0411a8b437
|
Merge pull request #1059 from andercard0/patch-27
Atualização Tradução Português do Brasil
|
2020-11-14 23:18:33 +10:00 |
Connor McLaughlin
|
2a00c7e8b8
|
Merge pull request #1069 from Alaharon123/patch-1
readme: Add Mac and Android to releases text
|
2020-11-14 23:18:11 +10:00 |
Alaharon123
|
39ce06c656
|
readme: Add Mac and Android to releases text
|
2020-11-13 21:19:13 -05:00 |
Albert Liu
|
3eeab81063
|
PlayStationMouse: Fix returning incorrect controller type
|
2020-11-13 01:42:31 -08:00 |