mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-27 06:02:48 +00:00
Experimemtal framebuffers thanks to cpasjuste
This commit is contained in:
parent
36213b606b
commit
49f83797ac
@ -43,10 +43,10 @@
|
|||||||
#define TOP_SCREEN1 TOP_SCREEN0
|
#define TOP_SCREEN1 TOP_SCREEN0
|
||||||
#define BOT_SCREEN1 BOT_SCREEN0
|
#define BOT_SCREEN1 BOT_SCREEN0
|
||||||
#elif defined(EXEC_BOOTSTRAP)
|
#elif defined(EXEC_BOOTSTRAP)
|
||||||
#define TOP_SCREEN0 (u8*)(0x20000000)
|
#define TOP_SCREEN0 (u8*)(*(u32*)0x23FFFE00)
|
||||||
#define TOP_SCREEN1 (u8*)(0x20046500)
|
#define TOP_SCREEN1 (u8*)(*(u32*)0x23FFFE00)
|
||||||
#define BOT_SCREEN0 (u8*)(0x2008CA00)
|
#define BOT_SCREEN0 (u8*)(*(u32*)0x23FFFE08)
|
||||||
#define BOT_SCREEN1 (u8*)(0x200C4E00)
|
#define BOT_SCREEN1 (u8*)(*(u32*)0x23FFFE08)
|
||||||
#else
|
#else
|
||||||
#error "Unknown execution method"
|
#error "Unknown execution method"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user