Modules/vgm/vgm player/Settings

From MSX Game Library

Revision as of 23:12, 15 January 2024 by Aoineko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules‎ | vgm/vgm player

Library configuration (msxgl_config.h):

// VGM supported chip
#define VGM_USE_PSG				TRUE	// Allow PSG data parsing and audio output
#define VGM_USE_MSXMUSIC		TRUE	// Allow MSX-Music data parsing and audio output
#define VGM_USE_MSXAUDIO		TRUE	// Allow MSX-Audio data parsing and audio output
#define VGM_USE_SCC				TRUE	// Allow SCC data parsing and audio output