mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
[GPU] DMA
This commit is contained in:
parent
8f796352a6
commit
e1ac986009
4 changed files with 32 additions and 4 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
namespace PhysicalAddrs {
|
||||
enum : u32 {
|
||||
VRAM = 0x18000000,
|
||||
VRAMEnd = VRAM + 0x005FFFFF,
|
||||
FCRAM = 0x20000000,
|
||||
FCRAMEnd = FCRAM + 0x07FFFFFF
|
||||
};
|
||||
|
@ -38,6 +40,7 @@ namespace VirtualAddrs {
|
|||
|
||||
VramStart = 0x1F000000,
|
||||
VramSize = 0x00600000,
|
||||
FcramTotalSize = 128_MB,
|
||||
DSPMemStart = 0x1FF00000
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue