mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
rsx/gl/vk: Enable frame skipping
This commit is contained in:
parent
b95ffaf4dd
commit
e9b8f94fb1
10 changed files with 102 additions and 26 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue