Remove Cache DL option from Android UI

This option has been removed entirely from Dolphin, so remove the option from Android
This commit is contained in:
Ryan Houdek
2014-02-06 17:02:38 -06:00
parent 8ad6f154a4
commit 3666178f85
4 changed files with 0 additions and 13 deletions

View File

@ -187,8 +187,6 @@
<string name="external_frame_buffer_descrip">Determines how the XFB will be emulated.</string>
<string name="external_frame_buffer_virtual">Virtual</string>
<string name="external_frame_buffer_real">Real</string>
<string name="cache_display_lists">Cache Display Lists</string>
<string name="cache_display_lists_descrip">Speeds up emulation a bit by caching display lists.</string>
<string name="disable_destination_alpha">Disable Destination Alpha</string>
<string name="disable_destination_alpha_descrip">Disables emulation of a hardware feature called destination alpha, which is used in many games for various effects.</string>
<string name="fast_depth_calculation">Fast Depth Calculation</string>