mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +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
|