Fixed build

This commit is contained in:
Sam Lantinga 2024-04-15 09:32:00 -07:00
parent 59a0416819
commit effc16954f
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ AddN3DSDisplay(gfxScreen_t screen)
modedata = SDL_malloc(sizeof(ModeDriverData));
if (!modedata) {
SDL_OutOfMemory();
return;
return SDL_OutOfMemory();
}
mode.w = (screen == GFX_TOP) ? GSP_SCREEN_HEIGHT_TOP : GSP_SCREEN_HEIGHT_BOTTOM;