mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
some more work on linker and added some more needed (but not currently used) memory functions
This commit is contained in:
parent
8f36540386
commit
42dc535638
3 changed files with 62 additions and 6 deletions
|
@ -20,5 +20,8 @@ namespace Memory
|
|||
|
||||
namespace VirtualMemory {
|
||||
u64 memory_alloc(u64 address, u64 size, MemoryMode mode);
|
||||
bool memory_protect(u64 address, u64 size, MemoryMode mode, MemoryMode* old_mode);
|
||||
bool memory_flush(u64 address, u64 size);
|
||||
bool memory_patch(u64 vaddr, u64 value);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue