ScummVM API documentation
ADGameFileDescription Struct Reference

#include <advancedDetector.h>

Public Attributes

const char * fileName
 Name of the described file.
 
uint16 fileType
 Optional. Not used during detection, only by engines.
 
const char * md5
 MD5 of (the beginning of) the described file. Optional. Set to NULL to ignore.
 
int64 fileSize
 Size of the described file. Set to -1 to ignore.
 

Detailed Description

A record describing a file to be matched for detecting a specific game variant. A list of such records is used inside every ADGameDescription to enable detection.


The documentation for this struct was generated from the following file: