mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Update UI design with scanning strategies.
This commit is contained in:
parent
66b67d380f
commit
3cc6256ea5
1 changed files with 11 additions and 1 deletions
12
UiDesign.md
12
UiDesign.md
|
@ -12,7 +12,17 @@ The screen must display games as a list of boxes.
|
||||||
|
|
||||||
- Scanning process -
|
- Scanning process -
|
||||||
|
|
||||||
Full scan vs Startup Scan?
|
There are two separate scanning processes. A full scan and a startup scan.
|
||||||
|
|
||||||
|
-- Full scan --
|
||||||
|
|
||||||
|
A full scan goes through all potential locations on the system to find any bootable that might be present.
|
||||||
|
|
||||||
|
-- Startup scan --
|
||||||
|
|
||||||
|
The startup scan only goes through directories where games have been found before. This scanning strategy
|
||||||
|
is used to improve the application's starting time while allowing new bootables to be discovered at places
|
||||||
|
where the user is most likely to place them.
|
||||||
|
|
||||||
.nomedia files
|
.nomedia files
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue