mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
added MDT_PREFER_NATIVE flag to BASS VersionSettings
svn-id: r9772
This commit is contained in:
+1
-1
@@ -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}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user