don't create empty folders in psemu/GAME

This commit is contained in:
Martins Mozeiko
2017-11-12 15:50:38 -08:00
parent ffdb0e8ada
commit fdc70ed9e3
+1 -1
View File
@@ -542,7 +542,7 @@ int main(int argc, char* argv[])
snprintf(root, sizeof(root), "pspemu/ISO");
out_add_folder(root);
if (strcmp(category, "HG") == 0)
if (content_type == 7 && strcmp(category, "HG") == 0)
{
snprintf(root, sizeof(root), "pspemu/GAME");
out_add_folder(root);