mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-22 21:46:51 +02:00
skins fixerino
This commit is contained in:
@@ -42,6 +42,12 @@ T.eq(Performance.detect(), "balanced", "iOS -> balanced")
|
||||
device("OS X", "x64", 8)
|
||||
T.eq(Performance.detect(), "high", "8-core desktop -> high")
|
||||
|
||||
device("OS X", "arm64", 10)
|
||||
T.eq(Performance.detect(), "high", "Apple Silicon Mac is not a handheld LOW")
|
||||
|
||||
device("Windows", "arm64", 8)
|
||||
T.eq(Performance.detect(), "high", "Windows-on-ARM desktop -> high")
|
||||
|
||||
device("Windows", "x64", 2)
|
||||
T.eq(Performance.detect(), "balanced", "dual-core desktop -> balanced")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user