mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 14:21:39 +00:00
InputCommon: Provide WindowSystemInfo getter for ControllerInterface.
This commit is contained in:
parent
b89a88afbc
commit
9941c54911
2 changed files with 7 additions and 0 deletions
|
@ -423,6 +423,11 @@ ciface::InputChannel ControllerInterface::GetCurrentInputChannel()
|
|||
return tls_input_channel;
|
||||
}
|
||||
|
||||
WindowSystemInfo ControllerInterface::GetWindowSystemInfo() const
|
||||
{
|
||||
return m_wsi;
|
||||
}
|
||||
|
||||
void ControllerInterface::SetAspectRatioAdjustment(float value)
|
||||
{
|
||||
m_aspect_ratio_adjustment = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue