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
DolphinNoGUI.rc
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
Platform.h
PlatformFBDev.cpp
PlatformHeadless.cpp
PlatformWin32.cpp
PlatformX11.cpp
resource.h