System: Add path/image to game change notification
This commit is contained in:
@ -701,9 +701,10 @@ void QtHostInterface::OnSystemPerformanceCountersUpdated()
|
||||
System::GetAverageFrameTime(), System::GetWorstFrameTime());
|
||||
}
|
||||
|
||||
void QtHostInterface::OnRunningGameChanged()
|
||||
void QtHostInterface::OnRunningGameChanged(const std::string& path, CDImage* image, const std::string& game_code,
|
||||
const std::string& game_title)
|
||||
{
|
||||
CommonHostInterface::OnRunningGameChanged();
|
||||
CommonHostInterface::OnRunningGameChanged(path, image, game_code, game_title);
|
||||
applySettings(true);
|
||||
|
||||
if (!System::IsShutdown())
|
||||
|
||||
Reference in New Issue
Block a user