ENGINES: Add "PPC" to the advanced detector gray list
Files named "PPC" are relatively common for mac games around the mid-90s (when Apple transitionned from x86 to PPC cpus). This for example prevent detecting the mac versions of Broken Sword 1 as unknown director games.
This commit is contained in:
parent
e49e3c27f6
commit
b52c46d799
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ static const char *grayList[] = {
|
|||
"start.exe",
|
||||
"item.dat",
|
||||
"abc.exe",
|
||||
"ppc",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue