1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-23 05:19:29 +08:00

Update 倍率(适配多种模拟器).lua

这次真正适配了(大嘘)
This commit is contained in:
Zuosizhu
2023-01-19 15:51:41 +08:00
committed by GitHub
parent f3dede45d2
commit 65eb391caf

View File

@@ -29,7 +29,7 @@ function HS9()
gg.editAll(n, gg.TYPE_DOUBLE)
gg.getResultCount(results)
-- 判断
if results==0 then
if results==nil then
-- 清除
gg.clearResults()
gg.setRanges(32)
@@ -57,7 +57,7 @@ function HS666()
gg.editAll("1", gg.TYPE_DOUBLE)
gg.getResultCount(results)
-- 判断
if results==0 then
if results==nil then
-- 清除
gg.clearResults()
gg.setRanges(32)
@@ -87,4 +87,4 @@ end
-- if FX==true then
Main1()
-- end
-- end
-- end