diff --git a/_service b/_service index e992b64..f25bca8 100644 --- a/_service +++ b/_service @@ -3,9 +3,21 @@ git https://github.com/hrydgard/ppsspp.git ppsspp - 1.4 - 0~git%cd + @PARENT_TAG@.0~git%cd + v(.*) enable + ffmpeg + dx9sdk + UWP + Windows + *.cmd + *.dll + *.vcxproj + *.vcxproj.user + *.vcxproj.filters + *.yml + *.props + *.sln *.tar diff --git a/_servicedata b/_servicedata index 777cb10..c727155 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 372cbaac159bd7c85f3b537c318b983860e96a7c \ No newline at end of file + 1a58629cfb4fe457f1a7366173310bb8cf3ecbc8 \ No newline at end of file diff --git a/ppsspp-1.4.0~git20170414.tar.xz b/ppsspp-1.4.0~git20170414.tar.xz deleted file mode 100644 index 2926a0d..0000000 --- a/ppsspp-1.4.0~git20170414.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98c3281b878e9b648dd34a829eb96b5d2d32877bbfa0058e60e47a7d1f6408c7 -size 173067196 diff --git a/ppsspp-1.4.0~git20170423.tar.xz b/ppsspp-1.4.0~git20170423.tar.xz new file mode 100644 index 0000000..8f018b9 --- /dev/null +++ b/ppsspp-1.4.0~git20170423.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a264b215e761be891ff09dd9309c56f89e4f7713ef7e69dd96be80126b54dc0 +size 22644188 diff --git a/ppsspp.changes b/ppsspp.changes index db65e45..ba24096 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Mon Apr 24 07:47:39 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170423: + * Headless: Fix DirectX11 support on Windows. + * Headless: Enable mipmaps. + * GPU: Correct const mip 0 detection. + * D3D11: Approximate AUTO/CONST mip bias. + * D3D9: Disable mips when mip filtering disabled. + * D3D9: Support AUTO mip bias and approximate CONST. + * Vulkan: NULL initialize some handles. + * GLES: Support AUTO and CONST mip bias. + * SoftGPU: Use texture bufw in bytes. + * SoftGPU: Rasterize triangles in chunks of 4 pixels. + * SoftGPU: Interpolate through texturing better. + * GLES: Avoid MIN/MAX LOD without LOD control flag. + * SoftGPU: Grab 4 S/T coords in non-through too. + +------------------------------------------------------------------- +Fri Apr 21 08:14:57 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4~git20170421: + * Windows: Fix buffer overflow on load. + * Headless: Fix graphics tests. + * IR: Cleanup some invalid ops. + +------------------------------------------------------------------- +Tue Apr 18 08:37:28 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170418: + * UI: Proxy devmenu keypress through an event. + +------------------------------------------------------------------- +Mon Apr 17 18:59:15 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170417: + * Linux: add another PS3 controller GUID + +------------------------------------------------------------------- +Sun Apr 16 14:37:36 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170416: + * Vulkan: Detect swapchain init failure. + * Add a restarting flag to NativeInit/NativeShutdown. + * Windows: Avoid restarting completely on GPU change. + * Core: Remove bRestartRequired config hack. + * EditorConfig: Workaround MSVC2017 bug. + * SoftGPU: Correct negative coord handling. + * SoftGPU: Fix crash on matrix load. + * SoftGPU: Force render res to 1x. + * SoftGPU: Use common spline/bezier rendering. + * SoftGPU: Fix indices starting after 0. + * SoftGPU: Simplify index conversion. + * SoftGPU: Remove old spline handling code. + +------------------------------------------------------------------- +Sat Apr 15 17:09:51 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170415: + * Remove unused parameter to DestroyAllFBOs(). + * Destroy FBOs only on actual resize. + ------------------------------------------------------------------- Sat Apr 15 00:47:52 UTC 2017 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index b7eb4b4..bf4857c 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.4.0~git20170414 +Version: 1.4.0~git20170423 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0+