Home
last modified time | relevance | path

Searched refs:TIME_TEXT_SEC_OFFSET (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/board/
H A DNstBoardEvent.cpp48 NST_COMPILE_ASSERT( TIME_TEXT_MIN_OFFSET == 11 && TIME_TEXT_SEC_OFFSET == 13 ); in Event()
266 text[TIME_TEXT_SEC_OFFSET+0] = '0' + t % 60 / 10; in Sync()
267 text[TIME_TEXT_SEC_OFFSET+1] = '0' + t % 60 % 10; in Sync()
H A DNstBoardEvent.hpp94 TIME_TEXT_SEC_OFFSET = 13 enumerator
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/board/
H A DNstBoardEvent.cpp48 NST_COMPILE_ASSERT( TIME_TEXT_MIN_OFFSET == 11 && TIME_TEXT_SEC_OFFSET == 13 ); in Event()
266 text[TIME_TEXT_SEC_OFFSET+0] = '0' + t % 60 / 10; in Sync()
267 text[TIME_TEXT_SEC_OFFSET+1] = '0' + t % 60 % 10; in Sync()
H A DNstBoardEvent.hpp94 TIME_TEXT_SEC_OFFSET = 13 enumerator