mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -56,7 +56,7 @@ private:
|
|||||||
u32 low;
|
u32 low;
|
||||||
u32 high;
|
u32 high;
|
||||||
};
|
};
|
||||||
public:
|
|
||||||
struct Header { //Offset Size Description
|
struct Header { //Offset Size Description
|
||||||
u8 Unk1[12]; //0x0000 12 ?
|
u8 Unk1[12]; //0x0000 12 ?
|
||||||
OSTime fmtTime; //0x000c 8 time of format (OSTime value)
|
OSTime fmtTime; //0x000c 8 time of format (OSTime value)
|
||||||
@ -135,7 +135,7 @@ public:
|
|||||||
} bat,bat_backup;
|
} bat,bat_backup;
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
//public:
|
public:
|
||||||
bool fail;
|
bool fail;
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
|
Reference in New Issue
Block a user