summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/powervr2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/powervr2.h')
-rw-r--r--src/mame/video/powervr2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/powervr2.h b/src/mame/video/powervr2.h
index e77df348f87..bc8b0e2ae14 100644
--- a/src/mame/video/powervr2.h
+++ b/src/mame/video/powervr2.h
@@ -394,7 +394,7 @@ private:
static inline UINT32 cv_yuv(UINT16 c1, UINT16 c2, int x);
UINT32 tex_r_yuv_n(texinfo *t, float x, float y);
UINT32 tex_r_yuv_tw(texinfo *t, float x, float y);
-// UINT32 tex_r_yuv_vq(texinfo *t, float x, float y);
+// UINT32 tex_r_yuv_vq(texinfo *t, float x, float y);
UINT32 tex_r_1555_n(texinfo *t, float x, float y);
UINT32 tex_r_1555_tw(texinfo *t, float x, float y);
UINT32 tex_r_1555_vq(texinfo *t, float x, float y);