SameBoy/Core/joypad.h

9 lines
153 B
C
Raw Normal View History

2016-03-30 20:07:55 +00:00
#ifndef joypad_h
#define joypad_h
#include "gb.h"
void update_joyp(GB_gameboy_t *gb);
void update_keys_status(GB_gameboy_t *gb);
#endif /* joypad_h */