X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.h;h=674929b0d339faa3abeec7b6c33cb89fdedfb8fd;hb=7bc9cd7fe1342253ef870075a0df5aee8084e1c2;hp=33b1ae72381940775da848a3d808a5c83773652b;hpb=720ee7f6244cb51cc123a7fd16832161db9a3b4d;p=libpicofe.git diff --git a/gp2x/emu.h b/gp2x/emu.h index 33b1ae7..674929b 100644 --- a/gp2x/emu.h +++ b/gp2x/emu.h @@ -19,7 +19,8 @@ typedef struct { char lastRomFile[512]; int EmuOpt; // LSb->MSb: use_sram, show_fps, enable_sound, gzip_saves, // squidgehack, save_cfg_on_exit, , 16_bit_mode - // craigix_ram, confirm_save + // craigix_ram, confirm_save, show_cd_leds + // int PicoOpt; // used for config saving only, see Pico.h int PsndRate; // ditto int PicoRegion; // ditto @@ -29,6 +30,7 @@ typedef struct { int volume; int gamma; int JoyBinds[4][32]; + int PicoAutoRgnOrder; } currentConfig_t; extern char romFileName[]; @@ -44,3 +46,5 @@ void emu_Loop(void); void emu_ResetGame(void); int emu_ReadConfig(int game); int emu_WriteConfig(int game); +int find_bios(int region, char **bios_file); +