summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_render.cpp')
-rw-r--r--src/devices/video/voodoo_render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo_render.cpp b/src/devices/video/voodoo_render.cpp
index 7a3d91e0661..756dff823c2 100644
--- a/src/devices/video/voodoo_render.cpp
+++ b/src/devices/video/voodoo_render.cpp
@@ -2195,7 +2195,7 @@ void voodoo_renderer::pixel_pipeline(thread_stats_block &threadstats, u16 *dest,
}
// wait for any outstanding work to finish
- wait("LFB Write");
+ wait("pixel_pipeline");
// perform alpha blending
if (alphamode.alphablend())