mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
rom_data -> rom_loaded
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@372 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bcf6c34976
commit
144a28a068
4 changed files with 46 additions and 48 deletions
|
@ -29,7 +29,7 @@ typedef struct {
|
|||
|
||||
extern currentConfig_t currentConfig;
|
||||
extern char *PicoConfigFile;
|
||||
extern unsigned char *rom_data;
|
||||
extern int rom_loaded;
|
||||
extern char noticeMsg[64];
|
||||
extern int state_slot;
|
||||
extern int config_slot, config_slot_current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue