mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
newstyle key config, code940.bin -> pico940.bin
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@222 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4e8a534cec
commit
d524c827cd
7 changed files with 205 additions and 103 deletions
|
@ -47,7 +47,7 @@ void emu_Deinit(void);
|
|||
int emu_SaveLoadGame(int load, int sram);
|
||||
void emu_Loop(void);
|
||||
void emu_ResetGame(void);
|
||||
int emu_ReadConfig(int game);
|
||||
int emu_ReadConfig(int game, int no_defaults);
|
||||
int emu_WriteConfig(int game);
|
||||
char *emu_GetSaveFName(int load, int is_sram, int slot);
|
||||
int emu_check_save_file(int slot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue