mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
bugfixes, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@394 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1ca2ea4f60
commit
bdec53c90b
13 changed files with 139 additions and 178 deletions
|
@ -34,6 +34,7 @@ extern int state_slot;
|
|||
extern int config_slot, config_slot_current;
|
||||
extern unsigned char *movie_data;
|
||||
extern char lastRomFile[512];
|
||||
extern int kb_combo_keys, kb_combo_acts; // keys and actions which need button combos
|
||||
|
||||
|
||||
int emu_ReloadRom(void);
|
||||
|
@ -49,6 +50,7 @@ int emu_findBios(int region, char **bios_file);
|
|||
void emu_textOut8 (int x, int y, const char *text);
|
||||
void emu_textOut16(int x, int y, const char *text);
|
||||
char *emu_makeRomId(void);
|
||||
void emu_findKeyBindCombos(void);
|
||||
|
||||
extern const char *keyNames[];
|
||||
void emu_prepareDefaultConfig(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue