dolphin/Source/Core/DolphinNoGUI
JosJuice dabad82219 Require frontend to initialize controllers
We currently have two different code paths for initializing controllers:
Either the frontend (DolphinQt) can do it, or if the frontend doesn't do
it, the core will do it automatically when booting. Having these two
paths has caused problems in the past due to only one frontend being
tested (see de7ef47548). I would like to get rid of the latter path to
avoid further problems like this.
2022-07-17 14:03:04 +02:00
..
CMakeLists.txt cmake: Don't use PCH with Qt6. 2022-05-22 01:19:44 +02:00
DolphinNoGUI.exe.manifest Add a Win32 NoGUI platform and project 2019-12-28 08:56:27 +10:00
DolphinNoGUI.rc Add a Win32 NoGUI platform and project 2019-12-28 08:56:27 +10:00
DolphinNoGUI.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinNoGUI.vcxproj.filters msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
MainNoGUI.cpp Require frontend to initialize controllers 2022-07-17 14:03:04 +02:00
Platform.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Platform.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PlatformFBDev.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PlatformHeadless.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PlatformWin32.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PlatformX11.cpp Common/MsgHandler: Remove non-format variants of PanicAlert 2022-01-09 12:44:14 -08:00
resource.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00