NV2A : Name vblank thread too
This commit is contained in:
parent
57776c9027
commit
e3151892e6
|
@ -561,6 +561,8 @@ std::thread vblank_thread;
|
|||
extern std::chrono::time_point<std::chrono::steady_clock, std::chrono::duration<double, std::nano>> GetNextVBlankTime();
|
||||
static void nv2a_vblank_thread(NV2AState *d)
|
||||
{
|
||||
CxbxSetThreadName("Cxbx NV2A VBLANK");
|
||||
|
||||
auto nextVBlankTime = GetNextVBlankTime();
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Reference in New Issue