This commit is contained in:
goyuken 2014-11-30 19:13:58 +00:00
parent 2ae3609791
commit 2fce719309
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
public class GBAGPUMemoryAreas
{
// the pointers are assumed to stay valid as long as the IEmulator is valid, maybe
// this will need some change for a managed core (lifecycle management, etc)
public IntPtr vram;
public IntPtr oam;
public IntPtr mmio;