MemArena: Clean up the code that does the mirroring

This commit is contained in:
Jasper St. Pierre
2014-10-28 04:44:59 -07:00
parent 6813473367
commit 079b881d20
2 changed files with 31 additions and 18 deletions

View File

@ -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