Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Better description for the dual core option.
  • Loading branch information
lioncash committed Aug 24, 2013
1 parent dbcc677 commit 66c50eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Android/res/values-ja/strings.xml
Expand Up @@ -62,7 +62,7 @@
<string name="cpu_settings">CPU設定</string>
<string name="emu_core_to_use">使用するエミュレーションコア</string>
<string name="dual_core">デュアルコア</string>
<string name="dual_core_descrip">有効にした場合、デュアルコアが使用されます。</string>
<string name="dual_core_descrip">処理のための2つのCPUコアを使用して。速度が向上します。</string>
<string name="video_settings">ビデオ設定</string>
<string name="software_renderer">Software Renderer</string>
<string name="opengl_es3">OpenGL ES 3</string>
Expand Down
2 changes: 1 addition & 1 deletion Source/Android/res/values/strings.xml
Expand Up @@ -62,7 +62,7 @@
<string name="cpu_settings">CPU</string>
<string name="emu_core_to_use">Emulation core to use</string>
<string name="dual_core">Dual Core</string>
<string name="dual_core_descrip">Whether or not to use dual-core</string>
<string name="dual_core_descrip">Split workload to two CPU cores instead of one. Increases speed.</string>
<string name="video_settings">Video</string>
<string name="software_renderer">Software Renderer</string>
<string name="opengl_es3">OpenGL ES 3</string>
Expand Down

0 comments on commit 66c50eb

Please sign in to comment.