device_memory: Enable direct mapped addresses for nce

This commit is contained in:
GPUCode
2023-11-17 22:23:48 +02:00
committed by t895
parent 2e02efbdd0
commit 4838837620
5 changed files with 21 additions and 8 deletions

View File

@ -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();