sample testailuja

This commit is contained in:
2024-06-04 17:07:01 +03:00
parent 1c6b4cdc7e
commit 878e57b057
16 changed files with 1346 additions and 599 deletions

View File

@ -132,6 +132,7 @@ section .text
; the __imp__ versions refer to the corresponding import address table entries
; 4klang
extern _su_render_song@4
; General Windows stuff
@ -179,10 +180,12 @@ SetRenderedAudioBufferPtr:
export StartAudioRendererThread
global _StartAudioRendererThread
_StartAudioRendererThread
StartAudioRendererThread:
StartAudioRendererThread:
push 0
push 0
push dword [rendered_audio_buffer_ptr]
extern _su_load_gmdls@0
call _su_load_gmdls@0
push _su_render_song@4
push 0
push 0