link m_play

This commit is contained in:
Prakxo
2023-09-08 18:55:22 +02:00
parent 62311e1fba
commit 68db2189f0
45 changed files with 1254 additions and 49 deletions
+3
View File
@@ -68,6 +68,9 @@ typedef struct famicom_common_s {
/* 0xB4 */ int _b4;
} FamicomCommon;
extern void* my_malloc_current;
typedef u8 (*FAMICOM_GETSAVECHAN_PROC)(int* player_no, int* slot_card_result);
extern void famicom_setCallback_getSaveChan(FAMICOM_GETSAVECHAN_PROC getSaveChan_proc);
extern int famicom_mount_archive();