mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 18:56:33 +00:00
Mention that some fields in ADGameFileDescription are optional.
In fact we really need to write some documentation for it. svn-id: r25173
This commit is contained in:
parent
6eb9f41e68
commit
5f91f6d1e5
@ -32,9 +32,9 @@ namespace Common {
|
|||||||
|
|
||||||
struct ADGameFileDescription {
|
struct ADGameFileDescription {
|
||||||
const char *fileName;
|
const char *fileName;
|
||||||
uint16 fileType;
|
uint16 fileType; // Optional. Not used in detection, only be engines
|
||||||
const char *md5;
|
const char *md5; // Optional could be NULL
|
||||||
const int32 fileSize;
|
const int32 fileSize; // Optional. Set to -1 to ignore
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ADGameDescription {
|
struct ADGameDescription {
|
||||||
|
Loading…
Reference in New Issue
Block a user