diff options
author | bunnei <bunneidev@gmail.com> | 2022-10-01 14:53:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 14:53:36 -0700 |
commit | 2a752bbd646aefaedd5b2aa334710a48bb6fe907 (patch) | |
tree | 4513e36fa60db1ec1cdcef500088194030e61c83 /src/yuzu/main.h | |
parent | 001168d1914c1b4f3076fcc0e3110614d29c2b43 (diff) | |
parent | 4213f1c126afda9c5235c868ded4e7d95438bffc (diff) |
Merge pull request #8876 from FearlessTobi/multiplayer-part3
ldn: Implement "local wireless" networked multiplayer
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 716aef063..f7aa8e417 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -169,6 +169,7 @@ public slots: void OnLoadComplete(); void OnExecuteProgram(std::size_t program_index); void OnExit(); + void OnSaveConfig(); void ControllerSelectorReconfigureControllers( const Core::Frontend::ControllerParameters& parameters); void SoftwareKeyboardInitialize( |