Skip to content

Commit

Permalink
Fix crash with NoDRM plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia authored Sep 19, 2024
1 parent 624554b commit cbf7eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/menus/arkMenu/src/browser_entries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ char* BrowserFolder::getSubtype(){
}

void BrowserFolder::loadIcon(){
if (strstr(path.c_str(), "/LICENSE/") != NULL) return;
string icon_path = this->path + "ICON0.PNG";
string eboot_path = "";
if (common::fileExists(icon_path)){
Expand Down

0 comments on commit cbf7eeb

Please sign in to comment.