mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
SCI32: Add handling for config settings used in Hoyle 5
This commit is contained in:
parent
89785ea804
commit
16aab5b281
@ -422,6 +422,12 @@ reg_t kGetConfig(EngineState *s, int argc, reg_t *argv) {
|
||||
} else if (setting == "jumpto") {
|
||||
// Hoyle 5 startup.
|
||||
s->_segMan->strcpy(data, "");
|
||||
} else if (setting == "klonchtsee") {
|
||||
// Hoyle 5 - starting Solitaire.
|
||||
s->_segMan->strcpy(data, "");
|
||||
} else if (setting == "klonchtarr") {
|
||||
// Hoyle 5 - starting Solitaire.
|
||||
s->_segMan->strcpy(data, "");
|
||||
} else if (setting == "deflang") {
|
||||
// MGDX 4-language startup.
|
||||
s->_segMan->strcpy(data, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user