summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_render.h')
-rw-r--r--src/devices/video/voodoo_render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo_render.h b/src/devices/video/voodoo_render.h
index afdbcfc46e2..6bd6e4077c8 100644
--- a/src/devices/video/voodoo_render.h
+++ b/src/devices/video/voodoo_render.h
@@ -497,7 +497,7 @@ struct thread_stats_block
class voodoo_renderer : public voodoo_poly_manager
{
- static constexpr u32 RASTER_HASH_SIZE = 97; // size of the rasterizer hash table
+ static constexpr u32 RASTER_HASH_SIZE = 97; // size of the rasterizer hash table
public:
using rasterizer_mfp = void (voodoo_renderer::*)(int32_t, const extent_t &, const poly_data &, int);