It's not really major, but would it be possible to add a button to the About Box that opens http://zsnes-docs.sf.net ?
No big deal if this doesn't get done, but I thought it'd be nice to have in there since there's already a button that launches the ZSNES homepage.
Minor About Box Suggestion
Moderator: ZSNES Mods
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
ipher: Please add the button to W_S, I'll do the rest.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Locksmith of Hyrule
- Posts: 3634
- Joined: Sun Aug 08, 2004 7:49 am
- Location: 255.255.255.255
- Contact:
I know Nach told ipher he wanted it done in W_S, but I just wnatd to say that this'd actually be a good idea. 

<Nach> so why don't the two of you get your own room and leave us alone with this stupidity of yours?
NSRT here.
NSRT here.
-
- Rookie
- Posts: 15
- Joined: Sat Nov 19, 2005 4:25 am
As of this change, CVS compile fails for me (under Linux) when compiling with --enable-debug. The failure is:
For the record, compiling without --enable-debug works just fine.
The line number in question was not modified by the change (it is almost immediately adjacent to one which was), but the failure occurs nonetheless. I do not know what the cause of this problem is, but I thought it was probably worth reporting.nasm -w-orphan-labels -D__UNIXSDL__ -f elf -DELF -D__OPENGL__ -DDEBUG -g -F stabs -s -O0 -o gui/gui.o gui/gui.asm
gui/guimouse.inc:2981: error: short jump is out of range
make: *** [gui/gui.o] Error 1
For the record, compiling without --enable-debug works just fine.
-
- Rookie
- Posts: 15
- Joined: Sat Nov 19, 2005 4:25 am