mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
bugfix, fd leak
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@86 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5e2e14f284
commit
46ede6a688
4 changed files with 26 additions and 7 deletions
|
@ -20,7 +20,7 @@ typedef struct {
|
|||
char lastRomFile[512];
|
||||
int EmuOpt; // LSb->MSb: use_sram, show_fps, enable_sound, gzip_saves,
|
||||
// squidgehack, no_save_cfg_on_exit, <unused>, 16_bit_mode
|
||||
// craigix_ram, confirm_save, show_cd_leds
|
||||
// craigix_ram, confirm_save, show_cd_leds, confirm_load
|
||||
//
|
||||
int PicoOpt; // used for config saving only, see Pico.h
|
||||
int PsndRate; // ditto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue