yuzu/src/yuzu_cmd
Lioncash 9e1b0af259 input_common: Eliminate most global state
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.
2020-08-27 16:11:17 -04:00
..
emu_window input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
CMakeLists.txt yuzu: Implement Vulkan frontend 2020-01-29 17:53:11 -03:00
config.cpp Project Mjölnir: Part 1 2020-08-26 02:32:32 -04:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h Rebase for per game settings 2020-07-17 14:26:14 +10:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
yuzu.rc Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00