Revert "Fix variable names for 'video_msg'"

This reverts commit 5061bc5a65d8d4fac9cdefeaa9aaf8a511389441.
This commit is contained in:
Steven M. Vascellaro 2018-05-11 19:55:07 -04:00
parent 5061bc5a65
commit ae47b1f505

View File

@ -248,20 +248,19 @@
# Offset for where messages will be placed on screen. Values are in range 0.0 to 1.0 for both x and y values.
# [0.0, 0.0] maps to the lower left corner of the screen.
# video_msg_pos_x = 0.05
# video_msg_pos_y = 0.05
# video_message_pos_x = 0.05
# video_message_pos_y = 0.05
# Color for message.
# video_msg_color_r =
# video_msg_color_g =
# video_msg_color_b =
# Color for message. The value is treated as a hexadecimal value.
# It is a regular RGB hex number, i.e. red is "ff0000".
# video_message_color = ffffff
# Background color for OSD messages. Red/Green/Blue values are from 0 to 255 and opacity is 0.0 to 1.0.
# video_msg_bgcolor_enable = false
# video_msg_bgcolor_red = 0
# video_msg_bgcolor_green = 0
# video_msg_bgcolor_blue = 0
# video_msg_bgcolor_opacity = 1.0
video_message_bgcolor_enable = false
video_message_bgcolor_red = 0
video_message_bgcolor_green = 0
video_message_bgcolor_blue = 0
video_message_bgcolor_opacity = 1.0
# Allows libretro cores to set rotation modes.
# Setting this to false will honor, but ignore this request.