Fixed flickering
Some checks failed
Build Dusk / run-tests (push) Successful in 1m42s
Build Dusk / build-psp (push) Has been cancelled
Build Dusk / build-linux (push) Has been cancelled
Build Dusk / build-dolphin (push) Has been cancelled

This commit is contained in:
2026-02-06 13:31:15 -06:00
parent aa5b41fe31
commit 097c8c00f9
6 changed files with 57 additions and 47 deletions

View File

@@ -51,9 +51,9 @@ void debugFlush() {
GXRModeObj *rmode = NULL;
void *framebuffer;
if(DISPLAY.frameBuffer) {
if(DISPLAY.frameBuffer[0]) {
console_init(
DISPLAY.frameBuffer,
DISPLAY.frameBuffer[0],
20,
20,
DISPLAY.screenMode->fbWidth,