Remove some global usages of system (#6688)

This commit is contained in:
Narr the Reg
2023-07-11 22:43:28 -06:00
committed by GitHub
parent 943d5eeddf
commit d702915624
14 changed files with 57 additions and 35 deletions

View File

@@ -151,7 +151,7 @@ static Core::System::ResultStatus RunCitra(const std::string& filepath) {
Camera::RegisterFactory("ndk", std::move(ndk_factory));
// Register frontend applets
Frontend::RegisterDefaultApplets();
Frontend::RegisterDefaultApplets(system);
system.RegisterMiiSelector(std::make_shared<MiiSelector::AndroidMiiSelector>());
system.RegisterSoftwareKeyboard(std::make_shared<SoftwareKeyboard::AndroidKeyboard>());