mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Things updated
This commit is contained in:
parent
a6754e29a6
commit
011362bf1c
5 changed files with 44 additions and 16 deletions
|
@ -2356,14 +2356,8 @@ void RSXThread::Task()
|
|||
|
||||
m_vblank_count = 0;
|
||||
|
||||
while (!TestDestroy())
|
||||
while (!TestDestroy() && !Emu.IsStopped())
|
||||
{
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
LOG_WARNING(RSX, "VBlank thread aborted");
|
||||
return;
|
||||
}
|
||||
|
||||
if (get_system_time() - start_time > m_vblank_count * 1000000 / 60)
|
||||
{
|
||||
m_vblank_count++;
|
||||
|
@ -2383,7 +2377,6 @@ void RSXThread::Task()
|
|||
|
||||
is_vblank_stopped = true;
|
||||
});
|
||||
vblank.detach();
|
||||
|
||||
while (!TestDestroy()) try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue