dolphin/Source/Core/UICommon
JosJuice a3f5d09a54 Don't create GBA saves dir when building without mGBA
Currently, disabling mGBA when building gets rid of the ability to
change the GBA saves directory in DolphinQt, but it doesn't actually
get rid of Dolphin loading and storing the setting and creating the
folder. If the setting is set to a path you don't want to use
(perhaps you are trying to turn Dolphin portable), this is annoying.

To avoid accidentally making mistakes like this in the future,
I'm gating the existence of the setting behind an ifdef.
2022-01-22 16:05:21 +01:00
..
ResourcePack treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
AutoUpdate.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
AutoUpdate.h Config: Port AutoUpdate settings to new config system. 2021-12-27 21:19:28 +01:00
CMakeLists.txt UICommon: Make use of fmt where applicable 2019-11-23 19:41:40 -05:00
CommandLineParse.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
CommandLineParse.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Disassembler.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Disassembler.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DiscordPresence.cpp Use Common::ToLower and Common::ToUpper 2022-01-16 17:00:12 -08:00
DiscordPresence.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameFile.cpp GameList: Convert file extensions to lowercase 2022-01-16 17:00:16 -08:00
GameFile.h GameList: Show game mod descriptor .json files in game list. 2021-12-12 21:26:09 +01:00
GameFileCache.cpp GameList: Show game mod descriptor .json files in game list. 2021-12-12 21:26:09 +01:00
GameFileCache.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NetPlayIndex.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
NetPlayIndex.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
UICommon.cpp Don't create GBA saves dir when building without mGBA 2022-01-22 16:05:21 +01:00
UICommon.h Core/UICommon: Use std::move() a bit more. 2021-12-25 20:21:33 +01:00
USBUtils.cpp USBUtils: Fix 1bad:3110/1bad:3430 mixup 2022-01-06 09:46:05 +01:00
USBUtils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoUtils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoUtils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
X11Utils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
X11Utils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00