mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
[Android] Initial implementation of the extended info menu.
Most fragments are not implemented yet. This is just a working base framework for it.
This commit is contained in:
parent
7acc64eb0a
commit
45964e4b46
8 changed files with 178 additions and 28 deletions
|
@ -12,6 +12,10 @@
|
|||
<string name="build_revision">ビルドのバージョン</string>
|
||||
<string name="supports_gles3">サポートのOpenGL ES 3</string>
|
||||
<string name="supports_neon">サポートのNEON</string>
|
||||
<string name="cpu">CPU</string>
|
||||
<string name="gles_two">GLES 2</string>
|
||||
<string name="gles_three">GLES 3</string>
|
||||
<string name="desktop_gl">OpenGL</string>
|
||||
|
||||
<!-- Folder Browser -->
|
||||
<string name="current_dir">現在のディレクトリ: %1$s</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue