mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon: Add 'Active' state to FreelookCamera to future proof if we ever add multiple cameras
This commit is contained in:
parent
a37fd8c5d9
commit
bcf63c463b
3 changed files with 10 additions and 2 deletions
|
@ -319,3 +319,8 @@ void FreeLookCamera::SetClean()
|
|||
{
|
||||
m_dirty = false;
|
||||
}
|
||||
|
||||
bool FreeLookCamera::IsActive() const
|
||||
{
|
||||
return FreeLook::GetActiveConfig().enabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue