mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Merge pull request #10365 from trioan/fixes
msvc 2017 -- HAVE_ODROIDGO2 compile fixes
This commit is contained in:
commit
761a17ccd8
@ -1581,13 +1581,13 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT,
|
||||
"Activeer Gedeelde Hardware Context")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH,
|
||||
"Bilinear Filtering")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
"RGA Scaling"
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
"RGA Scaling")
|
||||
#else
|
||||
"Context Specific Scaling"
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
"Context Specific Scaling")
|
||||
#endif
|
||||
)
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER,
|
||||
"Soft Filter Enable")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL,
|
||||
|
@ -4316,14 +4316,17 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH,
|
||||
"Bilinear Filtering"
|
||||
)
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
"RGA Scaling"
|
||||
#else
|
||||
"Context Specific Scaling"
|
||||
#endif
|
||||
)
|
||||
#else
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
"Context Specific Scaling"
|
||||
)
|
||||
#endif
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER,
|
||||
"Soft Filter"
|
||||
@ -6087,14 +6090,17 @@ MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_SMOOTH,
|
||||
"Adds a slight blur to the image to take the edge off of the hard pixel edges. This option has very little impact on performance."
|
||||
)
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
"RGA scaling and bicubic filtering. May break widgets."
|
||||
#else
|
||||
"Hardware context scaling (if available)."
|
||||
#endif
|
||||
)
|
||||
#else
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
|
||||
"Hardware context scaling (if available)."
|
||||
)
|
||||
#endif
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_FILTER,
|
||||
"Apply a CPU-powered video filter.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user