summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeCommon.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2016-01-06 13:37:03 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2016-01-06 13:37:03 -0500
commitb49683b2e8b85be57221c5643376ef2d7da16bb9 (patch)
treefbd6fd7b8b9566ad068ade21522e804892e52d8b /Source/Core/DiscIO/VolumeCommon.cpp
parentadffa5fbeca45aa32c7b60f73517f0aa4e5b7838 (diff)
parentfd2d50535fad32facc95f2e8a35bb2f10742e83b (diff)
Merge pull request #3357 from JosJuice/no-xpm
DolphinWX: Stop using XPM images
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp
index 17fbbc4d11..39fac55997 100644
--- a/Source/Core/DiscIO/VolumeCommon.cpp
+++ b/Source/Core/DiscIO/VolumeCommon.cpp
@@ -79,7 +79,7 @@ IVolume::ECountry CountrySwitch(u8 country_code)
{
switch (country_code)
{
- // Region free - Uses European flag as placeholder
+ // Worldwide
case 'A':
return IVolume::COUNTRY_WORLD;