mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-11 02:47:47 +02:00
More info
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user