1#if RETRO_REV02 2struct NXStats : UserStats { 3 inline void TryTrackStat(StatInfo *stat) 4 { 5 // switch has no stats 6 } 7}; 8#endif 9 10