mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
moved writelrom to use global path
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@625 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
595491c499
commit
7f3b59cfbc
3 changed files with 14 additions and 6 deletions
|
@ -13,6 +13,7 @@ extern "C" {
|
|||
#define EOPT_SHOW_FPS (1<<1)
|
||||
#define EOPT_EN_SOUND (1<<2)
|
||||
#define EOPT_GZIP_SAVES (1<<3)
|
||||
#define EOPT_NO_AUTOSVCFG (1<<5)
|
||||
|
||||
typedef struct _currentConfig_t {
|
||||
// char lastRomFile[512];
|
||||
|
@ -58,6 +59,7 @@ int emu_ReloadRom(char *rom_fname);
|
|||
int emu_SaveLoadGame(int load, int sram);
|
||||
int emu_ReadConfig(int game, int no_defaults);
|
||||
int emu_WriteConfig(int game);
|
||||
void emu_writelrom(void);
|
||||
char *emu_GetSaveFName(int load, int is_sram, int slot);
|
||||
int emu_checkSaveFile(int slot);
|
||||
void emu_setSaveStateCbs(int gz);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue