mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 22:55:45 -04:00
System: Add path/image to game change notification
This commit is contained in:
@ -812,9 +812,10 @@ void CommonHostInterface::OnSystemDestroyed()
|
||||
StopControllerRumble();
|
||||
}
|
||||
|
||||
void CommonHostInterface::OnRunningGameChanged()
|
||||
void CommonHostInterface::OnRunningGameChanged(const std::string& path, CDImage* image, const std::string& game_code,
|
||||
const std::string& game_title)
|
||||
{
|
||||
HostInterface::OnRunningGameChanged();
|
||||
HostInterface::OnRunningGameChanged(path, image, game_code, game_title);
|
||||
|
||||
if (!System::IsShutdown())
|
||||
{
|
||||
|
Reference in New Issue
Block a user