Update on 2021-02-15

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=278
This commit is contained in:
Duarte Pousa
2021-02-15 16:52:49 +00:00
committed by Git OBS Bridge
parent 8caafd53b3
commit 60b65ed0a6
5 changed files with 46 additions and 5 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Feb 15 16:46:24 UTC 2021 - pousaduarte@gmail.com
- Update to version 1.11.2~git20210215:
* Headless: Add test paths for CMake on Windows.
* CMake: Correct headless build on Windows.
* CMake: Correct build on Windows.
* Update gradle. Enable automatic debug symbol upload for release builds.
* libretro: Remove "Unsafe FuncReplacements" option. See #12322
* Fix many symbols on jpn0.pgf.
* Windows: Fix some const type conversion warnings.
* Windows: Make InputDevice destructor virtual.
* GPU: Fix a type comparison warning.
* Windows: Use CommonWindows more consistently.
* Windows: Fix some format warnings.
* Windows: Add some missing override specifiers.
* Common: Include unistd.h before ctime on mingw.
* Common: Fix AVX check on mingw/lower targets.
* Build: Use ws2_32 and iphlpapi names directly.
* Windows: Fix improper case or missing includes.
* Debugger: Invalidate when using memory APIs.
* Debugger: Option to skip mem hacks in memory dump.
* mipsjit: Fix basic compilation.
* Jit: Fix compilation of FakeJit.
* Savedata: Show save icons with proper aspect ratio.
* Savedata: Show corrupted data more clearly.
* PPGe: Decimate early if kernel alloc fails.
* GPU: Force texture invalidation for ZHP minimap.
* Sas: Minor clenaup.
* CoreTiming: Ensure we never idle into the past.
* Common: Maintain C++11 support in sign extend.
* Common: Sign extend w/func not chained casts.
* Vertex cache minihash: Round up the starting address to a multiple of 4.
* jpge.cpp: Remove malloc.h include
* Update ext/jpge
* Dialog: Simulate volatile memory lock behavior.
* Dialog: Manage status only through accessors.
* Power: expose volatile memory lock/unlock funcs.
* HLE: Hook Worms text render copy func.
* Vulkan: Remove #10097 hack for newer AMD drivers.
-------------------------------------------------------------------
Sun Feb 14 11:06:11 UTC 2021 - pousaduarte@gmail.com