[Scummvm-cvs-logs] SF.net SVN: scummvm:[47988] scummvm/trunk
Hkz at users.sourceforge.net
Hkz at users.sourceforge.net
Mon Feb 8 12:44:29 CET 2010
Revision: 47988
http://scummvm.svn.sourceforge.net/scummvm/?rev=47988&view=rev
Author: Hkz
Date: 2010-02-08 11:44:29 +0000 (Mon, 08 Feb 2010)
Log Message:
-----------
Add N64 backend to credits
Modified Paths:
--------------
scummvm/trunk/AUTHORS
scummvm/trunk/backends/platform/n64/Makefile
scummvm/trunk/gui/credits.h
scummvm/trunk/tools/credits.pl
Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS 2010-02-08 10:02:18 UTC (rev 47987)
+++ scummvm/trunk/AUTHORS 2010-02-08 11:44:29 UTC (rev 47988)
@@ -180,6 +180,9 @@
Maemo:
Frantisek Dufka
+ Nintendo 64:
+ Fabio Battaglia
+
Nintendo DS:
Neil Millstone
Modified: scummvm/trunk/backends/platform/n64/Makefile
===================================================================
--- scummvm/trunk/backends/platform/n64/Makefile 2010-02-08 10:02:18 UTC (rev 47987)
+++ scummvm/trunk/backends/platform/n64/Makefile 2010-02-08 11:44:29 UTC (rev 47988)
@@ -33,7 +33,7 @@
LIBS += -lm -lstdc++ -lc -lgcc -lz -lnosys
-CXXFLAGS = -g -mno-extern-sdata -O2 -fomit-frame-pointer -march=vr4300 -mtune=vr4300 -mhard-float -fno-rtti -fno-exceptions -Wno-multichar -Wshadow -I$(LIBN64PATH) -I$(TOOLPATH)/include -I./ -I$(srcdir) -I$(srcdir)/engines
+CXXFLAGS = -g -mno-extern-sdata -O2 --param max-inline-insns-auto=20 -fomit-frame-pointer -march=vr4300 -mtune=vr4300 -mhard-float -fno-rtti -fno-exceptions -Wno-multichar -Wshadow -I$(LIBN64PATH) -I$(TOOLPATH)/include -I./ -I$(srcdir) -I$(srcdir)/engines
LDFLAGS = -g -march=vr4300 -mtune=vr4300 -nodefaultlibs -nostartfiles -mno-crt0 -L$(LIBN64PATH) -L$(TOOLPATH)/lib $(LIBS) -T n64ld_cpp.x -Xlinker -Map -Xlinker scummvm.map
TARGET = scummvm
Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h 2010-02-08 10:02:18 UTC (rev 47987)
+++ scummvm/trunk/gui/credits.h 2010-02-08 11:44:29 UTC (rev 47988)
@@ -202,6 +202,9 @@
"C1""Maemo",
"C0""Frantisek Dufka",
"",
+"C1""Nintendo 64",
+"C0""Fabio Battaglia",
+"",
"C1""Nintendo DS",
"C0""Neil Millstone",
"",
Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl 2010-02-08 10:02:18 UTC (rev 47987)
+++ scummvm/trunk/tools/credits.pl 2010-02-08 11:44:29 UTC (rev 47988)
@@ -681,6 +681,10 @@
add_person("Frantisek Dufka", "fanoush", "");
end_section();
+ begin_section("Nintendo 64");
+ add_person("Fabio Battaglia", "Hkz", "");
+ end_section();
+
begin_section("Nintendo DS");
add_person("Neil Millstone", "agent-q", "");
end_section();
@@ -691,7 +695,7 @@
begin_section("PocketPC / WinCE");
add_person("Nicolas Bacca", "arisme", "(retired)");
- add_person("Kostas Nakos", "Jubanka", "");
+ add_person("Kostas Nakos", "Jubanka", "");
end_section();
begin_section("PlayStation 2");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list