mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 03:15:01 +00:00
more progress on module to memory loading
This commit is contained in:
parent
5d0a5af495
commit
e87b793083
2 changed files with 43 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
constexpr u64 SYSTEM_RESERVED = 0x800000000u;
|
||||
constexpr u64 CODE_BASE_OFFSET = 0x100000000u;
|
||||
|
||||
namespace Memory
|
||||
{
|
||||
namespace VirtualMemory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue