migu/common/modules/support.js
ThaUnknown ee480d992b fix: TMP path on android, keybinds on android, not immersed when paused
feat: greatly improve dpad navigation
fix: #386
2023-12-08 21:45:17 +01:00

14 lines
270 B
JavaScript

// feature support list, overriden per environment, global
export const SUPPORTS = {
offscreenRender: true,
update: true,
angle: true,
doh: true,
dht: true,
discord: true,
torrentPort: true,
torrentPath: true,
torrentPersist: true,
keybinds: true
}