mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-26 03:17:58 +00:00
Update main.cpp
This commit is contained in:
parent
8c5600a456
commit
329876157a
@ -4,16 +4,13 @@
|
|||||||
|
|
||||||
//ISSUES:
|
//ISSUES:
|
||||||
// when exiting the applet, only one of the controllers is reset
|
// 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
|
// 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
|
// 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:
|
//TODO:
|
||||||
// Figure out and remove unnecessary services initialized on sysmodule init
|
// Shrink unneessary heap memory/stack size used for the sysmodule
|
||||||
// Figure out and shirnk unneessary heap memory/stack size used for the sysmodule
|
// Allow to connect controllers paired through a bluetooth adapter
|
||||||
// Figure out if you can connect controllers paired through a bluetooth adapter
|
// Allow to connect controllers through usbDs (directly to switch)
|
||||||
// Figure out if you can connect controllers through usbDs
|
|
||||||
// Comment the functions before public release
|
|
||||||
// Make a config application companion to test controller input and edit various preferences (buttons, deadzones)
|
// 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
|
#endif
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user