From 120b001294cd6bb5c5e67fe1d1de7b9ca368e32f Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Sat, 7 Mar 2009 05:30:32 +0000 Subject: [PATCH] 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 --- Source/Core/Core/Src/HW/Sram.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/Core/Src/HW/Sram.h b/Source/Core/Core/Src/HW/Sram.h index 72bb0098ae..5fd0bc5219 100644 --- a/Source/Core/Core/Src/HW/Sram.h +++ b/Source/Core/Core/Src/HW/Sram.h @@ -65,8 +65,7 @@ union SRAM u8 flags; // device and operations flag // 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]; + u8 flash_id[2][12]; // flash_id[2][12] 96bit memorycard unlock flash ID u8 wirelessKbd_id[4]; // Device ID of last connected wireless keyboard u8 wirelessPad_id[8]; // 16bit device ID of last connected pad. u8 dvderr_code; // last non-recoverable error from DVD interface