mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-10-02 14:19:22 +00:00
rsx: Update vblank count in LLE mode
This commit is contained in:
parent
94d2f97f27
commit
192912131e
1 changed files with 1 additions and 2 deletions
|
@ -485,11 +485,10 @@ namespace rsx
|
|||
do
|
||||
{
|
||||
start_time += period_time;
|
||||
vblank_count++;
|
||||
|
||||
if (isHLE)
|
||||
{
|
||||
vblank_count++;
|
||||
|
||||
if (vblank_handler)
|
||||
{
|
||||
intr_thread->cmd_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue