From 73498b871ee13f1a792976796131d73e1796f427 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:12:30 +0100 Subject: [PATCH] Update main.c --- Source/TinyMemBenchNX/source/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/TinyMemBenchNX/source/main.c b/Source/TinyMemBenchNX/source/main.c index 9f509bc9..f7fe42db 100644 --- a/Source/TinyMemBenchNX/source/main.c +++ b/Source/TinyMemBenchNX/source/main.c @@ -907,6 +907,7 @@ int main(int argc, char* argv[]) (based on tinymembench-pthread, a multi-thread fork of simple benchmark for memory throughput and latency)\n\n"); printf("Copyright (c) 2011-2016 Siarhei Siamashka\n"); printf("Copyright (c) 2023 KazushiMe\n"); + printf("Copyright (c) 2023 hanai3Bi\n"); printf("Copyright (c) 2025 Souldbminer\n"); printf("\n"); @@ -1074,4 +1075,4 @@ latency: // Deinitialize and clean up resources used by the console (important!) consoleExit(NULL); return 0; -} \ No newline at end of file +}