mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Extra check and comment
This commit is contained in:
@@ -200,6 +200,9 @@ UI::EventReturn DriverManagerScreen::OnCustomDriverChange(UI::EventParams &e) {
|
||||
}
|
||||
|
||||
UI::EventReturn DriverManagerScreen::OnCustomDriverUninstall(UI::EventParams &e) {
|
||||
if (e.s.empty()) {
|
||||
return UI::EVENT_DONE;
|
||||
}
|
||||
INFO_LOG(G3D, "Uninstalling driver: %s", e.s.c_str());
|
||||
|
||||
Path folder = GetDriverPath() / e.s;
|
||||
|
||||
Reference in New Issue
Block a user