Update r5reloaded logo

This commit is contained in:
Amos 2022-01-20 13:53:15 +01:00
parent 7558ed1b5f
commit 7b968c8595

View File

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