mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 22:44:17 +00:00
PSP: Fix Wformat warnings.
This commit is contained in:
committed by
Sam Lantinga
parent
669532d529
commit
c1317175b4
@@ -302,7 +302,7 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
SDL_GetCurrentDisplayMode(0, &mode);
|
||||
SDL_Log("Screen BPP : %d\n", SDL_BITSPERPIXEL(mode.format));
|
||||
SDL_Log("Screen BPP : %" SDL_PRIu32 "\n", SDL_BITSPERPIXEL(mode.format));
|
||||
SDL_Log("Swap Interval : %d\n", SDL_GL_GetSwapInterval());
|
||||
SDL_GetWindowSize(state->windows[0], &dw, &dh);
|
||||
SDL_Log("Window Size : %d,%d\n", dw, dh);
|
||||
|
||||
Reference in New Issue
Block a user