mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
core: Fix mmap being unable to map GPU memory
This commit is contained in:
@@ -28,7 +28,7 @@ enum class MemoryProt : u32 {
|
||||
CpuReadWrite = 2,
|
||||
GpuRead = 16,
|
||||
GpuWrite = 32,
|
||||
GpuReadWrite = 38,
|
||||
GpuReadWrite = 48,
|
||||
};
|
||||
DECLARE_ENUM_FLAG_OPERATORS(MemoryProt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user