Connor McLaughlin
|
4e9135cd57
|
Cheats: Implement 50/Slide instruction
|
2020-09-28 20:45:45 +10:00 |
|
Connor McLaughlin
|
58e24585c1
|
Cheats: Fix 10/11/20/21 commands
|
2020-09-28 20:45:45 +10:00 |
|
Connor McLaughlin
|
b979706417
|
Pad: Use memory card filename from current state
Fixes memory card data getting lost after loading state.
|
2020-09-27 01:33:26 +10:00 |
|
Connor McLaughlin
|
3b68c4028d
|
Pad: Load memory card from state when the data matches
A warning will be displayed when the card content does not match.
|
2020-09-26 15:53:09 +10:00 |
|
Connor McLaughlin
|
d73271ec0a
|
GPU: Add option to force 4:3 for 24-bit content (e.g. FMVs)
|
2020-09-26 15:11:45 +10:00 |
|
Connor McLaughlin
|
cdc9f5c548
|
Settings: Fix AR list
|
2020-09-26 02:02:15 +10:00 |
|
Connor McLaughlin
|
e7cfc69975
|
Cheats: Fix parsing of Retroarch cheats
|
2020-09-26 01:13:48 +10:00 |
|
Connor McLaughlin
|
40037d6e90
|
libretro: Cheat support
|
2020-09-26 01:13:48 +10:00 |
|
Elizabeth
|
f38b8fda81
|
Add 21:9 to the Aspect Ratio settings
|
2020-09-24 20:59:41 -04:00 |
|
Connor McLaughlin
|
b05d80ef5c
|
CDROM: Don't choke on non-mode2 sectors
Fixes Formula One 99 circuit selection.
|
2020-09-25 00:25:32 +10:00 |
|
Connor McLaughlin
|
f990d6ab3b
|
GPU: Idle bit should be clear during an incomplete command
|
2020-09-24 22:16:15 +10:00 |
|
Connor McLaughlin
|
cf2599b6c7
|
BIOS: Compile fix
|
2020-09-24 12:41:46 +10:00 |
|
Connor McLaughlin
|
a6f6c1708b
|
Fix BIOS description text
|
2020-09-24 12:30:40 +10:00 |
|
phoe-nix
|
7993451871
|
Added missing 3 BIOS infos
|
2020-09-24 07:16:32 +08:00 |
|
Connor McLaughlin
|
40d157aa23
|
Merge pull request #875 from CookiePLMonster/more-slashes
Fix an outstanding forward slash showing in the UI
|
2020-09-23 22:55:40 +10:00 |
|
Connor McLaughlin
|
21a768f9e8
|
Merge pull request #878 from ggrtk/bios-image-infos
BIOS: Update image infos
|
2020-09-23 22:55:22 +10:00 |
|
Connor McLaughlin
|
d728bc091b
|
BIOS: Add option to set search directory elsewhere
|
2020-09-23 22:53:51 +10:00 |
|
Albert Liu
|
9a31eb50f6
|
BIOS: Add some more BIOS revision hashes
|
2020-09-22 22:49:46 -07:00 |
|
Albert Liu
|
073c053e36
|
BIOS: Fix mislabeling on SCPH-5500 hash
|
2020-09-22 22:49:21 -07:00 |
|
Silent
|
e6431e3599
|
Fix an outstanding forward slash showing in the UI
|
2020-09-22 18:24:45 +02:00 |
|
Connor McLaughlin
|
78f06fb711
|
libretro: Fix breakage with new BIOS detection
|
2020-09-23 02:11:30 +10:00 |
|
Connor McLaughlin
|
7d01bedf07
|
BIOS: Automatically detect images, improve selection UI
|
2020-09-23 00:20:50 +10:00 |
|
Silent
|
92d0dabf54
|
Make path separators in UI more consistent
|
2020-09-20 00:08:17 +02:00 |
|
Connor McLaughlin
|
25f45fbd23
|
CPU: Add hack for stale icache reads in interpreter
|
2020-09-20 01:38:18 +10:00 |
|
Connor McLaughlin
|
db84bdb560
|
CDROM: Apply 4 sector penalty to ReadN..ReadN sequence
Fixes Worms Pinball.
|
2020-09-20 01:36:49 +10:00 |
|
Connor McLaughlin
|
9736dc7895
|
CPU: Fix InterpretUncachedBlock()
But this shouldn't be hit during normal execution.
|
2020-09-20 01:36:49 +10:00 |
|
Connor McLaughlin
|
1d5af57f71
|
GPU: Halve draw ticks for 480i even with force progressive
Fixes some of the games broken with the enhancement on.
|
2020-09-20 01:36:49 +10:00 |
|
Connor McLaughlin
|
92da9917a8
|
MemoryCard: Split into image helper functions
|
2020-09-19 00:28:47 +10:00 |
|
Connor McLaughlin
|
d924130308
|
AnalogController: Fix Linux build
|
2020-09-18 00:40:54 +10:00 |
|
Connor McLaughlin
|
7c55940fa8
|
AnalogController: Fix default value of vibration bias
|
2020-09-18 00:17:35 +10:00 |
|
Connor McLaughlin
|
e6bff275a6
|
AnalogController: Set vibration strength to 0 on Reset
|
2020-09-18 00:13:59 +10:00 |
|
Connor McLaughlin
|
915b7d3726
|
AnalogController: Use nonlinear mapping of vibration strength
Curve from Pokopom: https://github.com/KrossX/Pokopom/blob/master/Pokopom/Input_XInput.cpp#L210
|
2020-09-17 19:57:10 +10:00 |
|
Connor McLaughlin
|
debfd53618
|
AnalogController: Use range for large motor, add bias
Seems the bias is needed for FF8.
|
2020-09-17 19:56:27 +10:00 |
|
Connor McLaughlin
|
3bd9f85af8
|
PostProcessingShaderGen: Use ints instead of bools for options
|
2020-09-16 11:52:23 +10:00 |
|
Silent
|
1918a5ddd4
|
STBI: Handle UTF-8 paths correctly
|
2020-09-14 21:27:22 +02:00 |
|
Connor McLaughlin
|
bb6af3c8fc
|
Merge pull request #845 from CookiePLMonster/fix-resume
Fix issues with a -resume parameter
|
2020-09-14 00:11:42 +10:00 |
|
Connor McLaughlin
|
441f26706e
|
Qt: Move post processing to its own setting category
|
2020-09-13 22:27:30 +10:00 |
|
Connor McLaughlin
|
a409a5d45d
|
ShaderGen: More GLSL/HLSL aliases
|
2020-09-13 20:20:47 +10:00 |
|
Connor McLaughlin
|
c1006bd0ff
|
PostProcessing: Allow fragment coordinate access from shader
|
2020-09-13 18:50:40 +10:00 |
|
Connor McLaughlin
|
60ed9e7191
|
PostProcessingShader: Fix errors in shader parsing
|
2020-09-13 18:39:40 +10:00 |
|
Connor McLaughlin
|
68d08ddbcb
|
Merge branch 'postprocessing'
|
2020-09-13 12:14:21 +10:00 |
|
Connor McLaughlin
|
3847be86b0
|
Fix a bunch of random warnings
|
2020-09-13 11:54:51 +10:00 |
|
Silent
|
2d90cfc07e
|
Tidy up SystemBootParameters constructors
|
2020-09-12 23:05:38 +02:00 |
|
Connor McLaughlin
|
2819715260
|
FrontendCommon: Add a post processing implementation
|
2020-09-13 01:23:43 +10:00 |
|
Connor McLaughlin
|
2b4568df6a
|
ShaderGen: Split HW shadergen from base
|
2020-09-13 01:23:43 +10:00 |
|
Connor McLaughlin
|
ccaff2e7cd
|
Settings: Fix incorrect UI for xBR texture filter
|
2020-09-13 01:21:14 +10:00 |
|
Connor McLaughlin
|
605992f294
|
Fix Android build
|
2020-09-12 00:35:38 +10:00 |
|
Connor McLaughlin
|
3625834ea7
|
GPU/HW: Add loading bar to shader compilation
|
2020-09-12 00:26:34 +10:00 |
|
Connor McLaughlin
|
6f250a4ff7
|
GPU/HW: Add JINC2 and xBRZ texture filtering options
Shaders ported from beetle-psx.
|
2020-09-12 00:26:34 +10:00 |
|
Connor McLaughlin
|
5cc91dc78b
|
HostDisplay: Add alignment setting
|
2020-09-11 00:18:57 +10:00 |
|