diff options
author | GPUCode <geoster3d@gmail.com> | 2023-11-17 22:23:48 +0200 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-25 00:46:47 -0500 |
commit | 48388376206aaa7d887b41030019035a06203867 (patch) | |
tree | 6dc27b3fc69d7ec4a1d4247fd0a00b7542ef72d4 /src/common/settings.h | |
parent | 2e02efbdd047ce125c7d0af418619f4e120df798 (diff) |
device_memory: Enable direct mapped addresses for nce
Diffstat (limited to 'src/common/settings.h')
-rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 389c747cb..fea639ee3 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -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(); |