Fix emblem misalignment

This commit is contained in:
Kawe Mazidjatari 2023-11-01 02:08:08 +01:00
parent 37139130be
commit 8400ee769f

View File

@ -8,10 +8,10 @@ __declspec(dllexport) void DummyExport()
static const char* const R5R_EMBLEM[] =
{
R"(+-------------------------------------------------------------+)",
R"(| ___ ___ ___ _ _ _ ___ _ _ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _||)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)",
R"(| |)"/*,
R"(| ___ ___ ___ _ _ _ ___ _ _ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _| |)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)",
R"(| |)"/*,
R"(+-------------------------------------------------------------+)"*/
};