diff --git a/Common/Database/Model/ControllerSkin.swift b/Common/Database/Model/ControllerSkin.swift index f90a773..d936162 100644 --- a/Common/Database/Model/ControllerSkin.swift +++ b/Common/Database/Model/ControllerSkin.swift @@ -98,4 +98,9 @@ extension ControllerSkin: ControllerSkinProtocol { return self.controllerSkin?.gameScreenFrame(for: traits) } + + public func aspectRatio(for traits: DeltaCore.ControllerSkin.Traits) -> CGSize? + { + return self.controllerSkin?.aspectRatio(for: traits) + } } diff --git a/Cores/DeltaCore b/Cores/DeltaCore index 4320885..1e08e32 160000 --- a/Cores/DeltaCore +++ b/Cores/DeltaCore @@ -1 +1 @@ -Subproject commit 43208853591dd1e24bd6aedaa81a6271a2016e28 +Subproject commit 1e08e323158f4b5c5d8479ab5a2b7573d9c61e6f