Stub GPU DMA, fix up some FS stuff. horribly wrong savedata implementation

This commit is contained in:
wheremyfoodat 2022-10-15 13:28:29 +03:00
parent b6a1da21a9
commit 5d15efe72c
13 changed files with 169 additions and 35 deletions

View file

@ -36,6 +36,8 @@ namespace VirtualAddrs {
TLSBase = 0xFF400000,
TLSSize = 0x1000,
VramStart = 0x1F000000,
VramSize = 0x00600000,
DSPMemStart = 0x1FF00000
};
}