frontend: Add setting for whether to use LLE applets. (#7345)

This commit is contained in:
Steveice10
2024-01-20 12:13:06 -08:00
committed by GitHub
parent c59ef7d793
commit f26044bb88
15 changed files with 88 additions and 40 deletions

View File

@@ -54,6 +54,7 @@ private:
std::unique_ptr<Ui::ConfigureSystem> ui;
Core::System& system;
ConfigurationShared::CheckState is_new_3ds;
ConfigurationShared::CheckState lle_applets;
bool enabled = false;
std::shared_ptr<Service::CFG::Module> cfg;