feature: Get initial 3D working
This commit is contained in:
parent
13cd47e35f
commit
79c7846ecd
8 changed files with 253 additions and 8 deletions
2
main.py
2
main.py
|
@ -134,7 +134,7 @@ def main():
|
|||
if max_refresh == 0:
|
||||
raise ValueError("Could not determine maximum refresh rate from EDID file, and the refresh rate overrides aren't set!")
|
||||
|
||||
edid = libunreal.EvdiDisplaySpec(edid_file, max_width, max_height, max_refresh, "", "")
|
||||
edid = libunreal.EvdiDisplaySpec(edid_file, parsed_edid_file.name if parsed_edid_file.name else "", max_width, max_height, max_refresh, "", "")
|
||||
else:
|
||||
edid = libunreal.fetch_xr_glass_edid(configuration["allow_unsupported_devices"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue