From c2356445c8c3e742648cfe3d02087e80bc76d362 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 11 Oct 2009 16:21:33 +0000 Subject: [PATCH] fix small redundancy git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4397 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp b/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp index f1527caf12..0571660d2d 100644 --- a/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp +++ b/Source/Core/Core/Src/HW/EXI_DeviceIPL.cpp @@ -134,7 +134,6 @@ CEXIIPL::CEXIIPL() : } else { - m_FontsLoaded = true; // Load whole ROM dump LoadFileToIPL(SConfig::GetInstance().m_LocalCoreStartupParameter.m_strBootROM, 0); // Descramble the encrypted section (contains BS1 and BS2)