[Android] Add the capability to dynamically enable and disable the input overlay during emulation.

This commit is contained in:
Lioncash
2013-10-25 23:10:17 -04:00
parent d9be95ed9e
commit 77eb9ce725
4 changed files with 70 additions and 10 deletions

View File

@ -29,6 +29,8 @@
<string name="file_clicked">クリックされたファイル: %1$s</string>
<!-- Emulation Window Overlay -->
<string name="enable_input_overlay">入力オーバーレイを有効</string>
<string name="disable_input_overlay">入力オーバーレイを無効</string>
<string name="overlay_savestate">ステートセーブ</string>
<string name="overlay_loadstate">ステートロード</string>
<string name="overlay_exit_emulation">終了</string>