summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-07-19 10:56:16 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-07-19 10:56:16 +0200
commitd7d2c27b48943addf3d1da1ed5d5c0e75d8f0108 (patch)
treed657a0a9d69196a8d5a08803a0612bd2f23829e3 /src/core/hle/service/am/applets/software_keyboard.h
parentMerge pull request #4376 from ogniK5377/dark-wait-tree (diff)
downloadyuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.tar
yuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.tar.gz
yuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.tar.bz2
yuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.tar.lz
yuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.tar.xz
yuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.tar.zst
yuzu-d7d2c27b48943addf3d1da1ed5d5c0e75d8f0108.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applets/software_keyboard.h b/src/core/hle/service/am/applets/software_keyboard.h
index ef4801fc6..5a3824b5a 100644
--- a/src/core/hle/service/am/applets/software_keyboard.h
+++ b/src/core/hle/service/am/applets/software_keyboard.h
@@ -78,6 +78,7 @@ private:
KeyboardConfig config;
std::u16string initial_text;
bool complete = false;
+ bool is_inline = false;
std::vector<u8> final_data;
};