From 81466d7fa3bd3fdbb4f00039342d878c4dc8aad7 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 19 Dec 2015 11:34:01 +0100 Subject: 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. --- Source/Core/DiscIO/VolumeCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/VolumeCommon.cpp') 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; -- cgit v1.2.3