summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeCommon.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2015-12-19 11:34:01 +0100
committerJosJuice <josjuice@gmail.com>2016-01-05 19:11:58 +0100
commit81466d7fa3bd3fdbb4f00039342d878c4dc8aad7 (patch)
treeca35f489a1aeebb313490cbf0d610ca2430e1268 /Source/Core/DiscIO/VolumeCommon.cpp
parent460cef492a5b18dae8e9701ecbd324331b2929e3 (diff)
DolphinWX: Stop using XPM images
Using the XPM format for images has become a maintenance problem because people don't know how to create them. This commit removes all XPM images and all C files that contain PNG images. DolphinWX now uses the PNGs in the Resources folder instead, just like DolphinQt and DolphinQt2 do.
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;