Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=192
This commit is contained in:
parent
9d326ba302
commit
7cd2434ac4
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">53e254d352986dc1093c620c58075189fd714a65</param></service></servicedata>
|
||||
<param name="changesrevision">5414c12a152f2a23f54fc0d655e82707bb07b022</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f076a8ec5261a6f2abd1ee040c2d157a52818062e2ce5b61c6c36438de596f25
|
||||
size 171226456
|
3
ppsspp-1.8.0~git20190402.tar.xz
Normal file
3
ppsspp-1.8.0~git20190402.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68e16aaa842064146b793049cc7872b30a3787dbf08406602e844910ff3bb52d
|
||||
size 171260088
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 03 19:04:52 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.8.0~git20190402:
|
||||
* interp: Cleanup prefix/size in vcrsp/vqmul.
|
||||
* interp: Handle invalid swizzle for vmin/vmax.
|
||||
* interp: Correct vwbn and vlgb size behavior.
|
||||
* interp: Better prefixes for vdiv/similar ops.
|
||||
* interp: Correct prefixes on vdot/vhdp.
|
||||
* interp: Handle prefixes on matrix init ops.
|
||||
* interp: Correct vsgn out of swizzle bounds.
|
||||
* interp: Handle vsgn prefixing.
|
||||
* Jit: Ignore high bit in vmfvc/vmtvc.
|
||||
* interp: Ignore high bit in vmfvc/vmtvc.
|
||||
* interp: Handle invalid swizzle in vsge/vslt.
|
||||
* interp: Implement vcrs prefixes and sizes.
|
||||
* interp: Correct simple vmov variant prefixing.
|
||||
* interp: Correct vdet prefix handling.
|
||||
* interp: Correct prefixes in vsrt ops.
|
||||
* interp: Correct prefixes for vsbn/vsbz.
|
||||
* interp: Cleanup vsocp size handling.
|
||||
* interp: Correct size handling for vi2x ops.
|
||||
* interp: Correct swizzle on vx2i ops.
|
||||
* interp: Don't write lane 2 on single colorconv.
|
||||
* interp: Correct some negative invalid zero cases.
|
||||
* interp: Force vscmp result of invalid to zero.
|
||||
* interp: Correct vfim for -inf and similar.
|
||||
* interp: Correct vmfvc register behavior.
|
||||
* interp: Handle wrong sizes of vf2h/vh2f.
|
||||
* interp: Correct vrnd prefix handling.
|
||||
* interp: Match actual vdiv prefix handling.
|
||||
* interp: Mask moves to vfpu ctrl.
|
||||
* interp: Handle NAN more correctly in vscmp.
|
||||
* interp: Handle flush prefixes slightly better.
|
||||
* interp: Handle prefixes for Vmmov/Vmmul/Vmscl.
|
||||
* interp: Handle vrot prefixes mostly correctly.
|
||||
* interp: Use a helper to generate prefix consts.
|
||||
* interp: Properly apply mask on single lane ops.
|
||||
* interp: Generate constants using prefixes.
|
||||
* interp: Correct vscl prefix handling.
|
||||
* interp: Fix vbfy prefix handling.
|
||||
* interp: Mask value in vpfxd.
|
||||
* interp: Confirm vi2f/vf2i prefix handling.
|
||||
* interp: Apply T prefix to D in vcmov.
|
||||
* interp: Correct behavior for matrixes with size=1.
|
||||
* interp: Handle abs/neg on nan values better.
|
||||
* IR: Use interp for unhandled prefix cases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 30 14:38:58 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.8.0~git20190327
|
||||
Version: 1.8.0~git20190402
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user