Search found 111 matches

by Killa B
Thu Apr 09, 2009 4:57 am
Forum: ZSNES Talk
Topic: video mode problem
Replies: 3
Views: 1179

1.) Open the configuration file
2.) Find the line with "cvidmode=" on it
3.) Change this line to "cvidmode=2" (without quotes)
4.) Save the file
5.) Open ZSNES and change to your preferred settings
6.) Pray that these steps work, because I'm terrible at giving instructions
by Killa B
Thu Apr 09, 2009 4:51 am
Forum: bsnes Dev Talk
Topic: bsnes v0.042 released
Replies: 124
Views: 241004

Yes, that is precisely why I asked that question. :roll:
by Killa B
Thu Apr 09, 2009 4:43 am
Forum: bsnes Dev Talk
Topic: bsnes v0.042 released
Replies: 124
Views: 241004

Wow, how does one even go about obtaining so much ninja contraband? :o
by Killa B
Tue Apr 07, 2009 6:27 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.042 released
Replies: 124
Views: 241004

:(
Image

That is awesome, though. :P

I feel silly for asking this, but are the WIPs publicly available, or do you just use them for taking progress screenshots?
by Killa B
Mon Apr 06, 2009 3:01 am
Forum: bsnes Dev Talk
Topic: bsnes v0.042 released
Replies: 124
Views: 241004

nachch wrote: So, for example:
1. Alt+S, Enter (Load game...)
2. S, X (emulated buttons 'X', 'A' by default)
3. Oops, bsnes quits :)
Holy crap this actually happens. :shock:
by Killa B
Mon Mar 30, 2009 9:13 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.042 released
Replies: 124
Views: 241004

byuu wrote:deskRect.center().x() - (window->frameGeometry().right() - window->frameGeometry().left() + 1)
Dear God that is terrible. I guess you should just leave those lines alone, then. :shock:
by Killa B
Mon Mar 30, 2009 8:11 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.042 released
Replies: 124
Views: 241004

And if anyone can improve this, please do :D Most of that is over my head (I'm terrible with graphical stuff), but I think you can change window->move( deskRect.center().x() - (window->frameSize().width() / 2), deskRect.center().y() - (window->frameSize().height() / 2) ); to window->move(deskRect.c...
by Killa B
Tue Mar 24, 2009 6:32 am
Forum: ZSNES Talk
Topic: Quicksave? (like in snes9x (btw i am dumb))
Replies: 35
Views: 18642

So what exactly does it filter?

Snesx
Snes9
Nes9x
Ses9x

I hope it's one of those, or I'll actually feel dumb.

Edit: Damn, I feel dumb.
by Killa B
Wed Mar 04, 2009 3:23 am
Forum: bsnes Dev Talk
Topic: bsnes v0.039 released
Replies: 525
Views: 279721

I wasn't happy with the old system of requiring the user to download them (with instructions only in English), and having them appear much farther after the official releases. You could always add functionality to the program to download the translations from a Language menu. I see where you're com...
by Killa B
Tue Mar 03, 2009 3:49 pm
Forum: bsnes Dev Talk
Topic: Idea: bsnes logo contest
Replies: 414
Views: 297024

I really like D's:
D-- wrote:Image
It's so beautiful. :cry:

This one is also pretty nice:
Gleasonator wrote:Image
I'm not particularly fond of the font used, however.
by Killa B
Sat Feb 07, 2009 10:47 pm
Forum: bsnes General Discussion
Topic: Instruct others how to compile bsnes on your OS
Replies: 11
Views: 24919

Arch Linux Normal: wget http://aur.archlinux.org/packages/bsnes/bsnes.tar.gz tar -xzf bsnes.tar.gz cd bsnes/ makepkg # The wildcards compensate for different architectures and version numbers sudo pacman -U bsnes-*.pkg.tar.gz With Yaourt: yaourt -S bsnes :) The bsnes package maintainer is named vEX...