summaryrefslogtreecommitdiff
path: root/shell/input/input.h
blob: a1a89c146be5514319127850bc3c7c41e71c8beb (plain)
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