Home
last modified time | relevance | path

Searched refs:RESULT_ERR_WRONG_MODE (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstBase.hpp162 RESULT_ERR_WRONG_MODE = -13, enumerator
H A DNstTrackerMovie.cpp228 throw RESULT_ERR_WRONG_MODE; in Validate()
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstBase.hpp162 RESULT_ERR_WRONG_MODE = -13, enumerator
H A DNstTrackerMovie.cpp228 throw RESULT_ERR_WRONG_MODE; in Validate()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerEmulator.cpp1492 case Nes::RESULT_ERR_WRONG_MODE: return IDS_EMU_ERR_WRONG_MODE; in ResultToString()