mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
powervr2: Remove superfluous type declaration that confuses clang (nw)
This commit is contained in:
parent
115f3c1e6a
commit
749e47c09f
@ -306,7 +306,6 @@ public:
|
||||
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
|
||||
typedef uint32_t(powervr2_device::*pix_sample_fn)(texinfo*,float,float,uint32_t,uint32_t);
|
||||
typedef std::function<uint32_t(texinfo*,float,float,uint32_t,uint32_t)> sample_fn;
|
||||
|
||||
inline uint32_t sample_nontextured(texinfo *ti, float u, float v, uint32_t offset_color, uint32_t base_color);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user