mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Android: remove warning in blit_features
"integer constant not in range of enumerated type 'enum blit_features'"
This commit is contained in:
parent
463bf5c2d8
commit
7289e5e215
@ -39,6 +39,7 @@
|
||||
/* Functions to blit from N-bit surfaces to other surfaces */
|
||||
|
||||
enum blit_features {
|
||||
BLIT_FEATURE_NONE = 0,
|
||||
BLIT_FEATURE_HAS_MMX = 1,
|
||||
BLIT_FEATURE_HAS_ALTIVEC = 2,
|
||||
BLIT_FEATURE_ALTIVEC_DONT_USE_PREFETCH = 4,
|
||||
|
Loading…
Reference in New Issue
Block a user