From 8f256e3016fd845cdb99b4e04dc267d6d48569c0 Mon Sep 17 00:00:00 2001 From: Swung Date: Sun, 9 Feb 2025 10:50:13 +0800 Subject: [PATCH] misc: add artwork copyright --- src/main/cpp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cpp/main.c b/src/main/cpp/main.c index 7f61bbb..2ed595b 100644 --- a/src/main/cpp/main.c +++ b/src/main/cpp/main.c @@ -19,7 +19,7 @@ extern "C" { #endif -__attribute__((used)) const char* copyright = "Copyright (C) 2025 Swung0x48, BZLZHH, Tungsten. All rights reserved."; +__attribute__((used)) const char* copyright = "Copyright (C) 2025 Swung0x48, BZLZHH, Tungsten. All rights reserved.\nLogo artwork kindly provided by Aou156."; extern char* (*MesaConvertShader)(const char *src, unsigned int type, unsigned int glsl, unsigned int essl); void init_libshaderconv() {