My latest release no longer allows gamers to flip over their device in landscape mode.
This has always worked fine for me in config.lua:
orientation =
{
default=“landscapeLeft”,
content=“landscapeLeft”,
supported={ “landscapeLeft”, “landscapeRight” }
}
This is no longer working. Any idea why?