[Android] Indicate whether or not the device supports NEON within the About fragment.

This commit is contained in:
Lioncash
2013-11-15 16:48:36 -05:00
parent d3731d0827
commit 4bb22aa0ab
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,7 @@
<!-- About Fragment -->
<string name="build_revision">ビルドのバージョン</string>
<string name="supports_gles3">サポートのOpenGL ES 3</string>
<string name="supports_neon">サポートのNEON</string>
<!-- Folder Browser -->
<string name="current_dir">現在のディレクトリ: %1$s</string>