FolderMemoryCard: Load the network configuration file regardless of filters.

This commit is contained in:
Admiral H. Curtiss 2015-06-12 00:19:37 +02:00
parent af3dfd39b0
commit e774011d71
1 changed files with 2 additions and 2 deletions

View File

@ -287,9 +287,9 @@ bool FolderMemoryCard::AddFolder( MemoryCardFileEntry* const dirEntry, const wxS
if ( enableFiltering ) {
bool hasFilter = !filter.IsEmpty();
if ( hasFilter ) {
localFilter = L"DATA-SYSTEM/" + filter;
localFilter = L"DATA-SYSTEM/BWNETCNF/" + filter;
} else {
localFilter = L"DATA-SYSTEM";
localFilter = L"DATA-SYSTEM/BWNETCNF";
}
}