mirror of
https://github.com/cathery/sys-con.git
synced 2025-04-23 11:42:47 +00:00
Fix controller input
This commit is contained in:
parent
6daa334da5
commit
9b243d4666
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include "usb_module.h"
|
#include "usb_module.h"
|
||||||
#include "controller_handler.h"
|
#include "controller_handler.h"
|
||||||
|
#include "configFile.h"
|
||||||
|
|
||||||
#define APP_VERSION "0.6.0"
|
#define APP_VERSION "0.6.0"
|
||||||
|
|
||||||
@ -80,6 +81,8 @@ int main(int argc, char *argv[])
|
|||||||
handler::Initialize();
|
handler::Initialize();
|
||||||
usb::Initialize();
|
usb::Initialize();
|
||||||
|
|
||||||
|
LoadAllConfigs();
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
svcSleepThread(1e+8L);
|
svcSleepThread(1e+8L);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user