1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00

Fix controller input

This commit is contained in:
cathery 2020-02-20 22:07:58 +03:00
parent 6daa334da5
commit 9b243d4666

View File

@ -5,6 +5,7 @@
#include "usb_module.h"
#include "controller_handler.h"
#include "configFile.h"
#define APP_VERSION "0.6.0"
@ -80,6 +81,8 @@ int main(int argc, char *argv[])
handler::Initialize();
usb::Initialize();
LoadAllConfigs();
while (true)
{
svcSleepThread(1e+8L);