mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
parent
54a1136f5b
commit
22f06325d4
@ -66,7 +66,7 @@ enum {
|
||||
|
||||
static const char *savePeriodLabels[] = { "Never", "every 5 mins", "every 10 mins", "every 15 mins", "every 30 mins", 0 };
|
||||
static const int savePeriodValues[] = { 0, 5 * 60, 10 * 60, 15 * 60, 30 * 60, -1 };
|
||||
static const char *outputRateLabels[] = { "Default", "22 kHz", "8 kHz", "11kHz", "44 kHz", "48 kHz", 0 };
|
||||
static const char *outputRateLabels[] = { "<default>", "22 kHz", "8 kHz", "11kHz", "44 kHz", "48 kHz", 0 };
|
||||
static const int outputRateValues[] = { 0, 22050, 8000, 11025, 44100, 48000, -1 };
|
||||
|
||||
|
||||
|
@ -37,7 +37,7 @@ static const MidiDriverDescription s_musicDrivers[] = {
|
||||
|
||||
// The flags for the "auto" & "null" drivers indicate that they are anything
|
||||
// you want it to be.
|
||||
{"auto", "Default", MD_AUTO, MDT_MIDI | MDT_PCSPK | MDT_ADLIB | MDT_TOWNS},
|
||||
{"auto", "<default>", MD_AUTO, MDT_MIDI | MDT_PCSPK | MDT_ADLIB | MDT_TOWNS},
|
||||
{"null", "No music", MD_NULL, MDT_MIDI | MDT_PCSPK | MDT_ADLIB | MDT_TOWNS},
|
||||
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user