[Scummvm-git-logs] scummvm master -> c6621773efea42739a7fc8a22a66a8f02782d53e

lotharsm serra at scummvm.org
Fri Jun 7 08:34:02 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c6621773ef CREDITS: Add cpasjuste and myself to Nintendo Switch


Commit: c6621773efea42739a7fc8a22a66a8f02782d53e
    https://github.com/scummvm/scummvm/commit/c6621773efea42739a7fc8a22a66a8f02782d53e
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2019-06-07T08:33:58+02:00

Commit Message:
CREDITS: Add cpasjuste and myself to Nintendo Switch

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index 251ec61..4fd8f0c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -367,6 +367,10 @@ ScummVM Team
        Bertrand Augereau            - HQ software scaler
        Neil Millstone
 
+    Nintendo Switch:
+       Cpasjuste
+       rsn8887
+
     OpenPandora:
        John Willis
 
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 968a242..da97c36 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -976,6 +976,11 @@ begin_credits("Credits");
 				add_person("Neil Millstone", "agent-q", "");
 			end_section();
 
+			begin_section("Nintendo Switch");
+				add_person("", "Cpasjuste", "");
+				add_person("", "rsn8887", "");
+			end_section();
+
 			begin_section("OpenPandora");
 				add_person("John Willis", "DJWillis", "");
 			end_section();
diff --git a/gui/credits.h b/gui/credits.h
index c7ce3e2..ce3de39 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -452,6 +452,10 @@ static const char *credits[] = {
 "C2""HQ software scaler",
 "C0""Neil Millstone",
 "",
+"C1""Nintendo Switch",
+"C0""Cpasjuste",
+"C0""rsn8887",
+"",
 "C1""OpenPandora",
 "C0""John Willis",
 "",





More information about the Scummvm-git-logs mailing list