mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
d3d12: Remove D3DGSFrame
This commit is contained in:
parent
0138a95567
commit
ceab44b9ab
21 changed files with 244 additions and 408 deletions
|
@ -2493,7 +2493,7 @@ void RSXThread::Task()
|
|||
u8 inc;
|
||||
LOG_NOTICE(RSX, "RSX thread started");
|
||||
|
||||
OnInitThread();
|
||||
oninit_thread();
|
||||
|
||||
m_last_flip_time = get_system_time() - 1000000;
|
||||
|
||||
|
@ -2613,7 +2613,7 @@ void RSXThread::Init(const u32 ioAddress, const u32 ioSize, const u32 ctrlAddres
|
|||
|
||||
m_used_gcm_commands.clear();
|
||||
|
||||
OnInit();
|
||||
oninit();
|
||||
|
||||
start(WRAP_EXPR("RSXThread"), WRAP_EXPR(Task()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue