Skip to content
Permalink
Browse files
Merge pull request #6408 from leoetlino/master
IOS: Fix regression affecting BC launch
  • Loading branch information
JosJuice committed Feb 27, 2018
2 parents 5cdf496 + 9282be1 commit 83ac160
Showing 1 changed file with 3 additions and 0 deletions.
@@ -380,6 +380,9 @@ bool HasFeature(u32 major_version, Feature feature)

bool IsEmulated(u32 major_version)
{
if (major_version == static_cast<u32>(Titles::BC & 0xffffffff))
return true;

return std::any_of(
ios_memory_values.begin(), ios_memory_values.end(),
[major_version](const MemoryValues& values) { return values.ios_number == major_version; });

0 comments on commit 83ac160

Please sign in to comment.