dabad82219
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
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DolphinNoGUI.exe.manifest | ||
DolphinNoGUI.rc | ||
DolphinNoGUI.vcxproj | ||
DolphinNoGUI.vcxproj.filters | ||
MainNoGUI.cpp | ||
Platform.cpp | ||
Platform.h | ||
PlatformFBDev.cpp | ||
PlatformHeadless.cpp | ||
PlatformWin32.cpp | ||
PlatformX11.cpp | ||
resource.h |