Update to 1.11.1
This commit is contained in:
@@ -77,6 +77,12 @@ var = _video_hw_accel
|
||||
def = true
|
||||
cat = SC_BASIC
|
||||
|
||||
[SDTG_BOOL]
|
||||
name = ""video_vsync""
|
||||
var = _video_vsync
|
||||
def = false
|
||||
cat = SC_BASIC
|
||||
|
||||
[SDTG_OMANY]
|
||||
name = ""support8bpp""
|
||||
type = SLE_UINT8
|
||||
|
||||
@@ -3522,7 +3522,7 @@ cat = SC_BASIC
|
||||
var = music.music_vol
|
||||
type = SLE_UINT8
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
def = 127
|
||||
def = 50
|
||||
min = 0
|
||||
max = 127
|
||||
interval = 1
|
||||
@@ -3532,7 +3532,7 @@ cat = SC_BASIC
|
||||
var = music.effect_vol
|
||||
type = SLE_UINT8
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
def = 127
|
||||
def = 100
|
||||
min = 0
|
||||
max = 127
|
||||
interval = 1
|
||||
|
||||
@@ -176,6 +176,7 @@ static const PluralForm _plural_forms[] = {
|
||||
{ 2, "Two forms: cases for numbers ending with a consonant, and with a vowel.", "\"yeong,il,sam,yuk,chil,pal\" \"i,sa,o,gu\"" },
|
||||
{ 4, "Four forms: special cases for 1, 0 and numbers ending in 02 to 10, and numbers ending in 11 to 19.", "\"1\" \"0,2..10,102..110,202..210,...\" \"11..19,111..119,211..219,...\" \"other\"" },
|
||||
{ 4, "Four forms: special cases for 1 and 11, 2 and 12, 3..10 and 13..19.", "\"1,11\" \"2,12\" \"3..10,13..19\" \"other\"" },
|
||||
{ 3, "Three forms: special cases for 1, 0 and numbers ending in 01 to 19.", "\"1\" \"0,2..19,101..119,201..219,...\" \"other\"" },
|
||||
};
|
||||
|
||||
/* Flags:
|
||||
|
||||
Reference in New Issue
Block a user