mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 01:45:07 -04:00
fusee_cpp: Implement fatal display, reading of fusee-secondary
This commit is contained in:
parent
ee1d1ea527
commit
1a8f886a6e
32 changed files with 24337 additions and 48 deletions
|
@ -541,7 +541,7 @@ constexpr const SleepOrRegisterWrite DisplayConfigDc02[] = {
|
|||
{SleepOrRegisterWriteKind_Write, DC_CMD_DISPLAY_COMMAND_OPTION0, 0}
|
||||
};
|
||||
|
||||
constexpr u32 DisplayConfigFrameBufferAddress = 0xD0000000;
|
||||
constexpr u32 DisplayConfigFrameBufferAddress = 0xC0400000;
|
||||
|
||||
constexpr const SleepOrRegisterWrite DisplayConfigFrameBuffer[] = {
|
||||
{SleepOrRegisterWriteKind_Write, DC_CMD_DISPLAY_WINDOW_HEADER, WINDOW_C_SELECT}, //Enable window C.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue