Modules/vgm/vgm player/Settings

From MSX Game Library

Revision as of 00:12, 16 January 2024 by Aoineko (talk | contribs) (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // VGM supported chip #define VGM_USE_PSG TRUE // Allow PSG data parsing and audio output #defi...")
(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