mirror of
https://github.com/AxioDL/musyx.git
synced 2026-07-11 15:18:37 -07:00
Fix aramUploadData callback param in the source file
This commit is contained in:
@@ -82,7 +82,7 @@ static void aramQueueCallback(unsigned long ptr) {
|
||||
}
|
||||
|
||||
void aramUploadData(void* mram, unsigned long aram, unsigned long len, unsigned long highPrio,
|
||||
void (*callback)(unsigned long), unsigned long user) {
|
||||
void (*callback)(size_t), unsigned long user) {
|
||||
ARAMTransferQueue* aramQueue; // r31
|
||||
int old; // r30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user