mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-01 01:27:20 +01:00
oops, aix layout brokenly flowed into aax
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@562 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
2ed34544e0
commit
85d14007c7
@ -590,6 +590,7 @@ void render_vgmstream(sample * buffer, int32_t sample_count, VGMSTREAM * vgmstre
|
||||
break;
|
||||
case layout_aix:
|
||||
render_vgmstream_aix(buffer,sample_count,vgmstream);
|
||||
break;
|
||||
case layout_aax:
|
||||
render_vgmstream_aax(buffer,sample_count,vgmstream);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user