RetroArch/runahead/dirty_input.h
twinaphex 10c5331cc0 Move runahead dirty_input to retroarch.c - allows us
to make retro_ctx and current_core static
2019-06-20 10:08:32 +02:00

15 lines
245 B
C

#ifndef __DIRTY_INPUT_H___
#define __DIRTY_INPUT_H___
#include <boolean.h>
#include <retro_common_api.h>
RETRO_BEGIN_DECLS
int16_t input_state_get_last(unsigned port,
unsigned device, unsigned index, unsigned id);
RETRO_END_DECLS
#endif