mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
JANITORIAL: Clarify comments
This commit is contained in:
parent
845b904ff5
commit
c3b2d0267d
@ -27,18 +27,20 @@
|
||||
namespace Common {
|
||||
|
||||
/**
|
||||
* Scan the given firectory for a set of versioned zip packs and put then
|
||||
* Scan the given directory for a set of versioned zip packs and put them
|
||||
* into the provided SearchSet
|
||||
*
|
||||
* There are 2 types of files: defaultFile, that could potentially sit
|
||||
* in themepath or even built-in into an executable, and so called pack files
|
||||
* typically containing creation date in them.
|
||||
* in the themepath or even be built-in into the executable; and so called
|
||||
* pack files typically containing creation date in their names.
|
||||
*
|
||||
* These files are put in the SearchSet in a sorted way, thus, the latter
|
||||
* packs have higher priority.
|
||||
*
|
||||
* Example: gui-icons.dat, gui-icons-20211112.dat, gui-icons-20220602.dat
|
||||
*
|
||||
* Used by: icons packs and shader packs
|
||||
*
|
||||
* @param[out] searchSet The SearchSet to modify
|
||||
* @param[in] defaultFile Name of the default file
|
||||
* @param[in] packsMask Mask of the pack files
|
||||
|
Loading…
x
Reference in New Issue
Block a user