X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/fe3b257de12df90c1d99ea00ef9d22c7ccc52876..c89f8ff7f28e8eff5f59113640736d3bde8c3313:/src/settings.h diff --git a/src/settings.h b/src/settings.h index 56615bc..a41b77d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -6,7 +6,9 @@ // Who When What // --- ---------- ------------------------------------------------------------ // JPM 06/19/2016 Soft debugger support -// JPM Sept. / 2018 Added the new Models and BIOS handler, and a screenshot settings +// JPM Sept./2018 Added the new Models and BIOS handler, and a screenshot settings +// JPM 10/10/2018 Added search paths in settings +// JPM 04/06/2019 Added ELF sections check // #ifndef __SETTINGS_H__ @@ -23,6 +25,7 @@ #define MAX_PATH _MAX_PATH // Urgh. #endif #endif +#include #include #define MaxMemory1BrowserWindow 4 @@ -82,6 +85,7 @@ struct VJSettings bool displayHWlabels; bool useFastBlitter; bool displayFullSourceFilename; + bool ELFSectionsCheck; size_t nbrmemory1browserwindow; // Number of memory browser windows size_t DRAM_size; // DRAM size @@ -101,6 +105,7 @@ struct VJSettings char debuggerROMPath[MAX_PATH]; char absROMPath[MAX_PATH]; char screenshotPath[MAX_PATH]; + char sourcefilesearchPaths[4096]; }; // Render types