Skip to content

Commit

Permalink
added missing update in options.h
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 5, 2025
1 parent 624df66 commit da25189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ struct uae_prefs
struct cdslot cdslots[MAX_TOTAL_SCSI_DEVICES];
TCHAR quitstatefile[MAX_DPATH];
TCHAR statefile[MAX_DPATH];
TCHAR statefile_path[MAX_DPATH];
TCHAR inprecfile[MAX_DPATH];
TCHAR trainerfile[MAX_DPATH];
bool inprec_autoplay;
Expand Down

0 comments on commit da25189

Please sign in to comment.