Modules/ayfx/ayfx player/Settings

From MSX Game Library

Revision as of 20:38, 15 February 2026 by Aoineko (talk | contribs)

< Modules‎ | ayfx/ayfx player

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.