Browse Source
[gamemode] windows fix
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/353/head
lizzie
4 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main_window.h
|
|
|
@ -314,8 +314,8 @@ private: |
|
|
|
void SetupSigInterrupts(); |
|
|
|
static void HandleSigInterrupt(int); |
|
|
|
void OnSigInterruptNotifierActivated(); |
|
|
|
void SetGamemodeEnabled(bool state); |
|
|
|
#endif |
|
|
|
void SetGamemodeEnabled(bool state); |
|
|
|
|
|
|
|
Service::AM::FrontendAppletParameters ApplicationAppletParameters(); |
|
|
|
Service::AM::FrontendAppletParameters LibraryAppletParameters(u64 program_id, |
|
|
|
|