mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
cellAudio updated, thread_t updated
This commit is contained in:
parent
42b748a881
commit
fd06f70387
19 changed files with 669 additions and 697 deletions
|
@ -2350,7 +2350,7 @@ void RSXThread::Task()
|
|||
m_last_flip_time = get_system_time() - 1000000;
|
||||
volatile bool is_vblank_stopped = false;
|
||||
|
||||
thread vblank("VBlank thread", [&]()
|
||||
thread_t vblank("VBlank thread", [&]()
|
||||
{
|
||||
const u64 start_time = get_system_time();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue