From 316f8221a29de2a48cf8f8d941650aa8feae17dd Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 27 Jan 2010 22:20:37 +0000 Subject: [PATCH] update headers --- readme.txt | 2 +- source/ngc/audio.cpp | 3 ++- source/ngc/audio.h | 3 ++- source/ngc/button_mapping.c | 4 ++-- source/ngc/button_mapping.h | 4 ++-- source/ngc/cheatmgr.cpp | 4 ++-- source/ngc/filebrowser.cpp | 4 ++-- source/ngc/filebrowser.h | 4 ++-- source/ngc/filelist.h | 4 ++-- source/ngc/fileop.cpp | 4 ++-- source/ngc/fileop.h | 4 ++-- source/ngc/filter.cpp | 2 +- source/ngc/filter.h | 2 +- source/ngc/freeze.cpp | 4 ++-- source/ngc/freeze.h | 4 ++-- source/ngc/gcunzip.cpp | 4 ++-- source/ngc/gcunzip.h | 4 ++-- source/ngc/http.cpp | 2 +- source/ngc/http.h | 4 ++-- source/ngc/input.cpp | 4 ++-- source/ngc/input.h | 4 ++-- source/ngc/memfile.cpp | 4 ++-- source/ngc/memfile.h | 4 ++-- source/ngc/menu.cpp | 6 +++--- source/ngc/menu.h | 4 ++-- source/ngc/networkop.cpp | 4 ++-- source/ngc/networkop.h | 4 ++-- source/ngc/patch.cpp | 4 ++-- source/ngc/preferences.cpp | 4 ++-- source/ngc/preferences.h | 4 ++-- source/ngc/s9xsupport.cpp | 4 ++-- source/ngc/snes9xGX.cpp | 4 ++-- source/ngc/snes9xGX.h | 4 ++-- source/ngc/sram.cpp | 4 ++-- source/ngc/sram.h | 4 ++-- source/ngc/video.cpp | 4 ++-- source/ngc/video.h | 4 ++-- 37 files changed, 71 insertions(+), 69 deletions(-) diff --git a/readme.txt b/readme.txt index 6959745..c086866 100644 --- a/readme.txt +++ b/readme.txt @@ -26,7 +26,7 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | FEATURES | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• -* Based on Snes9x 1.51 +* Based on Snes9x 1.52 * Wiimote, Nunchuk, Classic, and Gamecube controller support * SNES Superscope, Mouse, Justifier support * Cheat support diff --git a/source/ngc/audio.cpp b/source/ngc/audio.cpp index 788b7cd..2442a11 100644 --- a/source/ngc/audio.cpp +++ b/source/ngc/audio.cpp @@ -1,7 +1,8 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 + * Tantric 2008-2010 * * audio.cpp * diff --git a/source/ngc/audio.h b/source/ngc/audio.h index bcd63f8..4f09cfd 100644 --- a/source/ngc/audio.h +++ b/source/ngc/audio.h @@ -1,7 +1,8 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 + * Tantric 2008-2010 * * audio.h * diff --git a/source/ngc/button_mapping.c b/source/ngc/button_mapping.c index da7b191..b3c5ff1 100644 --- a/source/ngc/button_mapping.c +++ b/source/ngc/button_mapping.c @@ -1,8 +1,8 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * michniewski August 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * button_mapping.c * diff --git a/source/ngc/button_mapping.h b/source/ngc/button_mapping.h index 16e117b..fa9f1fa 100644 --- a/source/ngc/button_mapping.h +++ b/source/ngc/button_mapping.h @@ -1,8 +1,8 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * michniewski August 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * button_mapping.h * diff --git a/source/ngc/cheatmgr.cpp b/source/ngc/cheatmgr.cpp index 7ec5d25..7e32fae 100644 --- a/source/ngc/cheatmgr.cpp +++ b/source/ngc/cheatmgr.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2009 + * Tantric 2008-2010 * * cheatmgr.cpp * diff --git a/source/ngc/filebrowser.cpp b/source/ngc/filebrowser.cpp index 7cbd3e2..18e153f 100644 --- a/source/ngc/filebrowser.cpp +++ b/source/ngc/filebrowser.cpp @@ -1,11 +1,11 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * svpe June 2007 * crunchy2 May-July 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * filebrowser.cpp * diff --git a/source/ngc/filebrowser.h b/source/ngc/filebrowser.h index 0635ab2..2965c55 100644 --- a/source/ngc/filebrowser.h +++ b/source/ngc/filebrowser.h @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * filebrowser.h * diff --git a/source/ngc/filelist.h b/source/ngc/filelist.h index 033c777..dd63922 100644 --- a/source/ngc/filelist.h +++ b/source/ngc/filelist.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric January 2009 + * Tantric 2009-2010 * * filelist.h * diff --git a/source/ngc/fileop.cpp b/source/ngc/fileop.cpp index 0c4ba03..3fe9c8d 100644 --- a/source/ngc/fileop.cpp +++ b/source/ngc/fileop.cpp @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * fileop.cpp * diff --git a/source/ngc/fileop.h b/source/ngc/fileop.h index f67ccb9..a86385c 100644 --- a/source/ngc/fileop.h +++ b/source/ngc/fileop.h @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric August 2008 + * Tantric 2008-2010 * * fileop.h * diff --git a/source/ngc/filter.cpp b/source/ngc/filter.cpp index 57fdda0..5f2ec9c 100644 --- a/source/ngc/filter.cpp +++ b/source/ngc/filter.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * Michniewski 2008 * diff --git a/source/ngc/filter.h b/source/ngc/filter.h index b0bac7f..ccae914 100644 --- a/source/ngc/filter.h +++ b/source/ngc/filter.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * Michniewski 2008 * diff --git a/source/ngc/freeze.cpp b/source/ngc/freeze.cpp index e80c576..5f0bf1f 100644 --- a/source/ngc/freeze.cpp +++ b/source/ngc/freeze.cpp @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * freeze.cpp ***************************************************************************/ diff --git a/source/ngc/freeze.h b/source/ngc/freeze.h index 55cf43d..dfb5220 100644 --- a/source/ngc/freeze.h +++ b/source/ngc/freeze.h @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric August 2008 + * Tantric 2008-2010 * * freeze.h ***************************************************************************/ diff --git a/source/ngc/gcunzip.cpp b/source/ngc/gcunzip.cpp index 764d1fe..ad95750 100644 --- a/source/ngc/gcunzip.cpp +++ b/source/ngc/gcunzip.cpp @@ -1,9 +1,9 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * Michniewski 2008 - * Tantric September 2008 + * Tantric 2008-2010 * * gcunzip.cpp * diff --git a/source/ngc/gcunzip.h b/source/ngc/gcunzip.h index f5a1cde..9b606bf 100644 --- a/source/ngc/gcunzip.h +++ b/source/ngc/gcunzip.h @@ -1,9 +1,9 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * Michniewski 2008 - * Tantric September 2008 + * Tantric 2008-2010 * * gcunzip.h * diff --git a/source/ngc/http.cpp b/source/ngc/http.cpp index 0b056c8..c34d139 100644 --- a/source/ngc/http.cpp +++ b/source/ngc/http.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * Tantric December 2008 * diff --git a/source/ngc/http.h b/source/ngc/http.h index 4ee8292..3f9eb35 100644 --- a/source/ngc/http.h +++ b/source/ngc/http.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric December 2008 + * Tantric 2008-2010 * * http.h * diff --git a/source/ngc/input.cpp b/source/ngc/input.cpp index eab7989..d59caa2 100644 --- a/source/ngc/input.cpp +++ b/source/ngc/input.cpp @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May-June 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * input.cpp * diff --git a/source/ngc/input.h b/source/ngc/input.h index 45524a1..20a379b 100644 --- a/source/ngc/input.h +++ b/source/ngc/input.h @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May-June 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * input.h * diff --git a/source/ngc/memfile.cpp b/source/ngc/memfile.cpp index cb6909b..5fdfdb2 100644 --- a/source/ngc/memfile.cpp +++ b/source/ngc/memfile.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric October 2008 + * Tantric 2008-2010 * * memfile.cpp * diff --git a/source/ngc/memfile.h b/source/ngc/memfile.h index bde636e..ce932bb 100644 --- a/source/ngc/memfile.h +++ b/source/ngc/memfile.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric October 2008 + * Tantric 2008-2010 * * memfile.h * diff --git a/source/ngc/menu.cpp b/source/ngc/menu.cpp index c1596a9..7bba324 100644 --- a/source/ngc/menu.cpp +++ b/source/ngc/menu.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2009 + * Tantric 2008-2010 * * menu.cpp * @@ -815,7 +815,7 @@ static void WindowCredits(void * ptr) txt[i]->SetPosition(320,y); i++; y+=24; txt[i] = new GuiText("eke-eke, others"); txt[i]->SetPosition(320,y); i++; y+=24; - txt[i] = new GuiText("Snes9x 1.5.1"); + txt[i] = new GuiText("Snes9x"); txt[i]->SetPosition(50,y); i++; txt[i] = new GuiText("Snes9x Team"); txt[i]->SetPosition(320,y); i++; y+=24; diff --git a/source/ngc/menu.h b/source/ngc/menu.h index eac90ee..2bcd049 100644 --- a/source/ngc/menu.h +++ b/source/ngc/menu.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2009 + * Tantric 2008-2010 * * menu.h * diff --git a/source/ngc/networkop.cpp b/source/ngc/networkop.cpp index 1b5bb32..6c8b5ae 100644 --- a/source/ngc/networkop.cpp +++ b/source/ngc/networkop.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric December 2008 + * Tantric 2008-2010 * * networkop.cpp * diff --git a/source/ngc/networkop.h b/source/ngc/networkop.h index bee4466..a7eba36 100644 --- a/source/ngc/networkop.h +++ b/source/ngc/networkop.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric December 2008 + * Tantric 2008-2010 * * networkop.h * diff --git a/source/ngc/patch.cpp b/source/ngc/patch.cpp index 2901d86..aa275bb 100644 --- a/source/ngc/patch.cpp +++ b/source/ngc/patch.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric October 2008 + * Tantric 2008-2010 * * patch.cpp * diff --git a/source/ngc/preferences.cpp b/source/ngc/preferences.cpp index 4f03104..a515e6b 100644 --- a/source/ngc/preferences.cpp +++ b/source/ngc/preferences.cpp @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2009 + * Tantric 2008-2010 * * preferences.cpp * diff --git a/source/ngc/preferences.h b/source/ngc/preferences.h index d2578f6..3f766d3 100644 --- a/source/ngc/preferences.h +++ b/source/ngc/preferences.h @@ -1,7 +1,7 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2009 + * Tantric 2008-2010 * * preferences.h * diff --git a/source/ngc/s9xsupport.cpp b/source/ngc/s9xsupport.cpp index 3759fa9..5dc399f 100644 --- a/source/ngc/s9xsupport.cpp +++ b/source/ngc/s9xsupport.cpp @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * s9xsupport.cpp * diff --git a/source/ngc/snes9xGX.cpp b/source/ngc/snes9xGX.cpp index 80b7cac..54285bb 100644 --- a/source/ngc/snes9xGX.cpp +++ b/source/ngc/snes9xGX.cpp @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * snes9xGX.cpp * diff --git a/source/ngc/snes9xGX.h b/source/ngc/snes9xGX.h index 01e5b21..828cf8d 100644 --- a/source/ngc/snes9xGX.h +++ b/source/ngc/snes9xGX.h @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric September 2008 + * Tantric 2008-2010 * * snes9xGX.h * diff --git a/source/ngc/sram.cpp b/source/ngc/sram.cpp index 9df50c8..9d64aac 100644 --- a/source/ngc/sram.cpp +++ b/source/ngc/sram.cpp @@ -1,9 +1,9 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * crunchy2 April 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * sram.cpp * diff --git a/source/ngc/sram.h b/source/ngc/sram.h index 172529d..dc345e9 100644 --- a/source/ngc/sram.h +++ b/source/ngc/sram.h @@ -1,9 +1,9 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * crunchy2 April 2007-July 2007 * Michniewski 2008 - * Tantric September 2008 + * Tantric 2008-2010 * * sram.cpp * diff --git a/source/ngc/video.cpp b/source/ngc/video.cpp index 32e3fc7..bfeddae 100644 --- a/source/ngc/video.cpp +++ b/source/ngc/video.cpp @@ -1,10 +1,10 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * video.cpp * diff --git a/source/ngc/video.h b/source/ngc/video.h index 68c98af..fea6d21 100644 --- a/source/ngc/video.h +++ b/source/ngc/video.h @@ -1,9 +1,9 @@ /**************************************************************************** - * Snes9x 1.51 Nintendo Wii/Gamecube Port + * Snes9x Nintendo Wii/Gamecube Port * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2009 + * Tantric 2008-2010 * * video.h *