Oops... that was not supposed to be checked revert
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1968 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f703046e01
commit
0ccdb44016
|
@ -56,7 +56,7 @@ private:
|
|||
u32 low;
|
||||
u32 high;
|
||||
};
|
||||
public:
|
||||
|
||||
struct Header { //Offset Size Description
|
||||
u8 Unk1[12]; //0x0000 12 ?
|
||||
OSTime fmtTime; //0x000c 8 time of format (OSTime value)
|
||||
|
@ -135,7 +135,7 @@ public:
|
|||
} bat,bat_backup;
|
||||
#pragma pack(pop)
|
||||
|
||||
//public:
|
||||
public:
|
||||
bool fail;
|
||||
|
||||
// constructor
|
||||
|
|
Loading…
Reference in New Issue