mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix undeclared label
This commit, 2c635e9e1b
is missing this declaration.
This commit is contained in:
parent
058adf247c
commit
137c468ca4
1 changed files with 4 additions and 1 deletions
|
@ -927,7 +927,10 @@ enum msg_hash_enums
|
|||
MENU_LABEL(VIDEO_RECORD_THREADS),
|
||||
MENU_LABEL(VIDEO_SMOOTH),
|
||||
MENU_LABEL(VIDEO_CTX_SCALING),
|
||||
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
MENU_LABEL(VIDEO_RGA_SCALING),
|
||||
#endif
|
||||
|
||||
MENU_LABEL(VIDEO_CROP_OVERSCAN),
|
||||
|
||||
MENU_LABEL(VIDEO_SCALE_INTEGER),
|
||||
|
|
Loading…
Add table
Reference in a new issue