mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
frontend: Add setting for whether to use LLE applets. (#7345)
This commit is contained in:
parent
c59ef7d793
commit
f26044bb88
15 changed files with 88 additions and 40 deletions
|
@ -432,6 +432,7 @@ struct Values {
|
|||
Setting<bool> use_cpu_jit{true, "use_cpu_jit"};
|
||||
SwitchableSetting<s32, true> cpu_clock_percentage{100, 5, 400, "cpu_clock_percentage"};
|
||||
SwitchableSetting<bool> is_new_3ds{true, "is_new_3ds"};
|
||||
SwitchableSetting<bool> lle_applets{false, "lle_applets"};
|
||||
|
||||
// Data Storage
|
||||
Setting<bool> use_virtual_sd{true, "use_virtual_sd"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue