DirectoryBlob: Don't silently set GC region to NTSC-J if bi2.bin is missing

We were already handling the Wii region in region.bin in this way.
This commit is contained in:
JosJuice
2017-07-18 15:53:04 +02:00
parent 3fd0d39a85
commit d0c322f6e6
2 changed files with 15 additions and 4 deletions

View File

@ -95,6 +95,7 @@ private:
std::set<DiscContent> m_contents;
std::vector<u8> m_disk_header;
std::vector<u8> m_bi2;
std::vector<u8> m_apploader;
std::vector<u8> m_fst_data;