System: Add path/image to game change notification
This commit is contained in:
@ -85,7 +85,8 @@ protected:
|
||||
|
||||
void OnSystemPaused(bool paused) override;
|
||||
void OnSystemDestroyed() override;
|
||||
void OnRunningGameChanged() override;
|
||||
void OnRunningGameChanged(const std::string& path, CDImage* image, const std::string& game_code,
|
||||
const std::string& game_title) override;
|
||||
|
||||
private:
|
||||
void EmulationThreadLoop(JNIEnv* env);
|
||||
|
||||
Reference in New Issue
Block a user