mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-16 16:21:30 +02:00
Add Xbox UWP port
This commit is contained in:
@@ -99,6 +99,11 @@ local cache = { status = "idle" } -- newest snapshot from the worker
|
||||
|
||||
local function ensureWorker()
|
||||
if workerReady ~= nil then return workerReady end
|
||||
if love and love.system and love.system.getOS
|
||||
and love.system.getOS() == "UWP" then
|
||||
workerReady = false
|
||||
return false
|
||||
end
|
||||
if not (love and love.thread and love.thread.newThread) then
|
||||
workerReady = false
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user