Add joystick support to wx GUI.
This commit is contained in:
parent
72c6716f49
commit
539f0bc150
17 changed files with 1381 additions and 504 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "model.h"
|
||||
#include "mouse.h"
|
||||
#include "nvr.h"
|
||||
#include "plat-joystick.h"
|
||||
#include "sound.h"
|
||||
#include "thread.h"
|
||||
#include "disc.h"
|
||||
|
|
@ -512,6 +513,7 @@ int pc_main(int argc, char** argv)
|
|||
display_init();
|
||||
#endif
|
||||
sdl_video_init();
|
||||
joystick_init();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue