forked from pool/rpcs3
Accepting request 585456 from home:xenonpk
- Update to version 0.0.5~git20180309: * ppu/sys_interrupt: add stack_reset command to fix sys_interrupt stack overflowing * rsx: Fix alpha test on VK/GL Moving alpha test outside of fp_main. This enforces alpha test is still done even if shader asm has early return - Update to version 0.0.5~git20180307: * rsx: add vertex data base to offset and mask before translating address - Update to version 0.0.5~git20180306: * Update Vulkan-LoadAndValidationLayers to make CI work again - Update to version 0.0.5~git20180305: * gui/themes: YoRHa by Ani - Bugfixes * gui: Fix typos and clean up Engrish (#4250) - Update to version 0.0.5~git20180303: * cellGame: Fix cellDiscGameGetBootDiscInfo return values (#4241) * Qt: enable background images for floating dock widgets * [HLE] First steps to Playstation Move (#4083) - Update to version 0.0.5~git20180301: * Fix boot game crash * Improve TTY output * Optimize SPU interpreter * CPUTranslator: implement ICmp ops - Update to version 0.0.5~git20180301: * Qt: fix dockwidget background - Update to version 0.0.5~git20180301: * gui/themes: YoRHa by Ani * Add 2-channels mode for cellAudioOutGetDeviceInfo * Change return of function "sceNpMatching2Init" to CELL_OK * Fix Boot regression introduced by #4158 * Qt: enable custom fonts for stylesheets and add random object names * Make cellNetCtlGetInfo returns the correct value in disconnected mode * spu/interp: optimize floating point exception checking * Qt: ask for cache and config removal on app remove (#4016) * Improve GDB debug server (#4027) * Qt: simplify Boot options a bit (#4158) - Update to version 0.0.5~git20180228: * Fix firmware installation for vfs * Qt: remove gamelist toolbar * Add callbacks for cellStorage * Add callbacks for cellUserInfo * Add callbacks for cellPhotoImport * Add callbacks for cellSysconf * Add callbacks for cellCrossController * Add callbacks for cellPrint * Add callbacks for cellPhotoDecode * Add callbacks for cellMusicExport * Add callbacks for cellMusicDecode * Refactor .travis.yml and qt installation OBS-URL: https://build.opensuse.org/request/show/585456 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=17
This commit is contained in:
parent
efb4370023
commit
7533b94fde
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">7753ac60b05bd6c77411c6e46bbbbc9ee9c7afb5</param></service></servicedata>
|
||||
<param name="changesrevision">7bbadfd08bc2d6c3da98ecc7edd00a7e837138e3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afd4b0ef489eb4dcba1d947ce630da4b9a8edf1f2d5629efba27bf792accdb19
|
||||
size 171433080
|
3
rpcs3-0.0.5~git20180309.tar.xz
Normal file
3
rpcs3-0.0.5~git20180309.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36c3a7661943eec39ce2293b671956885fc59f9766344ef92829bed1dc90b104
|
||||
size 171917812
|
109
rpcs3.changes
109
rpcs3.changes
@ -1,12 +1,99 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 25 15:26:50 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Sat Mar 10 19:12:35 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180309:
|
||||
* ppu/sys_interrupt: add stack_reset command to fix sys_interrupt stack overflowing
|
||||
* rsx: Fix alpha test on VK/GL Moving alpha test outside of fp_main. This enforces alpha test is still done even if shader asm has early return
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 08 18:18:48 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180307:
|
||||
* rsx: add vertex data base to offset and mask before translating address
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 06 18:56:48 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180306:
|
||||
* Update Vulkan-LoadAndValidationLayers to make CI work again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 06 14:24:33 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180305:
|
||||
* gui/themes: YoRHa by Ani - Bugfixes
|
||||
* gui: Fix typos and clean up Engrish (#4250)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 03 12:16:30 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180303:
|
||||
* cellGame: Fix cellDiscGameGetBootDiscInfo return values (#4241)
|
||||
* Qt: enable background images for floating dock widgets
|
||||
* [HLE] First steps to Playstation Move (#4083)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 02 13:44:16 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180301:
|
||||
* Fix boot game crash
|
||||
* Improve TTY output
|
||||
* Optimize SPU interpreter
|
||||
* CPUTranslator: implement ICmp ops
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 01 13:45:11 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180301:
|
||||
* Qt: fix dockwidget background
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 01 10:50:33 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180301:
|
||||
* gui/themes: YoRHa by Ani
|
||||
* Add 2-channels mode for cellAudioOutGetDeviceInfo
|
||||
* Change return of function "sceNpMatching2Init" to CELL_OK
|
||||
* Fix Boot regression introduced by #4158
|
||||
* Qt: enable custom fonts for stylesheets and add random object names
|
||||
* Make cellNetCtlGetInfo returns the correct value in disconnected mode
|
||||
* spu/interp: optimize floating point exception checking
|
||||
* Qt: ask for cache and config removal on app remove (#4016)
|
||||
* Improve GDB debug server (#4027)
|
||||
* Qt: simplify Boot options a bit (#4158)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 13:56:23 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180228:
|
||||
* Fix firmware installation for vfs
|
||||
* Qt: remove gamelist toolbar
|
||||
* Add callbacks for cellStorage
|
||||
* Add callbacks for cellUserInfo
|
||||
* Add callbacks for cellPhotoImport
|
||||
* Add callbacks for cellSysconf
|
||||
* Add callbacks for cellCrossController
|
||||
* Add callbacks for cellPrint
|
||||
* Add callbacks for cellPhotoDecode
|
||||
* Add callbacks for cellMusicExport
|
||||
* Add callbacks for cellMusicDecode
|
||||
* Refactor .travis.yml and qt installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 00:48:01 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180225:
|
||||
* fix spu interpreter single stepping
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 25 15:26:50 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180225:
|
||||
* Add CELL_GAMEUPDATE_RESULT_STATUS_* enum
|
||||
* Checks for content_id in sceNpDrmVerifyUpgradeLicense and sceNpDrmVerifyUpgradeLicense2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 23:03:33 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Sat Feb 24 23:03:33 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.5~git20180224:
|
||||
* RPCS3 0.0.5: Versioning Changes (Hotfix) (#4208)
|
||||
@ -16,19 +103,19 @@ Sat Feb 24 23:03:33 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
* Add callbacks for cellMusic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 22:12:57 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Fri Feb 23 22:12:57 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180223:
|
||||
* Fix quoting in cmake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 11:49:59 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Fri Feb 23 11:49:59 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180223:
|
||||
* Update for Qt 5.10 (#4202)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 18:39:56 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Thu Feb 22 18:39:56 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180222:
|
||||
* Qt: use setAttribute(AA_DisableWindowContextHelpButton) instead of flags
|
||||
@ -41,7 +128,7 @@ Thu Feb 22 18:39:56 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
* disasm: clamp spu address
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 12:01:19 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Tue Feb 20 12:01:19 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180219:
|
||||
* add kdevelop to gitignore
|
||||
@ -50,20 +137,20 @@ Tue Feb 20 12:01:19 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
* Add an easy way for package builders to disable native cpu optimizations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 18 23:16:54 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Sun Feb 18 23:16:54 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180219:
|
||||
* Qt: fix gamegrid scroll
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 18 16:49:34 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Sun Feb 18 16:49:34 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180218:
|
||||
* Add flag for rockband. Tests have shown it independent other flags. But, actual use is currently not known.
|
||||
* hle: return enosys on unpresented syscalls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 13:41:46 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Fri Feb 16 13:41:46 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180216:
|
||||
* rsx/gl: Hotfix for GL format compatibility check when high precision depth buffers is enabled
|
||||
@ -85,7 +172,7 @@ Fri Feb 16 13:41:46 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
* rsx: Reorganize framebuffer setup code - Fixes some fast paths for framebuffer creation and binding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 21:42:43 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Mon Feb 12 21:42:43 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180212:
|
||||
* hle: gpio syscalls
|
||||
@ -100,7 +187,7 @@ Mon Feb 12 21:42:43 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
* CPUTranslator: add bitcast, trunc, zext, sext
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 11 18:03:47 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Sun Feb 11 18:03:47 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 0.0.4~git20180209:
|
||||
* Clean vm::ps3 namespace use
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.5~git20180225
|
||||
Version: 0.0.5~git20180309
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0
|
||||
@ -70,8 +70,9 @@ An open-source PlayStation 3 emulator/debugger written in C++.
|
||||
#Force Link with shared LLVM libs
|
||||
#-e 's|llvm_map_components_to_libnames(LLVM_LIBS .*)|set(LLVM_LIBS LLVM)|g' \
|
||||
sed -i \
|
||||
-e 's|Qt5 5.[0-9]\+|Qt5|g' \
|
||||
-e 's|-march=native|-msse -msse2 -mcx16 -mrtm|g' \
|
||||
rpcs3/CMakeLists.txt
|
||||
%{name}/CMakeLists.txt
|
||||
|
||||
#Generate Version Strings
|
||||
GIT_VERSION=$(echo %{version} | sed 's|.*git|git~|g')
|
||||
|
Loading…
Reference in New Issue
Block a user