sample testailuja
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user