Browse Source

[gamemode] windows fix

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/353/head
lizzie 4 months ago
committed by Caio Oliveira
parent
commit
5303d5f3a6
No known key found for this signature in database GPG Key ID: 362DA3DC1901E080
  1. 2
      src/yuzu/main_window.h

2
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,

Loading…
Cancel
Save