Home
last modified time | relevance | path

Searched defs:NST_MIN (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstCore.hpp186 #define NST_MIN(x_,y_) ((x_) < (y_) ? (x_) : (y_)) macro
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstCore.hpp186 #define NST_MIN(x_,y_) ((x_) < (y_) ? (x_) : (y_)) macro