mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: Add 'Active' state to FreelookCamera to future proof if we ever add multiple cameras
This commit is contained in:
@@ -319,3 +319,8 @@ void FreeLookCamera::SetClean()
|
||||
{
|
||||
m_dirty = false;
|
||||
}
|
||||
|
||||
bool FreeLookCamera::IsActive() const
|
||||
{
|
||||
return FreeLook::GetActiveConfig().enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user