MCPcopy Create free account
hub / github.com/0ldsk00l/nestopia / InitializeInputDevices

Method InitializeInputDevices

source/core/NstMachine.cpp:349–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 void Machine::InitializeInputDevices() const
350 {
351 if (state & Api::Machine::GAME)
352 {
353 const bool arcade = state & Api::Machine::VS;
354
355 extPort->Initialize( arcade );
356 expPort->Initialize( arcade );
357 }
358 }
359
360 void Machine::SaveState(State::Saver& saver) const
361 {

Callers 1

ConnectControllerMethod · 0.80

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected