summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-19 05:14:48 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-19 05:14:48 +0100
commitea680bea60ac772a80c797365edaa7c86ab8459a (patch)
tree7890eee3eea0fb3d5b709e3cbcc9af37f9f71ce5 /src/core/hle/service/am/applets/software_keyboard.h
parentsoftware_keyboard: Add max and current length display to dialog (diff)
downloadyuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.tar
yuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.tar.gz
yuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.tar.bz2
yuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.tar.lz
yuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.tar.xz
yuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.tar.zst
yuzu-ea680bea60ac772a80c797365edaa7c86ab8459a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/software_keyboard.h b/src/core/hle/service/am/applets/software_keyboard.h
index 9544d6b1b..e0a9479c2 100644
--- a/src/core/hle/service/am/applets/software_keyboard.h
+++ b/src/core/hle/service/am/applets/software_keyboard.h
@@ -33,7 +33,8 @@ struct KeyboardConfig {
u32_le length_limit;
INSERT_PADDING_BYTES(4);
u32_le is_password;
- INSERT_PADDING_BYTES(6);
+ INSERT_PADDING_BYTES(5);
+ bool utf_8;
bool draw_background;
u32_le initial_string_offset;
u32_le initial_string_size;