mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
added MDT_PREFER_NATIVE flag to BASS VersionSettings
svn-id: r9772
This commit is contained in:
parent
f6d697444b
commit
e7fb69e3d9
@ -61,7 +61,7 @@ extern bool draw_keyboard;
|
||||
|
||||
static const VersionSettings sky_settings[] = {
|
||||
/* Beneath a Steel Sky */
|
||||
{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, MDT_ADLIB | MDT_NATIVE, 0, "sky.dsk" },
|
||||
{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, MDT_ADLIB | MDT_NATIVE | MDT_PREFER_NATIVE, 0, "sky.dsk" },
|
||||
{NULL, NULL, 0, 0, MDT_NONE, 0, NULL}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user