aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-02-27 16:09:07 +0100
committerstonedDiscord <Tukz@gmx.de>2021-02-27 16:09:07 +0100
commitd59817fdbbac4ac1ee7094a8b1fb6ad25b3f2851 (patch)
tree49321fd6b9ff2417d91c12f7838fec5a48736581 /webAO
parent5481c4195b335fd7952a7518696964e7ece335ff (diff)
add wiiu to lowmem devices
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js
index b0d0295..88e727b 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -67,7 +67,7 @@ if (window.requestIdleCallback) {
client = new Client(serverIP);
viewport = new Viewport();
- if (/webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Opera Mini/i.test(navigator.userAgent)) {
+ if (/webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Nintendo|Opera Mini/i.test(navigator.userAgent)) {
oldLoading = true;
}
client.loadResources();
@@ -80,7 +80,7 @@ if (window.requestIdleCallback) {
client = new Client(serverIP);
viewport = new Viewport();
- if (/webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Opera Mini/i.test(navigator.userAgent)) {
+ if (/webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Nintendo|Opera Mini/i.test(navigator.userAgent)) {
oldLoading = true;
}
client.loadResources();