mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
HDB: Fix isPPC() check
This commit is contained in:
parent
ee0445e557
commit
9247adefec
@ -49,7 +49,7 @@ bool HDBGame::isDemo() const {
|
||||
}
|
||||
|
||||
bool HDBGame::isPPC() const {
|
||||
return (getPlatform() & Common::kPlatformPocketPC);
|
||||
return (getPlatform() == Common::kPlatformPocketPC);
|
||||
}
|
||||
|
||||
bool HDBGame::isHandango() const {
|
||||
|
Loading…
Reference in New Issue
Block a user