Skip to content

Commit

Permalink
plugins/ksys573_da_offset: Fixed JSON display on GitHub. (#2)
Browse files Browse the repository at this point in the history
json in markdown doesn't support comments, while jsonc does.
  • Loading branch information
einstein95 committed Sep 11, 2023
1 parent f666fa5 commit acd0117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ksys573_da_offset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here is an example **settings.json** commented to demonstrate how to add game-sp

A default offset of 28 ms is what I personally found to be most useful when running MAME on Windows, with the PortAudio sound output module using the WASAPI back-end for lowest audio latency. I suggest you experiment with the default offset to figure out what works best for your setup.

```json
```jsonc
{
"default": "28ms", // Specify a default offset for all System 573 digital audio games unless overridden
// Setting this to 0 is the equivalent of disabling the default override
Expand Down

0 comments on commit acd0117

Please sign in to comment.