mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #6408 from leoetlino/master
IOS: Fix regression affecting BC launch
This commit is contained in:
commit
83ac16060e
@ -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; });
|
||||
|
Loading…
x
Reference in New Issue
Block a user