mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-02 06:21:03 +00:00
Refresh generation of SDL_blit_auto.c
This commit is contained in:
parent
ce4c54e2b2
commit
bd70ce7f94
File diff suppressed because it is too large
Load diff
|
@ -23,11 +23,11 @@
|
|||
|
||||
#if SDL_HAVE_BLIT_AUTO
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
/* *INDENT-OFF* */ /* clang-format off */
|
||||
|
||||
extern SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[];
|
||||
|
||||
/* *INDENT-ON* */
|
||||
/* *INDENT-ON* */ /* clang-format on */
|
||||
|
||||
#endif /* SDL_HAVE_BLIT_AUTO */
|
||||
|
||||
|
|
Loading…
Reference in a new issue