X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fsound%2Fym2612.c;h=144c334f60a3ae1fa22bc8ede83483a75804a79b;hb=dca310c413517d278898b967cfe610574310acd8;hp=8e081b4fa6eef103fb098fc2952151ea3bf412e0;hpb=d4ca252d929395352f581b532e9d3726da31d718;p=picodrive.git diff --git a/Pico/sound/ym2612.c b/Pico/sound/ym2612.c index 8e081b4..144c334 100644 --- a/Pico/sound/ym2612.c +++ b/Pico/sound/ym2612.c @@ -1085,7 +1085,7 @@ static void chan_render_loop(chan_rend_context *ct, int *buffer, int length) void chan_render_loop(chan_rend_context *ct, int *buffer, unsigned short length); #endif -static chan_rend_context __attribute__((aligned(64))) crct; +static chan_rend_context crct; static int chan_render(int *buffer, int length, int c, UINT32 flags) // flags: stereo, ?, disabled, ?, pan_r, pan_l {