mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Implement advanced mapping I/O windows
This commit is contained in:
@ -354,6 +354,11 @@ int MappingWindow::GetPort() const
|
||||
return m_port;
|
||||
}
|
||||
|
||||
ControllerEmu::EmulatedController* MappingWindow::GetController() const
|
||||
{
|
||||
return m_controller;
|
||||
}
|
||||
|
||||
const ciface::Core::DeviceQualifier& MappingWindow::GetDeviceQualifier() const
|
||||
{
|
||||
return m_devq;
|
||||
|
Reference in New Issue
Block a user