Skip to content

Commit

Permalink
try to fix submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
iota97 committed Nov 17, 2019
1 parent e4e563f commit ddf2d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/TouchControlVisibilityScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ void TouchControlVisibilityScreen::CreateViews() {
toggles_.push_back({ "Select", &g_Config.touchSelectKey.show, I_SELECT });
toggles_.push_back({ "Dpad", &g_Config.touchDpad.show, -1 });
toggles_.push_back({ "Analog Stick", &g_Config.touchAnalogStick.show, -1 });
toggles_.push_back({ "Right Analog Stick", &g_Config.touchRightAnalogStick.show, -1 });
toggles_.push_back({ "Unthrottle", &g_Config.touchUnthrottleKey.show, -1 });
toggles_.push_back({ "Combo0", &g_Config.touchCombo0.show, I_1 });
toggles_.push_back({ "Combo1", &g_Config.touchCombo1.show, I_2 });
Expand All @@ -89,6 +88,7 @@ void TouchControlVisibilityScreen::CreateViews() {
toggles_.push_back({ "Combo4", &g_Config.touchCombo4.show, I_5 });
toggles_.push_back({ "Alt speed 1", &g_Config.touchSpeed1Key.show, -1 });
toggles_.push_back({ "Alt speed 2", &g_Config.touchSpeed2Key.show, -1 });
toggles_.push_back({ "Right Analog Stick", &g_Config.touchRightAnalogStick.show, -1 });

I18NCategory *mc = GetI18NCategory("MappableControls");

Expand Down
2 changes: 1 addition & 1 deletion assets/lang
Submodule lang updated 43 files
+7 −23 ar_AE.ini
+7 −23 az_AZ.ini
+7 −23 bg_BG.ini
+7 −23 ca_ES.ini
+7 −23 cz_CZ.ini
+7 −23 da_DK.ini
+7 −23 de_DE.ini
+7 −23 dr_ID.ini
+7 −23 en_US.ini
+7 −23 es_ES.ini
+7 −23 es_LA.ini
+7 −23 fa_IR.ini
+7 −23 fi_FI.ini
+8 −24 fr_FR.ini
+7 −23 gl_ES.ini
+7 −23 gr_EL.ini
+7 −23 he_IL.ini
+7 −23 he_IL_invert.ini
+7 −28 hr_HR.ini
+7 −23 hu_HU.ini
+7 −23 id_ID.ini
+7 −23 it_IT.ini
+7 −23 ja_JP.ini
+7 −23 jv_ID.ini
+7 −23 ko_KR.ini
+7 −23 lo_LA.ini
+7 −23 lt-LT.ini
+7 −23 ms_MY.ini
+7 −23 nl_NL.ini
+7 −23 no_NO.ini
+7 −23 pl_PL.ini
+7 −23 pt_BR.ini
+7 −23 pt_PT.ini
+7 −23 ro_RO.ini
+7 −23 ru_RU.ini
+7 −23 sv_SE.ini
+7 −23 tg_PH.ini
+7 −23 th_TH.ini
+7 −23 tr_TR.ini
+128 −144 uk_UA.ini
+7 −23 vi_VN.ini
+7 −23 zh_CN.ini
+7 −23 zh_TW.ini

0 comments on commit ddf2d5c

Please sign in to comment.