mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
bugfixes, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@394 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
367b6f1f93
commit
8e708f920f
8 changed files with 111 additions and 128 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