mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 14:52:41 +00:00
cmake: Move HAS_NCE to root cmake
* So we can use it in common
This commit is contained in:
@@ -541,7 +541,7 @@ public:
|
||||
if (write) {
|
||||
flags |= PROT_WRITE;
|
||||
}
|
||||
#ifdef ARCHITECTURE_arm64
|
||||
#ifdef HAS_NCE
|
||||
if (execute) {
|
||||
flags |= PROT_EXEC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user