Fixed PSP rendering

This commit is contained in:
2025-11-09 14:54:33 -06:00
parent 587d716aae
commit aaa8622956
11 changed files with 30 additions and 8 deletions

View File

@@ -41,6 +41,9 @@ void screenInit() {
SCREEN.frameBufferMeshVertices
);
#endif
// Init screen to backbuffer mode by default
screenBind();
}
void screenBind() {