Lots of fixes importing SDL source wholesale into a new iOS project
--HG-- rename : src/libm/math.h => src/libm/math_libm.h
This commit is contained in:
parent
e112859e94
commit
ad2a21d404
135 changed files with 493 additions and 1093 deletions
|
@ -745,7 +745,7 @@ SDL_UnlockTextureYUV(SDL_Texture * texture)
|
|||
SDL_UnlockTexture(native);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
SDL_UnlockTextureNative(SDL_Texture * texture)
|
||||
{
|
||||
SDL_Texture *native = texture->native;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue