mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
- credits, readme update
This commit is contained in:
parent
c47d9bbc98
commit
f10ee29ac0
15
README.txt
15
README.txt
@ -23,6 +23,10 @@ by michniewski and Tantric.
|
||||
|
||||
michniewski
|
||||
- added: Superscope/mouse/justifier support, with Wii remote
|
||||
- added: 3 render modes - Original, Filtered, Unfiltered
|
||||
- added: widescreen compensation option
|
||||
- added: DVD support on the Wii
|
||||
- changed: zoom - limited range, added reset zoom option
|
||||
|
||||
Tantric
|
||||
- added: now uses SNES 1.51 core (thanks to eke-eke for help with this)
|
||||
@ -244,7 +248,18 @@ HOME Emulator menu
|
||||
LT LT LT LT
|
||||
RT RT RT RT
|
||||
|
||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||
|0O×øo· SUPERSCOPE / MOUSE / JUSTIFIER SUPPORT ·oø×O0|
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
|
||||
Make sure you enable the superscope, mouse, or justifier in the controller
|
||||
options menu BEFORE loading the rom. If you have already loaded the rom
|
||||
and changed the setting, reset the game for the settings to take effect.
|
||||
|
||||
These controllers can be controlled by either the Gamecube controller analog
|
||||
sticks,the Classic controller analog sticks, or by aiming at the screen
|
||||
with the wiimote.
|
||||
(these configurations cannot be changed, yet)
|
||||
|
||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||
|0O×øo· ZIP SUPPORT ·oø×O0|
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* fileop.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* fileop.h
|
||||
|
@ -4,6 +4,7 @@
|
||||
* softdev July 2006
|
||||
* svpe June 2007
|
||||
* crunchy2 May-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* filesel.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* filesel.h
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* freeze.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* freeze.h
|
||||
|
@ -1,3 +1,11 @@
|
||||
/****************************************************************************
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* Michniewski 2008
|
||||
*
|
||||
* gui.cpp
|
||||
***************************************************************************/
|
||||
|
||||
#include <gccore.h>
|
||||
#include <ogcsys.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,10 @@
|
||||
/****************************************************************************
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* Michniewski 2008
|
||||
*
|
||||
* gui.h
|
||||
***************************************************************************/
|
||||
#ifndef __GUI_H__
|
||||
#define __GUI_H__
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May-June 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* input.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May-June 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* input.h
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May-June 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* menu.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May-June 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* menu.h
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 June 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* menudraw.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 June 2007
|
||||
* Michniewski 2008
|
||||
* Tantric August 2008
|
||||
*
|
||||
* menudraw.h
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* s9xconfig.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* s9xconfig.h
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* s9xsupport.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* snes9xGX.cpp
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* snes9xGX.h
|
||||
|
@ -2,6 +2,7 @@
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* crunchy2 April 2007-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* sram.cpp
|
||||
|
@ -2,6 +2,7 @@
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* crunchy2 April 2007-July 2007
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* sram.cpp
|
||||
|
@ -2,6 +2,7 @@
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* softdev July 2006
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* unzip.cpp
|
||||
|
@ -2,6 +2,7 @@
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* softdev July 2006
|
||||
* Michniewski 2008
|
||||
* Tantric September 2008
|
||||
*
|
||||
* unzip.h
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* softdev July 2006
|
||||
* crunchy2 May 2007
|
||||
* Michniewski 2008
|
||||
*
|
||||
* video.cpp
|
||||
*
|
||||
|
@ -2,6 +2,7 @@
|
||||
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||||
*
|
||||
* softdev July 2006
|
||||
* Michniewski 2008
|
||||
*
|
||||
* video.h
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user