mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Updated flag images to not have ugly gradient.
All images stolen from wikipedia. Added "SDK" flag to separate it from "Unknown" flag.
This commit is contained in:
@ -35,6 +35,8 @@
|
||||
#include "WxUtils.h"
|
||||
#include "Main.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../resources/Flag_Europe.xpm"
|
||||
#include "../resources/Flag_Germany.xpm"
|
||||
#include "../resources/Flag_France.xpm"
|
||||
@ -44,6 +46,9 @@
|
||||
#include "../resources/Flag_Taiwan.xpm"
|
||||
#include "../resources/Flag_Korea.xpm"
|
||||
#include "../resources/Flag_Unknown.xpm"
|
||||
#include "../resources/Flag_Sdk.xpm"
|
||||
}
|
||||
|
||||
#include "../resources/Platform_Wad.xpm"
|
||||
#include "../resources/Platform_Wii.xpm"
|
||||
#include "../resources/Platform_Gamecube.xpm"
|
||||
@ -207,7 +212,7 @@ void CGameListCtrl::InitBitmaps()
|
||||
m_FlagImageIndex[DiscIO::IVolume::COUNTRY_TAIWAN] =
|
||||
m_imageListSmall->Add(wxBitmap(Flag_Taiwan_xpm), wxNullBitmap);
|
||||
m_FlagImageIndex[DiscIO::IVolume::COUNTRY_SDK] =
|
||||
m_imageListSmall->Add(wxBitmap(Flag_Unknown_xpm), wxNullBitmap);
|
||||
m_imageListSmall->Add(wxBitmap(Flag_Sdk_xpm), wxNullBitmap);
|
||||
m_FlagImageIndex[DiscIO::IVolume::COUNTRY_UNKNOWN] =
|
||||
m_imageListSmall->Add(wxBitmap(Flag_Unknown_xpm), wxNullBitmap);
|
||||
|
||||
|
Reference in New Issue
Block a user