summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-01-26 12:36:51 +1100
committer Vas Crabb <vas@vastheman.com>2020-01-26 12:39:27 +1100
commita7fec751edac3808f3b64986c2409be4240c7eb9 (patch)
tree71241d1d0afe70d39511bab822cba278a5b3009f /plugins
parent832c38bb8d20142a44c694d43e7670c938d19377 (diff)
srcclean, manual adjustments (nw)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cheat/cheat_xml.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cheat/cheat_xml.lua b/plugins/cheat/cheat_xml.lua
index 7f66eb4125b..d5cee8ac2a2 100644
--- a/plugins/cheat/cheat_xml.lua
+++ b/plugins/cheat/cheat_xml.lua
@@ -110,12 +110,12 @@ function xml.conv_cheat(data)
elseif width == "q" then
width = "u64"
end
-
+
local prefix = cpu:sub(1,1)
if prefix == ":" then
cpu = cpu:sub(2,cpu:len())
end
-
+
local cpuname = cpu:gsub(":", "_")
if space == "m" then
regions[cpuname .. space] = ":" .. cpu