mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 13:28:33 -05:00
yuzu qt: Remove global system instances from config, WaitTree, main
This commit is contained in:
@ -13,6 +13,10 @@ class ConfigureInputPlayer;
|
||||
|
||||
class InputProfiles;
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace InputCommon {
|
||||
class InputSubsystem;
|
||||
}
|
||||
@ -26,7 +30,7 @@ class ConfigureDebugController : public QDialog {
|
||||
|
||||
public:
|
||||
explicit ConfigureDebugController(QWidget* parent, InputCommon::InputSubsystem* input_subsystem,
|
||||
InputProfiles* profiles);
|
||||
InputProfiles* profiles, Core::System& system);
|
||||
~ConfigureDebugController() override;
|
||||
|
||||
void ApplyConfiguration();
|
||||
|
Reference in New Issue
Block a user