Update CHANGELOG

Change-Id: If7c4754ae34aaee9463c3ae7e67537c995ae97d3
This commit is contained in:
ciciplusplus
2026-01-17 17:41:43 +01:00
parent 99a7b8a966
commit 8b1198015e

View File

@@ -20,7 +20,7 @@ Compatibility:
- New working apps:
- [Devil May Cry 4 Refrain](https://appdb.touchhle.org/apps/999) (@hikari-no-yume)
- API support improvements:
- Various small contributions. (@hikari-no-yume, @ciciplusplus, @zazatree, @abnormalmaps)
- Various small contributions. (@hikari-no-yume, @ciciplusplus, @zazatree, @abnormalmaps, @alborrajo, @acieslewicz)
- Several changes have been made to fix certain apps and games that should appear in landscape, but previously were displayed stretched, cropped and/or un-rotated:
- If an app requires a landscape orientation in the `UIInterfaceOrientation` or `UISupportedInterfaceOrientations` keys of its `Info.plist`, touchHLE will now rotate the virtual device at startup. (@hikari-no-yume)
- If an app overrides the `shouldAutorotateToInterfaceOrientation:` method in a `UIViewController`, and the virtual device is in a landscape orientation, touchHLE will now apply a rotation transform to the root view when it is added to a window. (@hikari-no-yume)