添加一些关于midi播放的项目
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.syntax unified
|
||||
.section .text
|
||||
.thumb_func
|
||||
.global UpdateTick
|
||||
.global PlayNoteTimingCheck
|
||||
|
||||
.func UpdateTick
|
||||
UpdateTick:
|
||||
bx lr
|
||||
.endfunc
|
||||
|
||||
.func PlayNoteTimingCheck
|
||||
PlayNoteTimingCheck:
|
||||
bx lr
|
||||
.endfunc
|
||||
Reference in New Issue
Block a user