summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/NANDContentLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/Src/NANDContentLoader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
index 943d567fda..012b660501 100644
--- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
@@ -149,10 +149,10 @@ private:
CNANDContentLoader::CNANDContentLoader(const std::string& _rName)
- : m_TitleID(-1)
- , m_BootIndex(-1)
- , m_Valid(false)
+ : m_Valid(false)
+ , m_TitleID(-1)
, m_IosVersion(0x09)
+ , m_BootIndex(-1)
{
if (File::IsDirectory(_rName.c_str()))
{