mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
Make IHNM default be 1x scaler.
svn-id: r15829
This commit is contained in:
parent
589ce6d6aa
commit
f930782098
@ -58,8 +58,8 @@
|
||||
static const GameSettings saga_games[] = {
|
||||
{"ite", "Inherit the Earth", 0},
|
||||
{"ite-demo", "Inherit the Earth (Demo)", 0},
|
||||
{"ihnm", "I Have No Mouth and I Must Scream", 0 },
|
||||
{"ihnm-demo", "I Have No Mouth and I Must Scream (Demo)", 0 },
|
||||
{"ihnm", "I Have No Mouth and I Must Scream", GF_DEFAULT_TO_1X_SCALER },
|
||||
{"ihnm-demo", "I Have No Mouth and I Must Scream (Demo)", GF_DEFAULT_TO_1X_SCALER },
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user