Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions defsave/defsave.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ function M.get_file_path(file)
print("DefSave: Warning attempting to get a path for a nil file")
return nil
end
if M.sysinfo.system_name == "Linux" then
-- For Linux we must modify the default path to make Linux users happy
local appname = "config/" .. tostring(M.appname)
return sys.get_save_file(appname, file)
end
if html5 then
-- For HTML5 there's no need to get the full path
return M.appname .. "_" .. file
Expand Down