mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Small changes 2
This commit is contained in:
parent
b11e086589
commit
8987350b5b
13 changed files with 118 additions and 65 deletions
|
@ -197,6 +197,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, mem32_ptr_t& args, const u3
|
|||
//if(cmd == 0xfeadffff)
|
||||
{
|
||||
Flip();
|
||||
m_last_flip_time = get_system_time();
|
||||
|
||||
m_gcm_current_buffer = ARGS(0);
|
||||
m_read_buffer = true;
|
||||
|
@ -1878,6 +1879,7 @@ void RSXThread::Task()
|
|||
|
||||
OnInitThread();
|
||||
|
||||
m_last_flip_time = get_system_time();
|
||||
volatile bool is_vblank_stopped = false;
|
||||
|
||||
thread vblank("VBlank thread", [&]()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue