1 2 3 4 5 6
#ifndef INPUT_H #define INPUT_H #include <stdint.h> uint32_t S9xReadJoypad(int32_t port); extern uint8_t exit_snes; #endif