mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix newlines and spaces
This commit is contained in:
parent
ac421ec19b
commit
a11a789e02
@ -865,13 +865,13 @@ void setting_data_get_description(const void *data, char *msg,
|
||||
" 2: Etc ...");
|
||||
else if (!strcmp(setting->name, "video_frame_delay"))
|
||||
snprintf(msg, sizeof_msg,
|
||||
" -- Sets how many milliseconds to delay \n"
|
||||
" -- Sets how many milliseconds to delay\n"
|
||||
"after VSync before running the core.\n"
|
||||
" \n"
|
||||
"Can reduce latency at cost of \n"
|
||||
"performance."
|
||||
"\n"
|
||||
"Can reduce latency at cost of\n"
|
||||
"performance.\n"
|
||||
" \n"
|
||||
"Maximum is 15.\n");
|
||||
"Maximum is 15.");
|
||||
else if (!strcmp(setting->name, "audio_rate_control_delta"))
|
||||
snprintf(msg, sizeof_msg,
|
||||
" -- Audio rate control.\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user