mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +00:00
06676a0639
* Tasks are now immediately started by their constructor function. * Events are now part of the class of each task type, in order to avoid instantiating each one of them and passing them as a constructor argument. * GetTaskEvent() has been added to each task class, which returns a pointer to the private event. This will be used to subscribe Borealis views to a particular event. * Title and UMS tasks now both cache application metadata and UMS device info using private vectors. Pointers to these private vectors can now be retrieved using public functions GetApplicationMetadata() and GetUmsDevices(), respectively. |
||
---|---|---|
.. | ||
core | ||
fatfs | ||
custom_layout_tab.cpp | ||
main.cpp | ||
sample_installer_page.cpp | ||
sample_loading_page.cpp | ||
tasks.cpp |