mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
some more dynamic settings
This commit is contained in:
parent
074b9f94db
commit
cf229a8e9f
8 changed files with 28 additions and 22 deletions
|
@ -2617,8 +2617,8 @@ namespace rsx
|
|||
{
|
||||
m_skip_frame_ctr++;
|
||||
|
||||
if (m_skip_frame_ctr == g_cfg.video.consequtive_frames_to_draw)
|
||||
m_skip_frame_ctr = -g_cfg.video.consequtive_frames_to_skip;
|
||||
if (m_skip_frame_ctr >= g_cfg.video.consecutive_frames_to_draw)
|
||||
m_skip_frame_ctr = -g_cfg.video.consecutive_frames_to_skip;
|
||||
|
||||
skip_current_frame = (m_skip_frame_ctr < 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue