Mercurial > sdl-ios-xcode
comparison src/video/nds/SDL_ndsrender.c @ 2696:0b395a60deff gsoc2008_nds
Timers work now.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Mon, 18 Aug 2008 07:29:52 +0000 |
parents | c04a266c277a |
children | e1da92da346c |
comparison
equal
deleted
inserted
replaced
2695:c04a266c277a | 2696:0b395a60deff |
---|---|
654 static int | 654 static int |
655 NDS_GetTexturePalette(SDL_Renderer * renderer, SDL_Texture * texture, | 655 NDS_GetTexturePalette(SDL_Renderer * renderer, SDL_Texture * texture, |
656 SDL_Color * colors, int firstcolor, int ncolors) | 656 SDL_Color * colors, int firstcolor, int ncolors) |
657 { | 657 { |
658 NDS_TextureData *txdat = (NDS_TextureData *) texture->driverdata; | 658 NDS_TextureData *txdat = (NDS_TextureData *) texture->driverdata; |
659 TRACE("+NDS_GetTexturePalette\n"); | 659 TRACE("!NDS_GetTexturePalette\n"); |
660 TRACE("-NDS_GetTexturePalette\n"); | |
661 return 0; | 660 return 0; |
662 } | 661 } |
663 | 662 |
664 static int | 663 static int |
665 NDS_SetTextureColorMod(SDL_Renderer * renderer, SDL_Texture * texture) | 664 NDS_SetTextureColorMod(SDL_Renderer * renderer, SDL_Texture * texture) |