mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
GROOVIE: Described unknown filed in resource database
This commit is contained in:
parent
0c919bc38b
commit
76c71278fb
@ -275,7 +275,7 @@ bool ResMan_v2::getResInfo(uint32 fileRef, ResInfo &resInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Read the resource information
|
// Read the resource information
|
||||||
rlFile.readUint32LE(); // Unknown
|
resInfo.disks = rlFile.readUint32LE(); // Seems to be a bitfield indicating on which disk(s) the file can be found
|
||||||
resInfo.offset = rlFile.readUint32LE();
|
resInfo.offset = rlFile.readUint32LE();
|
||||||
resInfo.size = rlFile.readUint32LE();
|
resInfo.size = rlFile.readUint32LE();
|
||||||
resInfo.gjd = rlFile.readUint16LE();
|
resInfo.gjd = rlFile.readUint16LE();
|
||||||
|
@ -30,6 +30,7 @@ class MacResManager;
|
|||||||
namespace Groovie {
|
namespace Groovie {
|
||||||
|
|
||||||
struct ResInfo {
|
struct ResInfo {
|
||||||
|
uint32 disks; // This seems to be a bitfield indicating on which disk(s) the file is located.
|
||||||
uint16 gjd;
|
uint16 gjd;
|
||||||
uint32 offset;
|
uint32 offset;
|
||||||
uint32 size;
|
uint32 size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user