yuzu/src/yuzu_tester
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
service yuzu_tester: Silence type conversion warning 2020-06-22 22:56:15 -04:00
CMakeLists.txt yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 -04:00
config.cpp Project Mjölnir: Part 1 2020-08-26 02:32:32 -04:00
config.h yuzu_tester: Use config, icon, and main from yuzu-cmd 2019-06-10 00:03:11 -04:00
default_ini.h configuration: Add settings to enable/disable specific CPU optimizations 2020-07-11 14:34:09 +01:00
resource.h yuzu_tester: Use config, icon, and main from yuzu-cmd 2019-06-10 00:03:11 -04:00
yuzu.cpp common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
yuzu.rc Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00