1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-05 10:48:46 +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 "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);