dolphin/Source
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
..
Android Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
Core Don't create GBA saves dir when building without mGBA 2022-01-22 16:05:21 +01:00
DSPSpy
DSPTool
PCH
UnitTests Use Common::ToLower and Common::ToUpper 2022-01-16 17:00:12 -08:00
VSProps
.clang-format
CMakeLists.txt CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
dolphin-emu.sln