forked from eden-emu/eden
Remove Mali conditional for EDS
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
318aeebdf3
commit
ae61b65b6c
1 changed files with 0 additions and 7 deletions
|
@ -57,13 +57,6 @@ abstract class SettingsItem(
|
|||
return NativeInput.getStyleIndex(0) != NpadStyleIndex.Handheld
|
||||
}
|
||||
|
||||
if (setting.key == ByteSetting.RENDERER_DYNA_STATE.key) {
|
||||
// Can't change on Mali GPU's otherwise no game loading for you
|
||||
if (!GpuDriverHelper.supportsCustomDriverLoading()) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
// Can't edit settings that aren't saveable in per-game config even if they are switchable
|
||||
if (NativeConfig.isPerGameConfigLoaded() && !setting.isSaveable) {
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue