diff --git a/src/devices/video/nv2a.cpp b/src/devices/video/nv2a.cpp index b5112c3ae..3ee75cf9e 100644 --- a/src/devices/video/nv2a.cpp +++ b/src/devices/video/nv2a.cpp @@ -561,6 +561,8 @@ std::thread vblank_thread; extern std::chrono::time_point> GetNextVBlankTime(); static void nv2a_vblank_thread(NV2AState *d) { + CxbxSetThreadName("Cxbx NV2A VBLANK"); + auto nextVBlankTime = GetNextVBlankTime(); while (true) {