mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
14 lines
277 B
JavaScript
14 lines
277 B
JavaScript
// feature support list, overriden per environment, global
|
|
|
|
export const SUPPORTS = {
|
|
offscreenRender: true,
|
|
update: true,
|
|
angle: true,
|
|
doh: true,
|
|
discord: true,
|
|
keybinds: true,
|
|
extensions: true,
|
|
isAndroid: false,
|
|
externalPlayer: true,
|
|
permamentNAT: true
|
|
}
|