Home
last modified time | relevance | path

Searched refs:GetMapperControlDevice (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DBaseMapper.h177 shared_ptr<BaseControlDevice> GetMapperControlDevice();
H A DConsole.cpp355 …new VsControlManager(shared_from_this(), _systemActionManager, _mapper->GetMapperControlDevice())); in Initialize()
357 …t(new ControlManager(shared_from_this(), _systemActionManager, _mapper->GetMapperControlDevice())); in Initialize()
1318 …eader> barcodeReader = std::dynamic_pointer_cast<IBarcodeReader>(mapper->GetMapperControlDevice()); in InputBarcode()
H A DBaseMapper.cpp745 shared_ptr<BaseControlDevice> BaseMapper::GetMapperControlDevice() in GetMapperControlDevice() function in BaseMapper