System: Add path/image to game change notification
This commit is contained in:
@ -143,7 +143,8 @@ public:
|
||||
/// This is the APK for Android builds, or the program directory for standalone builds.
|
||||
virtual std::unique_ptr<ByteStream> OpenPackageFile(const char* path, u32 flags) = 0;
|
||||
|
||||
virtual void OnRunningGameChanged();
|
||||
virtual void OnRunningGameChanged(const std::string& path, CDImage* image, const std::string& game_code,
|
||||
const std::string& game_title);
|
||||
virtual void OnSystemPerformanceCountersUpdated();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user