From 27af617ca8acedff1e06bad12e68fae73361c0b3 Mon Sep 17 00:00:00 2001 From: Inori Date: Thu, 19 Dec 2019 01:46:03 -0500 Subject: [PATCH] Fix regex goofs in sample mkxp.json --- mkxp.json.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkxp.json.sample b/mkxp.json.sample index 89dea948..604e21a2 100644 --- a/mkxp.json.sample +++ b/mkxp.json.sample @@ -270,12 +270,12 @@ // Activate "chorus" effect for midi playback // - // midi."chorus": false + // "midiChorus": false, // Activate "reverb" effect for midi playback // - // midi."reverb": false + // "midiReverb": false, // Number of OpenAL sources to allocate for SE playback. @@ -283,7 +283,7 @@ // and audibly cutting each other off, try increasing // this number. Maximum: 64. // - // SE."sourceCount": 6 + // "SESourceCount": 6 // The Windows game executable name minus ".exe". By default