gui/settings dialog: Add link to download custom GPU drivers on Android.

This commit is contained in:
Zangetsu38
2026-01-02 14:27:14 +01:00
committed by Zangetsu
parent 964ecf39f9
commit 4ebd4dff2f
+4
View File
@@ -660,6 +660,10 @@ void draw_settings_dialog(GuiState &gui, EmuEnvState &emuenv) {
emuenv.cfg.gpu_idx = 0;
}
ImGui::SameLine();
if (ImGui::Button("Download Custom Driver"))
open_path("https://github.com/K11MCH1/AdrenoToolsDrivers/releases/");
// first is the stock gpu
if (emuenv.cfg.gpu_idx > 0) {
config.custom_driver_name = gpu_list_str[emuenv.cfg.gpu_idx];