mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-05 17:19:54 +00:00
14 lines
318 B
JavaScript
14 lines
318 B
JavaScript
// feature support list, overriden per environment, capacitor
|
|
|
|
export const SUPPORTS = {
|
|
offscreenRender: false,
|
|
update: true,
|
|
angle: false,
|
|
doh: false,
|
|
discord: false,
|
|
keybinds: false,
|
|
extensions: true,
|
|
isAndroid: true,
|
|
externalPlayer: false,
|
|
permamentNAT: false // no way of safely closing app
|
|
}
|