mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
gui/settings dialog: Add link to download custom GPU drivers on Android.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user