mirror of https://github.com/PCSX2/pcsx2.git
FolderMemoryCard: Load the network configuration file regardless of filters.
This commit is contained in:
parent
af3dfd39b0
commit
e774011d71
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue