mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 16:59:13 +00:00
MemArena: Clean up the code that does the mirroring
This commit is contained in:
parent
6813473367
commit
079b881d20
2 changed files with 31 additions and 18 deletions
|
@ -48,6 +48,8 @@ struct MemoryView
|
|||
u32 size;
|
||||
u32 flags;
|
||||
void* mapped_ptr;
|
||||
void* view_ptr;
|
||||
u32 shm_position;
|
||||
};
|
||||
|
||||
// Uses a memory arena to set up an emulator-friendly memory map according to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue