mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Implement & match famicom_nesinfo
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "Famicom/ks_nes.h"
|
||||
#include "terminal.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -104,6 +105,7 @@ typedef struct famicom_common_s {
|
||||
|
||||
extern void* my_malloc_current;
|
||||
extern u8 save_game_image;
|
||||
extern char** nesrom_filename_ptrs;
|
||||
|
||||
extern FamicomCommon famicomCommon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user