Added search paths in case of missing DWARF directories information
[clinton/Virtual-Jaguar-Rx.git] / src / settings.h
index 56615bc..e81d57d 100644 (file)
@@ -6,7 +6,8 @@
 // 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
 //\r
 \r
 #ifndef __SETTINGS_H__\r
@@ -101,6 +102,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