mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Fix regex goofs in sample mkxp.json
This commit is contained in:
parent
5acb8e7465
commit
cbf99410be
1 changed files with 3 additions and 3 deletions
|
@ -270,12 +270,12 @@
|
||||||
|
|
||||||
// Activate "chorus" effect for midi playback
|
// Activate "chorus" effect for midi playback
|
||||||
//
|
//
|
||||||
// midi."chorus": false
|
// "midiChorus": false,
|
||||||
|
|
||||||
|
|
||||||
// Activate "reverb" effect for midi playback
|
// Activate "reverb" effect for midi playback
|
||||||
//
|
//
|
||||||
// midi."reverb": false
|
// "midiReverb": false,
|
||||||
|
|
||||||
|
|
||||||
// Number of OpenAL sources to allocate for SE playback.
|
// Number of OpenAL sources to allocate for SE playback.
|
||||||
|
@ -283,7 +283,7 @@
|
||||||
// and audibly cutting each other off, try increasing
|
// and audibly cutting each other off, try increasing
|
||||||
// this number. Maximum: 64.
|
// this number. Maximum: 64.
|
||||||
//
|
//
|
||||||
// SE."sourceCount": 6
|
// "SESourceCount": 6
|
||||||
|
|
||||||
|
|
||||||
// The Windows game executable name minus ".exe". By default
|
// The Windows game executable name minus ".exe". By default
|
||||||
|
|
Loading…
Add table
Reference in a new issue