Update nintendo_r.lua

This commit is contained in:
Ishaan Bhardwaj 2020-11-14 19:22:52 -05:00 committed by GitHub
parent 827f156723
commit 6114377aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,9 +66,9 @@ end
function Nintendo:get180RotationValue() function Nintendo:get180RotationValue()
if config.gamesettings.world_reverse == 3 then if config.gamesettings.world_reverse == 3 then
return 3
else
return 1 return 1
else
return 3
end end
end end