Update to 1.51.78:
Changes for version 78 * Fixed an issue where, after failing to load a ROM, the emulator would be paused forever. * Added a toggle to joypad configuration to allow or disallow direct use of modifier keys. * Changed the option to disable screensaver so that it uses XResetScreenSaver and xdg-screensaver due to XTestFakeKeyEvent being removed in the latest X.org release. Changes for version 77 * Added pt_BR translation. [Tiberio Vitor] * Fixed a bug where the sound driver would switch from SDL in the Preferences dialog if one of OSS or PortAudio was not installed.
This commit is contained in:
parent
176dba4f3b
commit
c9c087d8b1
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.9 2009/09/09 23:36:45 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2009/10/20 15:34:53 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= snes9x-1.51-src-gtk-76
|
||||
PKGNAME= snes9x-gtk-1.51.76
|
||||
DISTNAME= snes9x-1.51-src-gtk-78
|
||||
PKGNAME= snes9x-gtk-1.51.78
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://snes9x-gtk.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2009/09/09 23:36:45 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2009/10/20 15:34:53 wiz Exp $
|
||||
|
||||
SHA1 (snes9x-1.51-src-gtk-76.tar.bz2) = b7f063106cda56148b16b40fdbbb720cd225d1c7
|
||||
RMD160 (snes9x-1.51-src-gtk-76.tar.bz2) = def7a1c1e5ede817a474c821589e64c3ddc8b495
|
||||
Size (snes9x-1.51-src-gtk-76.tar.bz2) = 892015 bytes
|
||||
SHA1 (snes9x-1.51-src-gtk-78.tar.bz2) = 7d1bde82080f34bf4f16c2012a3bbaa886c6510c
|
||||
RMD160 (snes9x-1.51-src-gtk-78.tar.bz2) = f48bdf4cf4240f8bf7bca989bd97a971fdf1bde7
|
||||
Size (snes9x-1.51-src-gtk-78.tar.bz2) = 894388 bytes
|
||||
SHA1 (patch-aa) = 90b1624c04d7640fe87078e9309ade35693fd8e9
|
||||
|
|
Loading…
Reference in a new issue