System: Don't auto enable analog on unknown games

This commit is contained in:
Stenzek
2023-05-08 13:07:19 +10:00
parent eb77894315
commit 7681551544
3 changed files with 9 additions and 14 deletions

View File

@ -181,7 +181,7 @@ const std::string& GetRunningPath();
const std::string& GetRunningSerial();
const std::string& GetRunningTitle();
bool IsRunningBIOS();
bool IsRunningUnknownGame();
const BIOS::ImageInfo* GetBIOSImageInfo();
const BIOS::Hash& GetBIOSHash();