diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-10-26 21:53:53 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-02-15 20:14:14 -0600 |
| commit | be2da8dc7b79a4bee3d4ee5736e8619ed66a8c4d (patch) | |
| tree | 23d53370ccdf580f5e38229c21ee4bbae04570c6 /Source/Core/DiscIO/VolumeGC.cpp | |
| parent | 083faa8b218d4ef7bdb1e9a4e609da0f790fe5c0 (diff) | |
Triforce: Code cleanups.
Diffstat (limited to 'Source/Core/DiscIO/VolumeGC.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeGC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeGC.cpp b/Source/Core/DiscIO/VolumeGC.cpp index 52dacd59a4..5d3d372dcf 100644 --- a/Source/Core/DiscIO/VolumeGC.cpp +++ b/Source/Core/DiscIO/VolumeGC.cpp @@ -92,7 +92,7 @@ Region VolumeGC::GetRegion() const { if (m_is_triforce) { - switch (m_triforce_header.regionFlags) + switch (m_triforce_header.region_flags) { default: case 0x02: // JAPAN |
