RetroArch/runahead/dirty_input.h

15 lines
245 B
C
Raw Normal View History

2018-03-28 14:22:07 -05:00
#ifndef __DIRTY_INPUT_H___
#define __DIRTY_INPUT_H___
2019-02-02 05:09:29 +01:00
#include <boolean.h>
#include <retro_common_api.h>
2018-03-28 14:22:07 -05:00
RETRO_BEGIN_DECLS
int16_t input_state_get_last(unsigned port,
unsigned device, unsigned index, unsigned id);
2018-03-28 14:22:07 -05:00
RETRO_END_DECLS
#endif