mirror of
https://github.com/libretro/xrick-libretro.git
synced 2024-11-30 03:51:05 +00:00
Updates
This commit is contained in:
parent
c0a839135a
commit
7e4e9fa75b
@ -293,7 +293,7 @@ int SDL_SaveBMP(SDL_Surface *surface,const char *file){
|
||||
SDL_Surface * SDL_LoadBMP(const char *file)
|
||||
{
|
||||
int padding = 0;
|
||||
int y, x, psw, scanlinebytes;;
|
||||
int y, x, psw, scanlinebytes;
|
||||
int width,height,size;
|
||||
unsigned char fileh[40];
|
||||
SDL_Surface *surf;
|
||||
|
Loading…
Reference in New Issue
Block a user