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:
Thierry Crozat 2022-12-27 14:56:54 +01:00
parent e49e3c27f6
commit b52c46d799

View file

@ -815,6 +815,7 @@ static const char *grayList[] = {
"start.exe",
"item.dat",
"abc.exe",
"ppc",
0
};