mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 14:08:19 +00:00
dc0d4b3b76
Define shortcuts to launch the client with either Vulkan or OpenGL graphics backend, which can be accessed by long-pressing the app icon on the home screen. This feature is available for Android 7.1 and newer.
7 lines
236 B
XML
7 lines
236 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">DDNet</string>
|
|
<string name="shortcut_play_vulkan_short">Play (Vulkan)</string>
|
|
<string name="shortcut_play_opengl_short">Play (OpenGL)</string>
|
|
</resources>
|