From 1604863c0784b618f6a443299babc8a8ba01f178 Mon Sep 17 00:00:00 2001 From: MooglyGuy Date: Wed, 10 Jul 2019 20:07:45 +0200 Subject: -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] --- src/osd/modules/render/bgfxutil.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/osd/modules/render/bgfxutil.cpp') diff --git a/src/osd/modules/render/bgfxutil.cpp b/src/osd/modules/render/bgfxutil.cpp index cbf2428d61f..5ba76cbd2a1 100644 --- a/src/osd/modules/render/bgfxutil.cpp +++ b/src/osd/modules/render/bgfxutil.cpp @@ -31,9 +31,6 @@ const bgfx::Memory* bgfx_util::mame_texture_data_to_bgfx_texture_data(uint32_t f case PRIMFLAG_TEXFORMAT(TEXFORMAT_PALETTE16): copy_util::copyline_palette16(dst_line, src_line16, width, palette); break; - case PRIMFLAG_TEXFORMAT(TEXFORMAT_PALETTEA16): - copy_util::copyline_palettea16(dst_line, src_line16, width, palette); - break; case PRIMFLAG_TEXFORMAT(TEXFORMAT_YUY16): copy_util::copyline_yuy16_to_argb(dst_line, src_line16, width, palette, 1); break; -- cgit v1.2.3-70-g09d2