pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-beetle-psx: Update to 20180223



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Wed Feb 28 14:04:36 2018 +0000
Changeset:	daad4ca143ac405023a8340c16e49274503a93b3

Modified Files:
	libretro-beetle-psx/Makefile
	libretro-beetle-psx/distinfo

Log Message:
libretro-beetle-psx: Update to 20180223

Changes:

* Fix crash: loading any game after the first one crashes core.
* Use correct conversion specifier
* Refactor SetDisc calls into function
* Fix for #297 - Savestates broken in latest builds of PSX HW 0.9.44.1
* Rename "CPU Overclock" option into "GTE Overclock"
* Implement true CPU frequency scaling/overclocking
* Fix internal FPS counter
* Change ordering of CPU downclocking options for better usability
* Added GPU rasterizer overclock option
* Improve Internal FPS counter stability
* Update CPU code to match upstream
* Remove C++11 dependency
* Attempt to fix OSX build
* Some ios buildfixes
* GTE: fix regression in SQR
* GTE: fix regression in RTPS
* GTE: fix regression in RTPT

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=daad4ca143ac405023a8340c16e49274503a93b3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-beetle-psx/Makefile | 4 ++--
 libretro-beetle-psx/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libretro-beetle-psx/Makefile b/libretro-beetle-psx/Makefile
index e23517e8fc..67982bd8f7 100644
--- a/libretro-beetle-psx/Makefile
+++ b/libretro-beetle-psx/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	libretro-beetle-psx-20171207
+DISTNAME=	libretro-beetle-psx-20180223
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=	beetle-psx-libretro
-GITHUB_TAG=	c9a566475e4cc2ba072a97cbae315c97fe971867
+GITHUB_TAG=	7a7ae882ff2204ac14eeb7ffc3187eb913785fbc
 
 MAINTAINER=	nia.alarie%gmail.com@localhost
 HOMEPAGE=	https://docs.libretro.com/library/beetle_psx/
diff --git a/libretro-beetle-psx/distinfo b/libretro-beetle-psx/distinfo
index 2a16e2daa8..87eecdd35e 100644
--- a/libretro-beetle-psx/distinfo
+++ b/libretro-beetle-psx/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libretro-beetle-psx-20171207-c9a566475e4cc2ba072a97cbae315c97fe971867.tar.gz) = f8da375658ba51cf38fb3f11d8658b8c50c3d525
-RMD160 (libretro-beetle-psx-20171207-c9a566475e4cc2ba072a97cbae315c97fe971867.tar.gz) = e837384594704ea5b445d51b4f9fc46cccdbd923
-SHA512 (libretro-beetle-psx-20171207-c9a566475e4cc2ba072a97cbae315c97fe971867.tar.gz) = 54681682c6d4fb4c6a3f84e9f3e1095360012abc7c27e81e8b22871342ce670d985aa32d27672ea178c6285fb212811c580b873df1f67297b072f8670d1b4424
-Size (libretro-beetle-psx-20171207-c9a566475e4cc2ba072a97cbae315c97fe971867.tar.gz) = 2085432 bytes
+SHA1 (libretro-beetle-psx-20180223-7a7ae882ff2204ac14eeb7ffc3187eb913785fbc.tar.gz) = 6b4df1b7ddd5fbc785707cd533fd51cdab8f14bc
+RMD160 (libretro-beetle-psx-20180223-7a7ae882ff2204ac14eeb7ffc3187eb913785fbc.tar.gz) = bc47c7ad95adf06cc02b4bc169fa12955ff32851
+SHA512 (libretro-beetle-psx-20180223-7a7ae882ff2204ac14eeb7ffc3187eb913785fbc.tar.gz) = e23234c11fb4d1dc644d4c04771234c800a694dea495504b18b4451a0ac0df553b9162a6f3a68a64917b9034aef04dc8cd28b666d32a4aa31b3b934aae815bdf
+Size (libretro-beetle-psx-20180223-7a7ae882ff2204ac14eeb7ffc3187eb913785fbc.tar.gz) = 1974900 bytes


Home | Main Index | Thread Index | Old Index