diff options
author | FearlessTobi <thm.frey@gmail.com> | 2019-11-02 19:22:36 +0100 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2019-11-03 05:24:47 +0100 |
commit | 727ba2f2d05967cc5934c340587a9d4fd5ec550c (patch) | |
tree | 71c2d63fa0ea63aa29033102ace5a2b91d15ed79 /src/yuzu/main.h | |
parent | 11e39da02bec92fe4a332bfb737323ccb8087626 (diff) |
citra_qt: add amiibo drag and drop support
Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com>
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 fd4b9ccf5..7f46bea2b 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -142,6 +142,7 @@ private: void ShowTelemetryCallout(); void SetDiscordEnabled(bool state); + void LoadAmiibo(const QString& filename); void SelectAndSetCurrentUser(); |