Small cleanup - this macro is no longer used

This commit is contained in:
twinaphex 2021-10-01 00:44:47 +02:00
parent e9a4e811ac
commit b674b5362d

View File

@ -12,9 +12,7 @@
_timer.current = current_usec; \
_timer.timeout_end = _timer.current + _timer.timeout_us
#define RARCH_TIMER_GET_TIMEOUT(_timer) ((int)(_timer.timeout_us / 1000000))
#define RARCH_TIMER_HAS_EXPIRED(_timer) ((_timer.timeout_us <= 0) ? true : false)
#define RARCH_TIMER_HAS_EXPIRED(_timer) ((_timer.timeout_us <= 0))
#define DRIVERS_CMD_ALL \
( DRIVER_AUDIO_MASK \