mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-05 08:26:32 +00:00
Update main.cpp
This commit is contained in:
parent
8c5600a456
commit
329876157a
@ -4,16 +4,13 @@
|
||||
|
||||
//ISSUES:
|
||||
// when exiting the applet, only one of the controllers is reset
|
||||
// in sysmodule, when you go to change the controllers, all the hdl handlers are erased but the code doesn't detect it
|
||||
// Rumble is currently missing on all controllers
|
||||
// Kosmos Toolbox doesn't allow this sysmodule to be turned on after turning it off, probably due to heap memory not being freed up
|
||||
|
||||
//TODO:
|
||||
// Figure out and remove unnecessary services initialized on sysmodule init
|
||||
// Figure out and shirnk unneessary heap memory/stack size used for the sysmodule
|
||||
// Figure out if you can connect controllers paired through a bluetooth adapter
|
||||
// Figure out if you can connect controllers through usbDs
|
||||
// Comment the functions before public release
|
||||
// Shrink unneessary heap memory/stack size used for the sysmodule
|
||||
// Allow to connect controllers paired through a bluetooth adapter
|
||||
// Allow to connect controllers through usbDs (directly to switch)
|
||||
// Make a config application companion to test controller input and edit various preferences (buttons, deadzones)
|
||||
|
||||
|
||||
@ -102,4 +99,4 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user