unrealxr/libunreal/supported_devices.py

11 lines
283 B
Python

# Sourced from "https://uefi.org/uefi-pnp-export"
supported_devices: dict[str, dict[str, dict[str, str | int]]] = {
"MRG": {
# Quirks section
"Air": {
"max_width": 1920,
"max_height": 1080,
"max_refresh": 120
}
}
}