9e1b0af259
Abstracts most of the input mechanisms under an InputSubsystem class that is managed by the frontends, eliminating any static constructors and destructors. This gets rid of global accessor functions and also allows the frontends to have a more fine-grained control over the lifecycle of the input subsystem. This also makes it explicit which interfaces rely on the input subsystem instead of making it opaque in the interface functions. All that remains to migrate over is the factories, which can be done in a separate change. |
||
---|---|---|
.. | ||
emu_window | ||
service | ||
CMakeLists.txt | ||
config.cpp | ||
config.h | ||
default_ini.h | ||
resource.h | ||
yuzu.cpp | ||
yuzu.rc |