diff options
author | 2016-06-08 19:36:57 +0200 | |
---|---|---|
committer | 2016-06-08 20:42:23 +0200 | |
commit | e8cb3e06d030cd4a04df0db786081af6436288c2 (patch) | |
tree | 3b1380a952f6d6d2b2617796ab35ec9a96c165e9 /scripts/src/main.lua | |
parent | b39511102f539a15254316d14a0f98a63afd8fb8 (diff) |
Updated GENie to latest (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index dd6cd80f2e2..d5cce436dce 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -369,7 +369,7 @@ end configuration { } if _OPTIONS["DEBUG_DIR"]~=nil then - debugabsolutedir(_OPTIONS["DEBUG_DIR"]) + debugdir(_OPTIONS["DEBUG_DIR"]) else debugdir (MAME_DIR) end |