[Android] Add a fastmem option to the cpu options, default disabled.

This commit is contained in:
Ryan Houdek
2013-09-12 23:08:00 -05:00
parent 1680f27739
commit ba05db7828
3 changed files with 11 additions and 0 deletions

View File

@ -72,6 +72,8 @@
<string name="emu_core_to_use">Emulation core to use</string>
<string name="dual_core">Dual Core</string>
<string name="dual_core_descrip">Split workload to two CPU cores instead of one. Increases speed.</string>
<string name="fastmem">Fastmem</string>
<string name="fastmem_desc">Uses potentially unsafe optimizations for memory access.</string>
<string name="video_settings">Video</string>
<string name="software_renderer">Software Renderer</string>
<string name="opengl_es3">OpenGL ES 3</string>