mirror of https://github.com/stella-emu/stella.git
fixed small font for launcher
This commit is contained in:
parent
38bea325c3
commit
790ace5c56
|
@ -198,7 +198,7 @@ void FrameBuffer::setupFonts()
|
||||||
FontDesc FrameBuffer::getFontDesc(const string& name) const
|
FontDesc FrameBuffer::getFontDesc(const string& name) const
|
||||||
{
|
{
|
||||||
if(name == "small")
|
if(name == "small")
|
||||||
return GUI::consoleBDesc; // 8x13
|
return GUI::consoleDesc; // 8x13
|
||||||
else if(name == "low_medium")
|
else if(name == "low_medium")
|
||||||
return GUI::consoleMediumBDesc; // 9x15
|
return GUI::consoleMediumBDesc; // 9x15
|
||||||
else if(name == "medium")
|
else if(name == "medium")
|
||||||
|
|
Loading…
Reference in New Issue