More info

This commit is contained in:
Niellune
2026-03-28 01:51:30 +02:00
parent 9624ee7964
commit 24c346b763
+4
View File
@@ -490,6 +490,10 @@ const std::string Application::status() const
}
out << " " << SDL_GetCurrentAudioDriver();
out << "BACKENDS:";
for (int i = 0; i < SDL_GetNumVideoDrivers(); ++i)
out << " " << SDL_GetVideoDriver(i);
int displayIndex = SDL_GetWindowDisplayIndex(window);
if (displayIndex >= 0)
{