mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +00:00
0x803DA800
-> 0x80400000 - frame buffer size
This commit is contained in:
parent
a9a36df816
commit
d71cf60c14
1 changed files with 12 additions and 12 deletions
|
@ -35,7 +35,7 @@ const u32 sFaultDrawerFont[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
FaultDrawer sFaultDrawerDefault = {
|
FaultDrawer sFaultDrawerDefault = {
|
||||||
(u16*)0x803DA800, // fb
|
(u16*)(0x80400000 - sizeof(u16[SCREEN_HEIGHT][SCREEN_WIDTH])), // fb
|
||||||
SCREEN_WIDTH, // w
|
SCREEN_WIDTH, // w
|
||||||
SCREEN_HEIGHT, // h
|
SCREEN_HEIGHT, // h
|
||||||
16, // yStart
|
16, // yStart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue