1.0.0L
This commit is contained in:
@@ -10,7 +10,7 @@ local httpencode = function(str)
|
||||
return str
|
||||
end
|
||||
|
||||
if (love.system.getOS() == 'OS X' )and (jit.arch == 'arm64' or jit.arch == 'arm' or true) then jit.off() end
|
||||
if (love.system.getOS() == 'OS X' )and (jit.arch == 'arm64' or jit.arch == 'arm') then jit.off() end
|
||||
|
||||
IN_CHANNEL = love.thread.getChannel("http_request")
|
||||
OUT_CHANNEL = love.thread.getChannel("http_response")
|
||||
|
@@ -1,6 +1,6 @@
|
||||
require "love.system"
|
||||
|
||||
if (love.system.getOS() == 'OS X' ) and (jit.arch == 'arm64' or jit.arch == 'arm' or true) then jit.off() end
|
||||
if (love.system.getOS() == 'OS X' ) and (jit.arch == 'arm64' or jit.arch == 'arm') then jit.off() end
|
||||
|
||||
require "love.timer"
|
||||
require "love.thread"
|
||||
|
@@ -2,7 +2,7 @@ require "love.audio"
|
||||
require "love.sound"
|
||||
require "love.system"
|
||||
|
||||
if (love.system.getOS() == 'OS X' )and (jit.arch == 'arm64' or jit.arch == 'arm' or true) then jit.off() end
|
||||
if (love.system.getOS() == 'OS X' )and (jit.arch == 'arm64' or jit.arch == 'arm') then jit.off() end
|
||||
|
||||
--vars needed for sound manager thread
|
||||
CHANNEL = love.thread.getChannel("sound_request")
|
||||
|
Reference in New Issue
Block a user