mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-05 19:37:13 +00:00
Updated logging functions for SDL3 naming convention
This commit is contained in:
@@ -1961,7 +1961,7 @@ int main(int argc, char *argv[])
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_LINUX_DEADZONES, "1");
|
||||
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
SDL_SetLogPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
||||
/* Parse commandline */
|
||||
for (i = 1; i < argc;) {
|
||||
|
||||
Reference in New Issue
Block a user