mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-27 16:46:56 +00:00
chore: recognize when xenon fastfile use lzx compression
This commit is contained in:
@@ -16,10 +16,14 @@ enum class GameId
|
||||
COUNT
|
||||
};
|
||||
|
||||
// The full uppercase names are macros in the standard lib
|
||||
// So unfortunately not usable as values in the enum
|
||||
enum class GameEndianness
|
||||
{
|
||||
LITTLE_ENDIAN,
|
||||
BIG_ENDIAN
|
||||
/* Little endian */
|
||||
LE,
|
||||
/* Big endian */
|
||||
BE
|
||||
};
|
||||
|
||||
enum class GameWordSize
|
||||
|
||||
Reference in New Issue
Block a user