mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
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.
This commit is contained in:
parent
460cef492a
commit
81466d7fa3
52 changed files with 81 additions and 4648 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue