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
parent 7b5878b010
commit 2a1e4ca49b
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;
};