mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
rsx/vk/gl: Refactoring - Also adds a vertex cache to openGL as well
This commit is contained in:
parent
fc6891a0e3
commit
4cd5624fa7
10 changed files with 124 additions and 86 deletions
|
@ -406,6 +406,9 @@ namespace rsx
|
|||
}
|
||||
});
|
||||
|
||||
// Raise priority above other threads
|
||||
thread_ctrl::set_native_priority(1);
|
||||
|
||||
// TODO: exit condition
|
||||
while (!Emu.IsStopped())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue