nn::gx::CTR::MemAccessPrioMode Enumerated Typeenum MemAccessPrioMode;
| Value | Description |
|---|---|
MEM_ACCESS_PRIO_MODE_0 |
CPU, GPU, and other devices are all treated equally. |
MEM_ACCESS_PRIO_MODE_1 |
Access from the CPU is given priority. |
MEM_ACCESS_PRIO_MODE_2 |
Access from the CPU is given high priority. |
MEM_ACCESS_PRIO_MODE_3 |
Access from the CPU or GPU is given priority. |
MEM_ACCESS_PRIO_MODE_4 |
Access from the GPU is given priority. |
MEM_ACCESS_PRIO_MODE_MAX |
Setting that indicates priority of access to main memory.
CONFIDENTIAL