mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 04:48:19 -05:00
device_memory: Enable direct mapped addresses for nce
This commit is contained in:
@ -573,7 +573,8 @@ bool IsGPULevelExtreme();
|
||||
bool IsGPULevelHigh();
|
||||
|
||||
bool IsFastmemEnabled();
|
||||
bool IsNceEnabled(bool is_64bit = true);
|
||||
void SetNceEnabled(bool is_64bit);
|
||||
bool IsNceEnabled();
|
||||
|
||||
bool IsDockedMode();
|
||||
|
||||
|
Reference in New Issue
Block a user