Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius.
svn-id: r4009
This commit is contained in:
parent
a7becf8ae1
commit
82192a3172
6 changed files with 428 additions and 634 deletions
|
@ -427,8 +427,10 @@ OSystem *GameDetector::createSystem() {
|
|||
#endif
|
||||
break;
|
||||
|
||||
#ifdef USE_NULL_DRIVER
|
||||
case GD_NULL:
|
||||
return OSystem_NULL_create();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue