Updated RetroCommon

This commit is contained in:
Jack Andersen 2015-08-10 10:54:09 -10:00
parent bd5825954f
commit 73d70dbc58
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 99bb5df7f3457de0953723188ffa5cecbc40a1fd
Subproject commit 2c6d83b0c7883fd6ac13ab08034268a3827226c2

View File

@ -329,6 +329,7 @@ public:
inline uint32_t toUint32() const {return num;}
inline operator uint32_t() const {return num;}
};
#define FOURCC(chars) FourCC(SBIG(chars))
/**
* @brief Hash representation used for all storable and comparable objects