summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-11-13 15:14:08 -0600
committergerman77 <juangerman-13@hotmail.com>2022-11-13 17:13:43 -0600
commit75e6ec85e107d6e5422d882b97faaa813970d42e (patch)
treefede32c546409e0f876c9ba7142da39eb4caf9c1 /src/yuzu/main.h
parenta253d1557d7d1fb1add6ae923ccb452d423d4547 (diff)
general: Address review comments
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 2724ecd52..6a9992d05 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -154,7 +154,7 @@ signals:
void UpdateInstallProgress();
- void AmiiboManagerFinished(bool is_success, std::string name);
+ void AmiiboSettingsFinished(bool is_success, const std::string& name);
void ControllerSelectorReconfigureFinished();
@@ -177,8 +177,8 @@ public slots:
void OnExecuteProgram(std::size_t program_index);
void OnExit();
void OnSaveConfig();
- void AmiiboManagerShowDialog(const Core::Frontend::CabinetParameters& parameters,
- std::shared_ptr<Service::NFP::NfpDevice> nfp_device);
+ void AmiiboSettingsShowDialog(const Core::Frontend::CabinetParameters& parameters,
+ std::shared_ptr<Service::NFP::NfpDevice> nfp_device);
void ControllerSelectorReconfigureControllers(
const Core::Frontend::ControllerParameters& parameters);
void SoftwareKeyboardInitialize(