Skip to content

Commit

Permalink
print SDL video backend
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 16, 2024
1 parent 9423561 commit 64d4512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/window/sdl/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Window::Window()
#endif
throw love::Exception("Could not initialize SDL video subsystem (%s)", SDL_GetError());

::printf("SDL video backend: %s\n", SDL_GetCurrentVideoDriver());

// Make sure the screensaver doesn't activate by default.
setDisplaySleepEnabled(false);

Expand Down

0 comments on commit 64d4512

Please sign in to comment.