mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
Make frame delay description clearer
This commit is contained in:
parent
a11a789e02
commit
46f3d9c8cc
@ -311,7 +311,7 @@ static const bool hard_sync = false;
|
|||||||
static const unsigned hard_sync_frames = 0;
|
static const unsigned hard_sync_frames = 0;
|
||||||
|
|
||||||
// Sets how many milliseconds to delay after VSync before running the core.
|
// Sets how many milliseconds to delay after VSync before running the core.
|
||||||
// Can reduce latency at cost of performance.
|
// Can reduce latency at cost of higher risk of stuttering.
|
||||||
static const unsigned frame_delay = 0;
|
static const unsigned frame_delay = 0;
|
||||||
|
|
||||||
// Inserts a black frame inbetween frames.
|
// Inserts a black frame inbetween frames.
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
# video_hard_sync_frames = 0
|
# video_hard_sync_frames = 0
|
||||||
|
|
||||||
# Sets how many milliseconds to delay after VSync before running the core.
|
# Sets how many milliseconds to delay after VSync before running the core.
|
||||||
# Can reduce latency at cost of performance.
|
# Can reduce latency at cost of higher risk of stuttering.
|
||||||
# Maximum is 15.
|
# Maximum is 15.
|
||||||
# video_frame_delay = 0
|
# video_frame_delay = 0
|
||||||
|
|
||||||
|
@ -869,7 +869,7 @@ void setting_data_get_description(const void *data, char *msg,
|
|||||||
"after VSync before running the core.\n"
|
"after VSync before running the core.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Can reduce latency at cost of\n"
|
"Can reduce latency at cost of\n"
|
||||||
"performance.\n"
|
"higher risk of stuttering.\n"
|
||||||
" \n"
|
" \n"
|
||||||
"Maximum is 15.");
|
"Maximum is 15.");
|
||||||
else if (!strcmp(setting->name, "audio_rate_control_delta"))
|
else if (!strcmp(setting->name, "audio_rate_control_delta"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user