mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
State/Movie: Use char instead of u8 for game ID
Gets rid of casts.
This commit is contained in:
@ -20,7 +20,7 @@ static const u32 NUM_STATES = 10;
|
||||
|
||||
struct StateHeader
|
||||
{
|
||||
u8 gameID[6];
|
||||
char gameID[6];
|
||||
u32 size;
|
||||
double time;
|
||||
};
|
||||
|
Reference in New Issue
Block a user