NV2A : Name vblank thread too

This commit is contained in:
PatrickvL 2018-02-02 18:00:50 +01:00
parent 57776c9027
commit e3151892e6
1 changed files with 2 additions and 0 deletions

View File

@ -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) {