Skip to content

Commit

Permalink
Removed rg_err.h committed by mistake
Browse files Browse the repository at this point in the history
This isn't ready yet.
  • Loading branch information
ducalex committed Jul 26, 2024
1 parent 6cf3783 commit 58079ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion components/retro-go/rg_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static const char *SETTING_CUSTOM_ZOOM = "DispCustomZoom";

#if RG_SCREEN_DRIVER == 0 /* ILI9341 */
#include "drivers/display/ili9341.h"
#elif RG_TARGET_SDL2
#elif RG_SCREEN_DRIVER == 99 /* SDL2 */
#include "drivers/display/sdl2.h"
#else
#include "drivers/display/dummy.h"
Expand Down
9 changes: 0 additions & 9 deletions components/retro-go/rg_err.h

This file was deleted.

0 comments on commit 58079ec

Please sign in to comment.