mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

The MonoSpaceFont of the LogWindow was using a Windows native way to specify a font name. Now it's using wxFONTFAMILY_TELETYPE. On Win32 it will additionally request the specific font name "Consolas", so it doesn't use ugly "Courier New". I pilfered that specialization from Source/Core/DolphinWX/Cheats/ARCodeAddEdit.cpp.