mirror of
https://github.com/cathery/sys-con.git
synced 2025-02-13 21:40:15 +00:00
Fix controller input
This commit is contained in:
parent
6daa334da5
commit
9b243d4666
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user