rsx/vk/gl: Refactoring - Also adds a vertex cache to openGL as well

This commit is contained in:
kd-11 2017-07-26 19:32:13 +03:00
parent fc6891a0e3
commit 4cd5624fa7
10 changed files with 124 additions and 86 deletions

View file

@ -406,6 +406,9 @@ namespace rsx
}
});
// Raise priority above other threads
thread_ctrl::set_native_priority(1);
// TODO: exit condition
while (!Emu.IsStopped())
{