Added ELF sections check so a potential unknown section will stop, or not stop, the...
[clinton/Virtual-Jaguar-Rx.git] / src / settings.h
index 56615bc..8b7ca16 100644 (file)
@@ -6,7 +6,9 @@
 // Who  When        What\r
 // ---  ----------  ------------------------------------------------------------\r
 // JPM  06/19/2016  Soft debugger support\r
-// JPM  Sept. / 2018  Added the new Models and BIOS handler, and a screenshot settings\r
+// JPM  Sept./2018  Added the new Models and BIOS handler, and a screenshot settings\r
+// JPM  10/10/2018  Added search paths in settings\r
+// JPM  04/06/2019  Added ELF sections check\r
 //\r
 \r
 #ifndef __SETTINGS_H__\r
@@ -82,6 +84,7 @@ struct VJSettings
        bool displayHWlabels;\r
        bool useFastBlitter;\r
        bool displayFullSourceFilename;\r
+       bool ELFSectionsCheck;\r
        size_t nbrmemory1browserwindow;                                                         // Number of memory browser windows\r
        size_t DRAM_size;                                                                                       // DRAM size\r
 \r
@@ -101,6 +104,7 @@ struct VJSettings
        char debuggerROMPath[MAX_PATH];\r
        char absROMPath[MAX_PATH];\r
        char screenshotPath[MAX_PATH];\r
+       char sourcefilesearchPaths[4096];\r
 };\r
 \r
 // Render types\r