mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
increased MAX_TEXTURE_SCALES to 16
This commit is contained in:
parent
167cfae017
commit
ee761ff79b
@ -436,7 +436,7 @@ private:
|
|||||||
void get_scaled(UINT32 dwidth, UINT32 dheight, render_texinfo &texinfo, render_primitive_list &primlist);
|
void get_scaled(UINT32 dwidth, UINT32 dheight, render_texinfo &texinfo, render_primitive_list &primlist);
|
||||||
const rgb_t *get_adjusted_palette(render_container &container);
|
const rgb_t *get_adjusted_palette(render_container &container);
|
||||||
|
|
||||||
static const int MAX_TEXTURE_SCALES = 8;
|
static const int MAX_TEXTURE_SCALES = 16;
|
||||||
|
|
||||||
// a scaled_texture contains a single scaled entry for a texture
|
// a scaled_texture contains a single scaled entry for a texture
|
||||||
struct scaled_texture
|
struct scaled_texture
|
||||||
|
Loading…
Reference in New Issue
Block a user