dracc / NevolutionX

Original Xbox dashboard created with nxdk
MIT License
123 stars 21 forks source link

Implements async scanning of XBEs #81

Closed abaire closed 3 years ago

abaire commented 3 years ago

This builds off of #80 and modifies MenuXbe to use the async scanner.

While paths are being scanned, the menu item will have a non-interactive child that displays Scanning "path" .... Once all paths are scanned, the sorted list of children will be swapped in.

abaire commented 3 years ago

Note: Marking as a draft until the underlying XBE scanner is merged.

dracc commented 3 years ago

Thanks!