mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
14 lines
217 B
C
14 lines
217 B
C
/*
|
|
NEStopia / Linux
|
|
Port by R. Belmont
|
|
|
|
controlconfig.h - control configurator
|
|
*/
|
|
|
|
#ifndef CONTROLCONFIG_H
|
|
#define CONTROLCONFIG_H
|
|
|
|
void run_configurator(InputDefT *ctl_list, int itemToSet, int usejoys);
|
|
|
|
#endif
|
|
|