mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-05 15:49:01 +00:00
Compiling. Online and rollback work. Replays broken currently
This commit is contained in:
parent
6228f14bb6
commit
ced28d629d
9 changed files with 51 additions and 7 deletions
|
@ -173,3 +173,13 @@ void Host_TitleChanged()
|
|||
Discord::UpdateDiscordPresence();
|
||||
#endif
|
||||
}
|
||||
|
||||
void Host_LowerWindow()
|
||||
{
|
||||
Host::GetInstance()->RequestLowerWindow();
|
||||
}
|
||||
|
||||
void Host_Exit()
|
||||
{
|
||||
Host::GetInstance()->RequestExit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue