Disable 3D settings in the core for CarScreen mode

Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org>
This commit is contained in:
matheusgomesms
2025-12-11 09:53:32 -03:00
committed by Matheus Gomes
parent f6ff08619e
commit 38fc18b6e6
2 changed files with 25 additions and 0 deletions

View File

@@ -769,4 +769,9 @@ public:
// PowerManager::Subscriber override.
void OnPowerFacilityChanged(power_management::Facility const facility, bool enabled) override;
void OnPowerSchemeChanged(power_management::Scheme const actualScheme) override;
public:
/// Call this from iOS/Android when CarPlay/AA session starts/ends
void SetCarScreenMode(bool enabled);
bool m_isCarScreenMode = false;
};