From da25189579f52e9a9181c74d826df18e799b5f2b Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sun, 5 Jan 2025 02:47:56 +0100 Subject: [PATCH] added missing update in options.h --- src/include/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/options.h b/src/include/options.h index 5f315f001..be1ee7db7 100644 --- a/src/include/options.h +++ b/src/include/options.h @@ -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;