1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 05:53:25 +01:00
nxdumptool/source
Pablo Curiel 06676a0639 tasks: cache application metadata and UMS device info using vectors.
* 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.
2021-06-10 20:33:11 -04:00
..
core Implemented background tasks for Borealis. 2021-06-09 00:48:17 -04:00
fatfs Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
custom_layout_tab.cpp Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
main.cpp tasks: cache application metadata and UMS device info using vectors. 2021-06-10 20:33:11 -04:00
sample_installer_page.cpp Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
sample_loading_page.cpp Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
tasks.cpp tasks: cache application metadata and UMS device info using vectors. 2021-06-10 20:33:11 -04:00