mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 14:42:33 +01:00
9 lines
159 B
C
9 lines
159 B
C
#ifndef joypad_h
|
|
#define joypad_h
|
|
#include "gb.h"
|
|
|
|
void GB_update_joyp(GB_gameboy_t *gb);
|
|
void GB_update_keys_status(GB_gameboy_t *gb);
|
|
|
|
#endif /* joypad_h */
|