mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Fix bAutoRun config option, add to menu. (Run on Load).
This commit is contained in:
@@ -209,7 +209,7 @@ nextblock:
|
||||
if (strlen(name) == 1 && name[0] == '\x01') // ".." record
|
||||
{
|
||||
strcpy(name,"..");
|
||||
relative=true;
|
||||
relative = true;
|
||||
}
|
||||
|
||||
TreeEntry *e = new TreeEntry;
|
||||
|
||||
Reference in New Issue
Block a user