rsx/gl/vk: Enable frame skipping

This commit is contained in:
kd-11 2017-06-30 01:20:23 +03:00
parent b95ffaf4dd
commit e9b8f94fb1
10 changed files with 102 additions and 26 deletions

View file

@ -151,7 +151,7 @@ int gs_frame::client_height()
#endif
}
void gs_frame::flip(draw_context_t)
void gs_frame::flip(draw_context_t, bool /*skip_frame*/)
{
QString title;