mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 13:34:22 +01:00
Use constants
This commit is contained in:
parent
8f21e2901f
commit
ba54d70cdb
@ -83,7 +83,7 @@ int init_graphics(void)
|
||||
|
||||
screen = SDL_CreateRGBSurface(SDL_SWSURFACE, DISPLAY_X, DISPLAY_Y + 17, 8,
|
||||
rmask, gmask, bmask, amask);
|
||||
real_screen = SDL_SetVideoMode(640, 480, 8,
|
||||
real_screen = SDL_SetVideoMode(FULL_DISPLAY_X, FULL_DISPLAY_Y, 8,
|
||||
SDL_DOUBLEBUF | SDL_FULLSCREEN);
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user