summaryrefslogtreecommitdiffstats
path: root/src/osd/modules/render/bgfxutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfxutil.h')
-rw-r--r--src/osd/modules/render/bgfxutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/render/bgfxutil.h b/src/osd/modules/render/bgfxutil.h
index 4234165c12a..88a679e5170 100644
--- a/src/osd/modules/render/bgfxutil.h
+++ b/src/osd/modules/render/bgfxutil.h
@@ -11,8 +11,8 @@
class bgfx_util
{
public:
- static const bgfx::Memory* mame_texture_data_to_bgfx_texture_data(UINT32 format, int width, int height, int rowpixels, const rgb_t *palette, void *base);
- static uint64_t get_blend_state(UINT32 blend);
+ static const bgfx::Memory* mame_texture_data_to_bgfx_texture_data(uint32_t format, int width, int height, int rowpixels, const rgb_t *palette, void *base);
+ static uint64_t get_blend_state(uint32_t blend);
};
#endif // __RENDER_BGFX_UTIL__