dolphin/Source/Core/Core/Config
Vincent Cunningham db5aec019c
Add Fallback Region to configuration menu
Fallback Region
A user-selected fallback to use instead of the default PAL

This is used for unknown region or region free titles to give them
the ability to force region to use. This replaces the current fallback region
of PAL. This can be useful if a user is trying to play a region free
tilte that is originally NTSC and expects to be run at NTSC speeds. This
may be done when a user attempts to dump a WAD of their own without
understanding the settings they have chosen, or could be an intentional
decision by a developer of a ROM hack that can be injected into a
Virtual Console WAD.

Remove using System Menu region being checked in GetFallbackRegion

Use DiscIO::Region instead of std::String for fallback

Add explanation text for Fallback Region
2020-11-28 15:40:21 -05:00
..
GraphicsSettings.cpp DolphinQt / VideoCommon: Add additional texture dumping options. Specifically, this enables users to choose whether to dump mip maps, base level textures, or both. 2020-07-22 19:30:27 -05:00
GraphicsSettings.h DolphinQt / VideoCommon: Add additional texture dumping options. Specifically, this enables users to choose whether to dump mip maps, base level textures, or both. 2020-07-22 19:30:27 -05:00
MainSettings.cpp Add Fallback Region to configuration menu 2020-11-28 15:40:21 -05:00
MainSettings.h Add Fallback Region to configuration menu 2020-11-28 15:40:21 -05:00
NetplaySettings.cpp Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
NetplaySettings.h Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
SYSCONFSettings.cpp DolphinQt: Expose SYSCONF sound setting 2020-07-02 22:25:41 +02:00
SYSCONFSettings.h DolphinQt: Expose SYSCONF sound setting 2020-07-02 22:25:41 +02:00
UISettings.cpp Android: Allow disabling cover downloading 2020-10-19 20:03:47 +02:00
UISettings.h Port some settings to the new config system 2020-08-03 15:07:53 +02:00