remove debug startup string
This commit is contained in:
parent
bd362433e7
commit
a53efab1b3
@ -139,15 +139,13 @@ static SDL_VideoDevice *TOARU_CreateDevice(int devindex)
|
|||||||
}
|
}
|
||||||
|
|
||||||
VideoBootStrap TOARU_bootstrap = {
|
VideoBootStrap TOARU_bootstrap = {
|
||||||
TOARUVID_DRIVER_NAME, "SDL ToaruOS video driver",
|
TOARUVID_DRIVER_NAME, "SDL ToaruOS (Yutani) video driver",
|
||||||
TOARU_Available, TOARU_CreateDevice
|
TOARU_Available, TOARU_CreateDevice
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
int TOARU_VideoInit(_THIS, SDL_PixelFormat *vformat)
|
int TOARU_VideoInit(_THIS, SDL_PixelFormat *vformat)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Congratulations, you are using the とあるOS SDL Video Driver!\n");
|
|
||||||
|
|
||||||
vformat->BitsPerPixel = 32;
|
vformat->BitsPerPixel = 32;
|
||||||
vformat->BytesPerPixel = 4;
|
vformat->BytesPerPixel = 4;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user