Reword the unsupported gpu drivers message

The old message was being misinterpreted as if the device's gpu was not supported by the emulator. Reword that message to explicitly mention custom drivers.
This commit is contained in:
lynxnb 2022-11-07 09:48:13 +01:00 committed by Mark Collins
parent e2a5da1d67
commit 56f6f8a362

View File

@ -38,7 +38,7 @@
<string name="log_level">Log Level</string>
<string name="gpu_driver_config">GPU Driver Configuration</string>
<string name="gpu_driver_config_desc">Active driver: %1$s</string>
<string name="gpu_driver_config_desc_unsupported">Your GPU is not supported</string>
<string name="gpu_driver_config_desc_unsupported">Your device doesn\'t support custom drivers</string>
<!-- Settings - System -->
<string name="system">System</string>
<string name="use_docked">Use Docked Mode</string>