mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 20:06:17 +00:00
core: Fix mmap being unable to map GPU memory
This commit is contained in:
parent
b412cb4cca
commit
7c00ac637a
4 changed files with 23 additions and 24 deletions
|
@ -28,7 +28,7 @@ enum class MemoryProt : u32 {
|
|||
CpuReadWrite = 2,
|
||||
GpuRead = 16,
|
||||
GpuWrite = 32,
|
||||
GpuReadWrite = 38,
|
||||
GpuReadWrite = 48,
|
||||
};
|
||||
DECLARE_ENUM_FLAG_OPERATORS(MemoryProt)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue