summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-23 17:00:33 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-03 23:27:40 +0100
commite11e65b3d63fabd7c953cca07971364984021c3e (patch)
tree444a70e43814fa3f0d969a5cc293f3f928a871dd /src/core/hle/service/am/applets/software_keyboard.cpp
parentqt: Implement GUI dialog frontend for ProfileSelector (diff)
downloadyuzu-e11e65b3d63fabd7c953cca07971364984021c3e.tar
yuzu-e11e65b3d63fabd7c953cca07971364984021c3e.tar.gz
yuzu-e11e65b3d63fabd7c953cca07971364984021c3e.tar.bz2
yuzu-e11e65b3d63fabd7c953cca07971364984021c3e.tar.lz
yuzu-e11e65b3d63fabd7c953cca07971364984021c3e.tar.xz
yuzu-e11e65b3d63fabd7c953cca07971364984021c3e.tar.zst
yuzu-e11e65b3d63fabd7c953cca07971364984021c3e.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/hle/service/am/applets/software_keyboard.cpp b/src/core/hle/service/am/applets/software_keyboard.cpp
index 40984ffa9..981bdec51 100644
--- a/src/core/hle/service/am/applets/software_keyboard.cpp
+++ b/src/core/hle/service/am/applets/software_keyboard.cpp
@@ -38,12 +38,7 @@ static Core::Frontend::SoftwareKeyboardParameters ConvertToFrontendParameters(
return params;
}
-SoftwareKeyboard::SoftwareKeyboard() {
- // Some applets require this to be signalled on applet creation, some do not. Internally, this
- // is done by a flag in the applet module, but for simplicity SoftwareKeyboard is one of the
- // applets with this flag.
- broker.SignalStateChanged();
-}
+SoftwareKeyboard::SoftwareKeyboard() = default;
SoftwareKeyboard::~SoftwareKeyboard() = default;