[gamemode] windows fix
All checks were successful
eden-license / license-header (pull_request) Successful in 29s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-08-30 13:40:57 +00:00
parent 2b3d2a84e6
commit 05db2ae62f
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

View file

@ -327,8 +327,8 @@ private:
void SetupSigInterrupts(); void SetupSigInterrupts();
static void HandleSigInterrupt(int); static void HandleSigInterrupt(int);
void OnSigInterruptNotifierActivated(); void OnSigInterruptNotifierActivated();
void SetGamemodeEnabled(bool state);
#endif #endif
void SetGamemodeEnabled(bool state);
Service::AM::FrontendAppletParameters ApplicationAppletParameters(); Service::AM::FrontendAppletParameters ApplicationAppletParameters();
Service::AM::FrontendAppletParameters LibraryAppletParameters(u64 program_id, Service::AM::FrontendAppletParameters LibraryAppletParameters(u64 program_id,