Qt: Use disc sets for changing discs
This commit is contained in:
@ -333,6 +333,11 @@ const std::string& System::GetGameTitle()
|
||||
return s_running_game_title;
|
||||
}
|
||||
|
||||
const GameDatabase::Entry* System::GetGameDatabaseEntry()
|
||||
{
|
||||
return s_running_game_entry;
|
||||
}
|
||||
|
||||
System::GameHash System::GetGameHash()
|
||||
{
|
||||
return s_running_game_hash;
|
||||
|
||||
Reference in New Issue
Block a user