Unknown W. Brackets
|
504acf15de
|
Core: Allow for disabling graphics backends.
Mainly for Vulkan, since sometimes even mobile drivers crash when we ask.
This at least provides options.
Also centralizes support checks.
|
2019-06-22 12:49:01 -07:00 |
|
driver1998
|
8fab38ecdd
|
TextDrawerUWP based on DirectWrite
|
2019-06-07 05:20:21 +08:00 |
|
LunaMoo
|
da031ebbdb
|
Fix avi dump via render buffer instead,
with an option to use output buffer since recording with
post process effects will often be desirable.
|
2019-06-04 07:54:17 +02:00 |
|
LunaMoo
|
53daa0d844
|
Remove some unused code.
|
2019-04-28 13:17:08 +02:00 |
|
LunaMoo
|
0a4dc1f883
|
Remove "sound speed hack".
|
2019-04-25 04:15:31 +02:00 |
|
Henrik Rydgård
|
d91f706206
|
Log why the config is being saved (we seem to do it a bit much at times)
|
2019-02-23 11:55:44 +01:00 |
|
Henrik Rydgard
|
47a9145355
|
Remove iForceMaxEmulatedFPS and replace with a compat setting for the two games that really need it.
Takes care of one setting listed in #8171 "Options to remove"
|
2019-02-06 15:03:15 +01:00 |
|
Unknown W. Brackets
|
46649a218e
|
Core: Add flags to disable jit features.
Not actually disabling yet, just setup.
|
2019-02-03 13:58:24 -08:00 |
|
Unknown W. Brackets
|
ebdecb6583
|
Merge pull request #11656 from hrydgard/disable-vendor-checks
VK: Add INI options to disable some vendor checks
|
2018-12-15 07:39:08 -08:00 |
|
Henrik Rydgård
|
d82ec339ee
|
Remove the DisableShaderCache setting, rename the other
|
2018-12-15 10:44:05 +01:00 |
|
Henrik Rydgård
|
749163beca
|
Merge pull request #11667 from hrydgard/remove-truecolor
Remove outdated TrueColor setting.
|
2018-12-14 18:58:24 +01:00 |
|
Henrik Rydgård
|
d7d1a5fc63
|
Merge pull request #11666 from hrydgard/remove-timer-hack
Remove "Timer Hack" setting.
|
2018-12-14 18:58:01 +01:00 |
|
Henrik Rydgard
|
ee88bc79ff
|
Oops, x2
|
2018-12-14 16:14:43 +01:00 |
|
Henrik Rydgard
|
56bc7b1d52
|
Remove outdated TrueColor setting.
|
2018-12-14 16:13:44 +01:00 |
|
Henrik Rydgard
|
3f8aec5147
|
Remove the "Disable stencil test" hack. Doesn't seem to serve much purpose anymore.
|
2018-12-14 13:54:03 +01:00 |
|
Henrik Rydgård
|
25b2ba013b
|
VK: Add INI options to disable some vendor checks, and to disable the shader cache.
|
2018-12-11 00:36:15 +01:00 |
|
root
|
c19d3fe06a
|
MRFIXIT2001: This patch adds a second frameskip setting, one for setting the # of frames to skip, one for setting the % of frames to skip based off fps
|
2018-11-03 01:33:41 +00:00 |
|
Unknown W. Brackets
|
efc6510569
|
Replacement: Show a warning for bad texture names.
|
2018-09-30 17:55:51 -07:00 |
|
Unknown W. Brackets
|
f906fbed35
|
Core: Track graphics startup failures and cycle.
If the graphics driver segfaults, or some plugin segfaults, let's try a
different one next time. This gives better hope of starting up next time.
|
2018-09-01 19:59:13 -07:00 |
|
Henrik Rydgård
|
0684068c81
|
Merge pull request #11296 from hrydgard/discord-presence
Discord presence - show the current game
|
2018-08-14 08:40:09 +02:00 |
|
Henrik Rydgård
|
785858dbf8
|
Basic Discord presence integration.
|
2018-08-13 00:20:09 +02:00 |
|
Unknown W. Brackets
|
048afb6d24
|
UI: Resolve symlinks when adding things to recent.
See #11131. This also normalizes paths, captialization, etc. as
necessary.
|
2018-08-12 08:25:10 -07:00 |
|
hissingshark
|
7fd7afeba9
|
Added "oldest save" and "slots 1-5" as options for "auto load savestate"
|
2018-06-25 21:45:51 +01:00 |
|
Unknown W. Brackets
|
f2956a1c1a
|
UI: Show custom speed toggle buttons.
This allows more flexibility if unthrottle is too fast or too uneven.
|
2018-06-23 10:59:18 -07:00 |
|
Unknown W. Brackets
|
69dd59d9b9
|
UI: Refactor touch control config handling.
Much cleaner this way, less repetition.
|
2018-06-23 10:59:18 -07:00 |
|
Unknown W. Brackets
|
95f270778e
|
Core: Allow toggle between 2 custom speeds.
In addition to virtual keys for each speed separately.
|
2018-06-23 10:59:18 -07:00 |
|
Unknown W. Brackets
|
e2c217ab29
|
Core: More consistently use config enums.
|
2018-06-23 10:59:18 -07:00 |
|
Unknown W. Brackets
|
b4496f1975
|
Core: Move config enums to separate file.
These are a bit strewn about and there are constants that aren't
consistently used, which just adds confusion.
|
2018-06-23 10:59:18 -07:00 |
|
Unknown W. Brackets
|
006ef96b19
|
SaveState: Add a setting to ignore warnings.
In case you like to collect old and obscure bugs - everyone's got a hobby.
|
2018-06-14 18:29:55 -07:00 |
|
Unknown W. Brackets
|
9d96e6579c
|
Merge pull request #10909 from unknownbrackets/debugger
WebSocket based debugger interface
|
2018-06-09 15:37:06 -04:00 |
|
Unknown W. Brackets
|
cc1fa20afb
|
Qt: Use Roboto Condensed like on other platforms.
May improve font fallback issues in #7581.
|
2018-06-09 11:36:00 -07:00 |
|
Unknown W. Brackets
|
f81fa27abe
|
Debugger: Add config for remote debugger on start.
|
2018-06-08 06:59:16 -07:00 |
|
Unknown W. Brackets
|
07e178a2da
|
Merge pull request #10922 from hrydgard/gpu-device-choice
GPU device choice for D3D11 and Vulkan
|
2018-06-06 08:50:32 -04:00 |
|
Henrik Rydgård
|
238521a297
|
Rename device choice config options as requested.
|
2018-06-06 10:24:16 +02:00 |
|
Henrik Rydgård
|
8ee3cd52e8
|
D3D11: Allow the user to select rendering device.
|
2018-06-06 10:20:12 +02:00 |
|
Henrik Rydgård
|
b037efdb55
|
If there are multiple Vulkan devices, show a setting to allow the user to choose.
|
2018-06-06 10:20:12 +02:00 |
|
Unknown W. Brackets
|
43b18578f4
|
Update default firmware version to 6.60.
Not many games call sceKernelDevkitVersion(), but we mostly match 6.60.
See also: https://report.ppsspp.org/logs/kind/883?status=any
|
2018-05-28 08:44:00 -07:00 |
|
Henrik Rydgård
|
36fd2711d6
|
Revert "Remove further remains of hardware skinning."
This reverts commit 40db61a680 .
|
2018-04-10 12:22:41 +02:00 |
|
LunaMoo
|
e5e19554e6
|
Add "--pause-menu-exit" option.
|
2018-04-02 16:31:26 +02:00 |
|
Unknown W. Brackets
|
2ee8dd7752
|
SaveState: Keep an undo for each slot by default.
|
2018-03-17 23:18:25 -07:00 |
|
Henrik Rydgård
|
40db61a680
|
Remove further remains of hardware skinning. Fixes #10661
|
2018-03-05 00:03:47 +01:00 |
|
Henrik Rydgård
|
c60c8ed68a
|
Debug visualization for the Vulkan memory allocator. Shows some interesting behaviour.
|
2018-01-29 19:38:10 +01:00 |
|
Unknown W. Brackets
|
6149ac584f
|
jit: Add interface to precompile functions.
This doesn't actually do any preloading yet, it just adds an API.
|
2018-01-06 16:43:38 -08:00 |
|
Unknown W. Brackets
|
d6da758ed3
|
GPU: Remove duplicate BACKEND constants.
|
2017-12-26 15:55:24 -08:00 |
|
Unknown W. Brackets
|
ebce6da223
|
UI: Remove auto-download options.
See previous commit removing actual functionality.
|
2017-12-25 11:20:26 -08:00 |
|
Unknown W. Brackets
|
721f5877eb
|
http: Allow sharing automatically on PPSSPP start.
Since that might always be something you want, on your desktop.
|
2017-12-10 18:30:28 -08:00 |
|
Henrik Rydgård
|
b6911d2764
|
Add a hidden debug option [Graphics]GfxDebugSplitSubmit to try to narrow down some Vulkan issues, see #10163. Also improve some asserts.
|
2017-11-22 10:47:04 +01:00 |
|
LunaMoo
|
e698414f9b
|
Add an option to allow resetting video/audio dump on save/load state.
|
2017-11-14 05:12:27 +01:00 |
|
Henrik Rydgård
|
be2ba4ffb3
|
Remove the setting to run the display list interpreter on a separate thread.
|
2017-11-05 23:21:26 +01:00 |
|
LunaMoo
|
8826c031a6
|
Add ini-only "Savedata Upgrade" setting.
|
2017-10-04 17:16:21 +02:00 |
|