forked from dippy-dipper/ogg-winmm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to customize the music folder name.
- Loading branch information
Showing
3 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
; Volume override range: Integer [0, 100]. 0: Mute; 100: Max; | ||
; If you change any value when game is running, you need to restart the game. | ||
; NOTE: All volumes are capped by Windows system master volume control. | ||
; If you change any value below when game is running, you need to restart the game for the change to take effect. | ||
|
||
[OGG-WinMM] | ||
; The folder name to read CDDA tracks (OGG files) from. | ||
; NOTE: This must be a path relative to the DLL itself. | ||
CDDAPath = Music | ||
|
||
; Volume override for CDDA/MIDI/WAVE respectively. Range: Integer [0, 100]. 0: Mute; 100: Max. | ||
; NOTE: All volumes are capped by Windows system master volume control. | ||
CDDAVolume = 100 | ||
MIDIVolume = 100 | ||
WAVEVolume = 100 |