Add Xbox UWP port

This commit is contained in:
Caorthann
2026-08-01 20:29:33 +01:00
parent 8fbe819493
commit dacd9abe73
29 changed files with 722 additions and 10 deletions
+5
View File
@@ -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