Oops, this happens when not checking wtf the written code actually does.

This commit is contained in:
profi200 2023-08-23 02:33:22 +02:00
parent 4377d28d14
commit 8db77d523e
No known key found for this signature in database
GPG Key ID: FD2BAB7782919B0A
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ Result oafInitAndRun(void)
LGY11_selectInput(overrides);
// Load border if any exists.
if(g_oafConfig.scaler > 0) // No borders for scaled modes.
if(g_oafConfig.scaler == 0) // No borders for scaled modes.
{
// Abuse currently invisible frame buffer as temporary buffer.
void *const borderBuf = GFX_getFramebuffer(SCREEN_TOP);