dolphin/Source/Core
Léo Lam 05c8d229af Config: Handle unknown system strings better
Currently, a simple typo in the system name will trigger an assert
message that complains about a "programming error". This is not
user friendly and misleading.

So this changes GetSystemFromName to return an std::optional, which
allows for callers to check whether the system exists and handle
failures better.
2017-11-26 18:24:01 +01:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
Core Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
DiscIO VolumeGC: Correct printf specifier in LoadBannerFile() 2017-11-19 00:54:47 -05:00
DolphinNoGUI UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinQt2 VideoConfig: Rename "Full Resolution Frame Dumps" to "Internal" 2017-11-21 17:20:55 +10:00
DolphinWX WX: Fix argument parsing 2017-11-26 18:18:48 +01:00
InputCommon GCPadEmu: only connected if default device connected 2017-11-19 16:07:00 +01:00
UICommon Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
VideoBackends Vulkan: Fix headless framedumping without USE_X11 set 2017-11-23 17:00:32 +10:00
VideoCommon Merge pull request #6216 from stenzek/headless-frame-dumping 2017-11-26 11:36:10 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00