Implement & link ac_animal_logo.c

This commit is contained in:
Cuyler36
2023-06-21 15:32:00 -04:00
parent 3e49021b39
commit fcff757c90
15 changed files with 889 additions and 11 deletions
+1
View File
@@ -70,6 +70,7 @@ typedef struct famicom_common_s {
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_end_check();
#ifdef __cplusplus
}