mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-17 22:29:27 +00:00
Merge pull request #10810 from shantigilbert/master
Fix undeclared (VIDEO_RGA_SCALING) label
This commit is contained in:
commit
3b93c7c36d
@ -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…
Reference in New Issue
Block a user