Update R5R emblem

This commit is contained in:
Kawe Mazidjatari 2022-09-25 01:20:48 +02:00
parent 6310d239af
commit 734d3307ed

View File

@ -12,10 +12,10 @@ __declspec(dllexport) void DummyExport()
const std::string R5R_EMBLEM[] =
{
R"(+-------------------------------------------------------------+)",
R"(| ___ ___ ___ _ _ _ ___ _ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) / | |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _| | |)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)_| |)",
R"(| ___ ___ ___ _ _ _ ___ ___ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) |_ ) |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _ / / |)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___| |)",
R"(| |)",
R"(+-------------------------------------------------------------+)"
};