[App/Discord] Rework how rich presence is managed.
Updating rich presence state every time the window title changes is a bad idea(tm).
This commit is contained in:
@@ -145,7 +145,8 @@ class Emulator {
|
||||
void WaitUntilExit();
|
||||
|
||||
public:
|
||||
xe::Delegate<> on_launch;
|
||||
xe::Delegate<uint32_t, const std::wstring&> on_launch;
|
||||
xe::Delegate<> on_terminate;
|
||||
xe::Delegate<> on_exit;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user