Difference between revisions of "Modules/msx-music/Settings"

From MSX Game Library

< Modules‎ | msx-music

(Created page with "// MSX-Audio options #define MSXMUSIC_USE_RESUME")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
// MSX-Audio options
+
Library configuration (<tt>msxgl_config.h</tt>):
 +
<syntaxhighlight lang="c">
 +
// MSX-Music options
 
#define MSXMUSIC_USE_RESUME
 
#define MSXMUSIC_USE_RESUME
 +
</syntaxhighlight>

Latest revision as of 09:04, 15 January 2024

Library configuration (msxgl_config.h):

// MSX-Music options
#define MSXMUSIC_USE_RESUME