mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add a note about thread-safety req in FileLoader
This commit is contained in:
parent
55c193ce78
commit
38c416df86
1 changed files with 2 additions and 0 deletions
|
@ -54,7 +54,9 @@ enum class IdentifiedFileType {
|
|||
UNKNOWN,
|
||||
};
|
||||
|
||||
|
||||
class FileLoader {
|
||||
// NB: It is a REQUIREMENT that implementations of this class are entirely thread safe!
|
||||
public:
|
||||
enum class Flags {
|
||||
NONE,
|
||||
|
|
Loading…
Add table
Reference in a new issue