SHA256
1
0
forked from pool/rpcs3

- Update to version 0.0.30~git20240224:

* Fix Apple Clang build
  * Block Rosetta on macOS 14.0, 14.1, and 14.2 (#15237)
  * improves sig_ctx handling, sys_net logging and fixes udpp2p protocol (#15235)
  * gui/input: only init and quit SDL once for all instances
  * gui/input; fix log message delta type
  * gui/input: include Carbon.h on apple
  * gui/input: let pad handlers know whether they are part of emulation
  * gui/input: implement pad navigation for maxOs
  * gui/input: use uinput for linux in gui_pad_thread
  * gui/input: add gui input with native events
  * sceNpBasicSendMessage fix

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=99
This commit is contained in:
Yunhe Guo 2024-02-25 14:25:16 +00:00 committed by Git OBS Bridge
parent 0f4afb9984
commit 098f64c370
5 changed files with 22 additions and 6 deletions

View File

@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">6b43e5c80ead8dd69b09e489ecd8d90840ad20a1</param></service></servicedata>
<param name="changesrevision">0f682b7da1986af202cb142388fa138fc682cc6d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7a759d9401e8f28f37ff862d09c83f59430c95d22e2e99249cc09e39cc4a793
size 54780632

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b7f58733279bd16ea76d89608935268ce1f942684bcbc72b816d5518fea4368
size 32942436

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 25 07:26:21 UTC 2024 - i@guoyunhe.me
- Update to version 0.0.30~git20240224:
* Fix Apple Clang build
* Block Rosetta on macOS 14.0, 14.1, and 14.2 (#15237)
* improves sig_ctx handling, sys_net logging and fixes udpp2p protocol (#15235)
* gui/input: only init and quit SDL once for all instances
* gui/input; fix log message delta type
* gui/input: include Carbon.h on apple
* gui/input: let pad handlers know whether they are part of emulation
* gui/input: implement pad navigation for maxOs
* gui/input: use uinput for linux in gui_pad_thread
* gui/input: add gui input with native events
* sceNpBasicSendMessage fix
-------------------------------------------------------------------
Fri Feb 23 11:39:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.30~git20240220
Version: 0.0.30~git20240224
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only
@ -116,7 +116,7 @@ echo "// This is a generated file.
## llvm intel-ittapi workarounds
# Work around git revision issues
sed -i -e 's:FATAL_ERROR:WARNING:g' llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
#sed -i -e 's:FATAL_ERROR:WARNING:g' llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
# Fix paths
mv intel-ittapi ittapi && mkdir intel-ittapi && mv ittapi intel-ittapi/