Unknown W. Brackets
|
3e07b02226
|
Core: Keep number on setting for translated.
This way it will keep working in old versions for bisecting.
|
2019-06-22 12:49:19 -07:00 |
|
Unknown W. Brackets
|
7ff88d4bed
|
Core: Save GPU backend as identifier.
Still reads in old number values. This way it's easier for someone to
follow instructions to fix the backend if necessary due to driver crashes.
|
2019-06-22 12:49:01 -07:00 |
|
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 |
|
Unknown W. Brackets
|
df6c5f38dc
|
Core: Use readable names for failed backends.
|
2019-06-22 12:48:56 -07: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 |
|
Henrik Rydgård
|
a59099e1bf
|
Oops, fix the D3D9 fallback
|
2019-05-11 06:36:28 +02:00 |
|
Henrik Rydgård
|
2f26297062
|
Clean up some more ifdefs
|
2019-05-10 23:25:57 +02:00 |
|
driver1998
|
0aa33d53c0
|
Disable features not available on Windows ARM32/ARM64
ARM32: OpenGL & DirectInput
ARM64: OpenGL
|
2019-05-04 22:45:16 +08:00 |
|
LunaMoo
|
0a4dc1f883
|
Remove "sound speed hack".
|
2019-04-25 04:15:31 +02:00 |
|
Henrik Rydgård
|
e3d7ca67a0
|
Rename the lag sync config ini setting to reset it for all users. See #10195.
|
2019-02-25 15:50:28 +01:00 |
|
Henrik Rydgård
|
172bcbbf47
|
Android: Default screen rotation to auto landscape for new users. Fixes #11832
|
2019-02-23 17:17:40 +01: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 |
|
Unknown W. Brackets
|
a29fe3f46e
|
Core: Remove some now unused variables.
From removed settings.
|
2019-02-18 09:14:05 -08: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
|
56bc7b1d52
|
Remove outdated TrueColor setting.
|
2018-12-14 16:13:44 +01:00 |
|
Henrik Rydgard
|
0fdea30ac3
|
Remove "Timer Hack" setting. Untested, probably low usage and unclear utility.
|
2018-12-14 13:56:42 +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 |
|
Unknown W. Brackets
|
8b6221e852
|
Vulkan: Avoid using Vulkan by default.
Bugs on Adreno, some issues on Intel and AMD.
Let's instead prefer Direct3D 11 or GLES for now.
|
2018-12-01 14:57:18 -08:00 |
|
Henrik Rydgård
|
a30da4b674
|
Coldbird server moved, so change the default.
Should look into doing this automatically, maybe storing the coldbird
server in a config file on ppsspp.org.
|
2018-11-20 09:09:19 +01:00 |
|