mirror of
https://github.com/dborth/vbagx.git
synced 2025-02-18 11:36:22 +01:00
12 lines
293 B
C
12 lines
293 B
C
/****************************************************************************
|
|
* VisualBoyAdvance 1.7.2
|
|
*
|
|
* Nintendo GameCube Joypad Wrapper
|
|
****************************************************************************/
|
|
#ifndef __NGCPADH__
|
|
#define __NGCPADH__
|
|
|
|
u32 NGCPad();
|
|
|
|
#endif
|