mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-10-03 14:50:18 +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
|
do
|
||||||
{
|
{
|
||||||
start_time += period_time;
|
start_time += period_time;
|
||||||
|
vblank_count++;
|
||||||
|
|
||||||
if (isHLE)
|
if (isHLE)
|
||||||
{
|
{
|
||||||
vblank_count++;
|
|
||||||
|
|
||||||
if (vblank_handler)
|
if (vblank_handler)
|
||||||
{
|
{
|
||||||
intr_thread->cmd_list
|
intr_thread->cmd_list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue