Difference between revisions of "Modules/ayfx/ayfx player/Settings"

From MSX Game Library

< Modules‎ | ayfx/ayfx player

(Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // ayFX options // - AYFX_BUFFER_DEFAULT .......... Use PSG module PSG register buffer // - AYFX_BU...")
 
Line 6: Line 6:
 
#define AYFX_BUFFER AYFX_BUFFER_PT3
 
#define AYFX_BUFFER AYFX_BUFFER_PT3
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
When using PT3 replayer, use <tt>AYFX_BUFFER_PT3</tt> option. For other replayers (WYZ, VGM or lVGM), use <tt>AYFX_BUFFER_DEFAULT</tt> option.

Revision as of 20:38, 15 February 2026

Library configuration (msxgl_config.h):

// ayFX options
// - AYFX_BUFFER_DEFAULT .......... Use PSG module PSG register buffer
// - AYFX_BUFFER_PT3 .............. Use PT3 module PSG register buffer
#define AYFX_BUFFER					AYFX_BUFFER_PT3

When using PT3 replayer, use AYFX_BUFFER_PT3 option. For other replayers (WYZ, VGM or lVGM), use AYFX_BUFFER_DEFAULT option.