mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[PICA] Get vertex attributes being semi-properly read
This commit is contained in:
parent
1bbd377ee7
commit
434c840aeb
6 changed files with 135 additions and 14 deletions
|
@ -155,7 +155,7 @@ void Kernel::getProcessInfo() {
|
|||
}
|
||||
|
||||
switch (type) {
|
||||
case 20:
|
||||
case 20: // Returns 0x20000000 - <linear memory base vaddr for process>
|
||||
regs[1] = PhysicalAddrs::FCRAM - mem.getLinearHeapVaddr();
|
||||
regs[2] = 0;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue