You've already forked emulationstation-next
mirror of
https://github.com/archr-linux/emulationstation-next.git
synced 2026-07-13 03:19:12 -07:00
fix filename of china flag. (#2071)
* fix filename of china flag. * update china flag filename in Font.
This commit is contained in:
@@ -1158,7 +1158,7 @@ void Font::OnThemeChanged()
|
||||
{ 0xF300, ":/flags/au.png" },
|
||||
{ 0xF301, ":/flags/br.png" },
|
||||
{ 0xF302, ":/flags/ca.png" },
|
||||
{ 0xF303, ":/flags/ch.png" },
|
||||
{ 0xF303, ":/flags/cn.png" },
|
||||
{ 0xF304, ":/flags/de.png" },
|
||||
{ 0xF305, ":/flags/es.png" },
|
||||
{ 0xF306, ":/flags/eu.png" },
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user