Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=55
This commit is contained in:
parent
db9ccf296a
commit
d48347e6c7
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||||
<param name="changesrevision">79b3f81b0ce29094263c4d43a82382e3aac5bf69</param></service></servicedata>
|
<param name="changesrevision">9d96e6579ca00e77d132bc01d300d4dbb8fd6a3f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c484406d418827b03fef8d8f46852dbc875580db304f16b35947b5fe262a052
|
|
||||||
size 160094312
|
|
3
ppsspp-1.6.3~git20180609.tar.xz
Normal file
3
ppsspp-1.6.3~git20180609.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c367fcdb1fdc05d6c058fda6292602abd72452545a5a48089f96ca4675e541cb
|
||||||
|
size 160115928
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 09 22:50:41 UTC 2018 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.6.3~git20180609:
|
||||||
|
* Qt: Use Roboto Condensed like on other platforms.
|
||||||
|
* Qt: Remove bundled assets reader.
|
||||||
|
* Debugger: Ignore invalid branches.
|
||||||
|
* Debugger: Add func name and data symbol to disasm.
|
||||||
|
* Debugger: Allow conditions on threadID/moduleID.
|
||||||
|
* Debugger: Allow stepping based on thread.
|
||||||
|
* Debugger: Avoid some lock ordering issues.
|
||||||
|
* Debugger: Add HLE API funcs.
|
||||||
|
* Debugger: Add debug interfaces for threads.
|
||||||
|
* Debugger: Use a lock for memory reallocs.
|
||||||
|
* Debugger: Add some missing memory locks.
|
||||||
|
* Debugger: Add memory breakpoint management.
|
||||||
|
* Debugger: Initial breakpoint APIs.
|
||||||
|
* Debugger: Disasm search API.
|
||||||
|
* Debugger: Avoid asserts in disassembly.
|
||||||
|
* Debugger: Add thread safety to breakpoints.
|
||||||
|
* Debugger: Fix resume not skipping breakpoints.
|
||||||
|
* Debugger: Include assembler API.
|
||||||
|
* Debugger: Poll frequently after stepping.
|
||||||
|
* json: Optimize writing a bit.
|
||||||
|
* Debugger: Use fragments for long chunks.
|
||||||
|
* Debugger: Add stepping to WebSocket API.
|
||||||
|
* Debugger: Add cpu.evaluate method.
|
||||||
|
* Debugger: Prevent crazy disasm range.
|
||||||
|
* Debugger: Add additional encoding/symbol info.
|
||||||
|
* Debugger: Initial disasm API.
|
||||||
|
* Debugger: Lock during startup/shutdown.
|
||||||
|
* Debugger: Add version event for future proofing.
|
||||||
|
* Debugger: Include PC and ticks in stepping events.
|
||||||
|
* Debugger: Add current game info.
|
||||||
|
* Log: Use a separate field for the timestamp.
|
||||||
|
* Debugger: Disconnect on shutdown/disable.
|
||||||
|
* Debugger: Add checkbox to enable remote debugger.
|
||||||
|
* Debugger: Add config for remote debugger on start.
|
||||||
|
* Debugger: Use a counter when entering stepping.
|
||||||
|
* Debugger: Allow pinging current status.
|
||||||
|
* Debugger: Name the WebSocket debugger thread.
|
||||||
|
* Debugger: Add cpu.stepping and cpu.resume.
|
||||||
|
* Debugger: Reorganize state handling.
|
||||||
|
* Debugger: Cleanup, add initial API docs.
|
||||||
|
* Debugger: Allow setting regs to inf/nan.
|
||||||
|
* Debugger: Improve JSON number parsing.
|
||||||
|
* Debugger: Initial register get/set APIs.
|
||||||
|
* Debugger: Minor cleanup in MIPSDebugInterface.
|
||||||
|
* Debugger: Synchronize error events using tickets.
|
||||||
|
* Debugger: Organize WebSocket event handling.
|
||||||
|
* Debugger: Serve a simple log listener WebSocket.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 08 17:51:00 UTC 2018 - pousaduarte@gmail.com
|
Fri Jun 08 17:51:00 UTC 2018 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ppsspp
|
Name: ppsspp
|
||||||
Version: 1.6.3~git20180608
|
Version: 1.6.3~git20180609
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PlayStation Portable Emulator
|
Summary: PlayStation Portable Emulator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user