Maschell
Maschell
ACPDeviceType values are based on a function in nn_acp.rpl which converts them to be used in `MCP_GetTitleInfoByTitleAndDevice` .  MCPDeviceType matches the values as well
The upcoming Aroma release will allow the user to unload a plugin from the config menu. This PR adds a basic notification to inform the user that the module is...
PoC/WIP implemenation of fuse support via [fuse-mt](https://github.com/wfraser/fuse-mt/tree/master). Current limitations and notes: - This was basically the first doing something in rust, I might have done weird things in the code...