1
0
Fork 0
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:
Dragorn421 2021-09-21 09:56:03 +02:00
parent a9a36df816
commit d71cf60c14
No known key found for this signature in database
GPG key ID: C182A3A3996E8201

View file

@ -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