small change to sram.h forgot to add with r2584
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2587 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
6a3dcab154
commit
120b001294
|
@ -65,8 +65,7 @@ union SRAM
|
||||||
u8 flags; // device and operations flag
|
u8 flags; // device and operations flag
|
||||||
|
|
||||||
// Stored configuration value from the extended SRAM area
|
// Stored configuration value from the extended SRAM area
|
||||||
u8 flash_id_1[12]; // flash_id[2][12] 96bit memorycard unlock flash ID
|
u8 flash_id[2][12]; // flash_id[2][12] 96bit memorycard unlock flash ID
|
||||||
u8 flash_id_2[12];
|
|
||||||
u8 wirelessKbd_id[4]; // Device ID of last connected wireless keyboard
|
u8 wirelessKbd_id[4]; // Device ID of last connected wireless keyboard
|
||||||
u8 wirelessPad_id[8]; // 16bit device ID of last connected pad.
|
u8 wirelessPad_id[8]; // 16bit device ID of last connected pad.
|
||||||
u8 dvderr_code; // last non-recoverable error from DVD interface
|
u8 dvderr_code; // last non-recoverable error from DVD interface
|
||||||
|
|
Loading…
Reference in New Issue