mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
Added x86 asm and C wav writer and player examples.
Specifically: * Added win32, elf32 and elf64 asm player and wav writers using winmm. * Added dsound player in C. * Separated the ALL target and the examples; introduced a new examples target.
This commit is contained in:
committed by
Veikko Sariola
parent
a439a4fa48
commit
607e5b5da0
@ -37,9 +37,12 @@
|
||||
%define SU_SYNC
|
||||
{{- end}}
|
||||
|
||||
section _su_symbols text
|
||||
_su_symbols:
|
||||
%ifdef MANGLED
|
||||
extern _su_render_song@4
|
||||
%else ; MANGLED
|
||||
extern su_render_song
|
||||
%endif ; MANGLED
|
||||
|
||||
{{- if gt (.SampleOffsets | len) 0}}
|
||||
extern _su_load_gmdls
|
||||
|
Reference in New Issue
Block a user