From 9968769e3724403cc0fc8e98e70eec68de14f11f Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:23:09 +0100 Subject: [PATCH] Core: update launch emblem Updated to v2.5. --- src/core/r5dev.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/r5dev.h b/src/core/r5dev.h index 54797c6f..eecfbf62 100644 --- a/src/core/r5dev.h +++ b/src/core/r5dev.h @@ -8,10 +8,10 @@ __declspec(dllexport) void DummyExport() static const char* const R5R_EMBLEM[] = { R"(+-------------------------------------------------------------+)", - R"(| ___ ___ ___ _ _ _ ___ _ _ |)", - R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)", - R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _| |)", - R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)", + R"(| ___ ___ ___ _ _ _ ___ ___ |)", + R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) | __| |)", + R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _|__ \ |)", + R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___/ |)", R"(| |)"/*, R"(+-------------------------------------------------------------+)"*/ };