9 lines
136 B
C
9 lines
136 B
C
#include "joystick.h"
|
|
|
|
unsigned char fakeport;
|
|
|
|
|
|
// fake function since our keybord doesn't need any initialisation
|
|
void joy_init()
|
|
{
|
|
}
|