From 891e42f17066f206d595d8bb974105e929081ff38bc22030da059463c3549b50 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Thu, 7 Jun 2018 19:12:52 +0000 Subject: [PATCH] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=53 --- _servicedata | 2 +- ppsspp-1.6.3~git20180606.tar.xz | 3 --- ppsspp-1.6.3~git20180607.tar.xz | 3 +++ ppsspp.changes | 41 +++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 46 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.6.3~git20180606.tar.xz create mode 100644 ppsspp-1.6.3~git20180607.tar.xz diff --git a/_servicedata b/_servicedata index 0c87958..e0f17f9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 9f1125ae333e93a04bfb405e196f95fba5152ed0 \ No newline at end of file + e4aef7209f582a0f05bbb20b7da58eac73ca6d2b \ No newline at end of file diff --git a/ppsspp-1.6.3~git20180606.tar.xz b/ppsspp-1.6.3~git20180606.tar.xz deleted file mode 100644 index 7e5ce3b..0000000 --- a/ppsspp-1.6.3~git20180606.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:080efad48f7dec0405c1c32095bb42f973edbbd8fe13f520298ec5a8ad1cfae5 -size 160098120 diff --git a/ppsspp-1.6.3~git20180607.tar.xz b/ppsspp-1.6.3~git20180607.tar.xz new file mode 100644 index 0000000..999e54f --- /dev/null +++ b/ppsspp-1.6.3~git20180607.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86342226421b61aad5cc64d1bc4dcf38dca5cd42797b82c6ad22559d044d478e +size 160102072 diff --git a/ppsspp.changes b/ppsspp.changes index f1cf769..582657c 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Jun 07 18:55:18 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.6.3~git20180607: + * jit: Remove unused breakpoint code. + * armjit: Enable breakpoints. + * arm64jit: Enable breakpoints. + * Debugger: Run memory breakpoints on mobile. + * Core: Remove sleep on stepping. + * Core: Wake up inactive waits on game exit. + * Debugger: Fix initialization issues. + * Core: Process stepping on other platforms. + * Core: Refactor stepping and locking. + * json: Switch to gason instead of vjson. + * json: Avoid encoding inf/nan in JSON. + * json: Be precise by default. + * json: Fix formatting of nested arrays/objects. + * json: Allow formatting read json back to writer. + * json: Actually include in build. + * json: Escape strings in the json writer. + * Debugger: Add assembler to build. + * net: Listen on ipv6 and ipv4. + * net: Support local ipv6 formatting. + * net: Support ipv6 lookups. + * Core: Remove some unused coreState funcs. + * UI: Use UISTATE_PAUSEMENU while game still running. + * Debugger: Consistently handle invalid addresses. + * Debugger: Add mutexing to disassembly manager. + * Debugger: Lock startup/shutdown for threadsafety. + * Debugger: Track a counter when entering stepping. + * Debugger: Allow multiple clients more properly. + * GLES: Removed unused skip copy code. + * GPU: Use unordered_map for tempFBOs. + * GPU: Minor framebuffer code cleanup. + * D3D9: Reuse BGRA conversion code. + * D3D9: Use an unordered_map for offscreen. + * thin3d: Convert BGRA8888 to RGB888 for screenshots. + * GPU: Remove some unused code. + * GPU: Dirty tex when clearing or rendering to self. + * SDL: Fix EGL build. + ------------------------------------------------------------------- Wed Jun 06 18:44:56 UTC 2018 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 3bcf35a..10b97a5 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.6.3~git20180606 +Version: 1.6.3~git20180607 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0+