mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
05c8d229af
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CommandLineParse.cpp | ||
CommandLineParse.h | ||
Disassembler.cpp | ||
Disassembler.h | ||
UICommon.cpp | ||
UICommon.h | ||
UICommon.vcxproj | ||
USBUtils.cpp | ||
USBUtils.h | ||
VideoUtils.cpp | ||
VideoUtils.h | ||
X11Utils.cpp | ||
X11Utils.h |