aboutsummaryrefslogtreecommitdiff
path: root/emulators/snes9x/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix build (chase libusb to libusbhid)Kris Kennaway2002-09-292-6/+6
| | | | Notes: svn path=/head/; revision=67210
* Use sys/soundcard.h instead of machine/soundcard.hBrian Feldman2002-09-201-29/+30
| | | | Notes: svn path=/head/; revision=66877
* Update to version 1.37c with the major notable of having all of Kreed'sBrian Feldman2001-03-292-380/+13
| | | | | | | display filters built-in. Notes: svn path=/head/; revision=40528
* More fix for 4.x-RELEASEYukihiro Nakai2001-02-051-6/+5
| | | | | | | | PR: ports/24752 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> Notes: svn path=/head/; revision=37993
* More fix about usb support.Yukihiro Nakai2001-01-241-10/+7
| | | | Notes: svn path=/head/; revision=37512
* Add fix for 4.2-stable.Yukihiro Nakai2001-01-221-33/+41
| | | | Notes: svn path=/head/; revision=37424
* Update to 1.34aBrian Feldman2001-01-133-40/+31
| | | | Notes: svn path=/head/; revision=37169
* Add 2xSaI mode to Snes9X for Unix (X11); using the switch -2xsai, thisBrian Feldman2000-11-221-0/+367
| | | | | | | | is a "smarter" stretcher and interpolater by Kreed. It looks better than the -y TV mode :) Notes: svn path=/head/; revision=35331
* Actually have CFLAGS do something. Previously, the emulator has beenBrian Feldman2000-11-221-2/+2
| | | | | | | compiling with no optimization!! Notes: svn path=/head/; revision=35330
* Add a UHID joystick driver (USB Joysticks/GamePads/etc.) as theBrian Feldman2000-11-192-12/+414
| | | | | | | | | | | | FreeBSD machdep joystick handling code. Along with this, make a few cleanups, and add a new switch, "-joyshift", which enables USB HID numbering to start with the second gamepad. The upshot of all this is that I can now play two-player games and have second player on the gamepad. Yay! Notes: svn path=/head/; revision=35257
* Update to version 1.32.Brian Feldman2000-10-145-36/+109
| | | | Notes: svn path=/head/; revision=33802
* - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properlyYukihiro Nakai2000-04-161-4/+5
| | | | | | | | | | - Add WWW: line into pkg/DESCR PR: ports/17462 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27627
* Update to Snes9X 1.29, and get Makefile.alpha built.Brian Feldman2000-03-093-60/+54
| | | | Notes: svn path=/head/; revision=26682
* Snes9X needs to _not_ have USE_THREADS auto-defined for FreeBSD inBrian Feldman1999-12-297-543/+262
| | | | | | | | | | | | unix/unix.cpp to build, especially when the Makefile does not have it defined. Also, along with this, split the patches out into the customary one-file-per-patch chunks. I'm not ${MAINTAINER}, but nacai does not mind my working on the port :) Notes: svn path=/head/; revision=24226
* Update to 1.26Yukihiro Nakai1999-12-281-26/+24
| | | | Notes: svn path=/head/; revision=24193
* o Support CC/CXXChris Piazza1999-09-201-226/+292
| | | | | | | | | o Support CFLAGS/CXXFLAGS o Make this actually build on my system (alfred had the same problem, but, oddly enough, green didn't) Notes: svn path=/head/; revision=21797
* Snes9X is updated to 1.25.Brian Feldman1999-09-204-70/+514
| | | | | | | | | | | (And the villagers rejoiced!) Snes9X actually builds now. (And the villagers rejoiced!) Snes9X should actually work on the Alpha now. (And the villagers rejoiced!) Notes: svn path=/head/; revision=21770
* pgcc compiler is called pgcc, not egcs. The port still doesn't buildSatoshi Asami1999-09-111-2/+2
| | | | | | | | ("Internal compiler error"...probably pgcc's fault) but at least it will start compiling. Notes: svn path=/head/; revision=21664
* Update to 119aSeiichirou Hiraoka1999-07-021-8/+17
| | | | | | | | PR: ports/12485 Submitted by: nakai@maple.ocn.ne.jp Notes: svn path=/head/; revision=19954
* Update to 118eSeiichirou Hiraoka1999-03-313-75/+38
| | | | | | | | | | Now it comes with sound! But disabled the joystick PR: ports/10852 Submitted by: nakai@internetsolutions.co.jp Notes: svn path=/head/; revision=17497
* Update to 1.16a.Seiichirou Hiraoka1999-01-122-0/+98
Now this can build from source code. And can't use sound feature. Notes: svn path=/head/; revision=16016