From 164593a5074ad4e092de5dc04c74a446801d9fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 9 Aug 2019 12:21:51 +0200 Subject: [PATCH 1/8] Update README.md for 1.9.0 As usual I'm sure I'm missing a lot of good changes :) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 024ecdcaa4a0..b970c80bb364 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,21 @@ For build instructions and other development tutorials, see [the wiki](https://g For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games). +What's new in 1.9.0 +------------------- +* Flicker fixed in God of War that appeared with newer drivers for Mali GPUs (#12224) +* Vertex range culling fixed on ARM Mali (#12227) +* Started to improve VFPU precision, resulting so far in a fix for the long standing Tekken 6 leg shaking problem (#12217) +* Fixed a VFPU precision snafu on ARM64, fixing disappearing officers in Warriors Orochi(#11299) +* Vulkan is the default again on newer Android versions. +* Fix various homebrew store issues +* GPU pause signal handling fixed, fixing some hangs (#12160). +* Audio sample rate conversion handling fixes (#12147) +* Some Vulkan optimizations (pre-rotation (#12216), perf fix in Metal Gear Acid, etc). +* Multiple fixes for the UWP build (#12036, others) +* MP3 playback fixes (#12005) +* Fixed audio in Motorstorm: Arctic Edge by returning errors correctly (#12121) + What's new in 1.8.0 ------------------- * Avoid crash when starting PPSSPP due to bad AMD Vulkan drivers (#11802) From 99326f3b82b83f67625c2e514bd6c1682b12ca6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 23 Aug 2019 17:23:41 +0200 Subject: [PATCH 2/8] Update README.md a bit more --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b970c80bb364..52d3d446258d 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,19 @@ For game compatibility, see [community compatibility feedback](https://report.pp What's new in 1.9.0 ------------------- * Flicker fixed in God of War that appeared with newer drivers for Mali GPUs (#12224) +* Improve performance of God of War on Vulkan (#12242), implement built-in GPU profiler (#12262, #12266) * Vertex range culling fixed on ARM Mali (#12227) * Started to improve VFPU precision, resulting so far in a fix for the long standing Tekken 6 leg shaking problem (#12217) * Fixed a VFPU precision snafu on ARM64, fixing disappearing officers in Warriors Orochi(#11299) -* Vulkan is the default again on newer Android versions. +* Vulkan is the default again on Android versions newer than Pie * Fix various homebrew store issues -* GPU pause signal handling fixed, fixing some hangs (#12160). +* GPU pause signal handling fixed, fixing some hangs (#12160) * Audio sample rate conversion handling fixes (#12147) -* Some Vulkan optimizations (pre-rotation (#12216), perf fix in Metal Gear Acid, etc). +* Some Vulkan optimizations (pre-rotation (#12216), perf fix in Metal Gear Acid, etc) * Multiple fixes for the UWP build (#12036, others) * MP3 playback fixes (#12005) * Fixed audio in Motorstorm: Arctic Edge by returning errors correctly (#12121) +* Fixed audio glitches in Final Fantasy Tactics (#9956) What's new in 1.8.0 ------------------- From 48d79604b5c849591c04affb21e932ee9aecd303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 26 Aug 2019 23:56:26 +0200 Subject: [PATCH 3/8] More README.md updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52d3d446258d..2168bb4cd602 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ What's new in 1.9.0 * Some Vulkan optimizations (pre-rotation (#12216), perf fix in Metal Gear Acid, etc) * Multiple fixes for the UWP build (#12036, others) * MP3 playback fixes (#12005) -* Fixed audio in Motorstorm: Arctic Edge by returning errors correctly (#12121) -* Fixed audio glitches in Final Fantasy Tactics (#9956) +* Audio in Motorstorm: Arctic Edge fixed by returning errors correctly (#12121) +* Audio glitches in Final Fantasy Tactics fixed (#9956) +* Camera display in Invizimals fixed What's new in 1.8.0 ------------------- From 909640adbc2264f0d6a3e971e1e08a3bd79050ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 27 Aug 2019 01:24:31 +0200 Subject: [PATCH 4/8] README.md: Lunamoo's additions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2168bb4cd602..88e6f4e0fb77 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,14 @@ What's new in 1.9.0 * MP3 playback fixes (#12005) * Audio in Motorstorm: Arctic Edge fixed by returning errors correctly (#12121) * Audio glitches in Final Fantasy Tactics fixed (#9956) -* Camera display in Invizimals fixed +* Camera display in Invizimals fixed (#12278) +* Added hotkeys for texture dump and replace (#11938) +* Added Visual Studio 2019 support. Windows XP is no longer supported (#11995, others) +* Fixes for video dumping (#12069) +* Added a separate sound volume for alternative speed (#12124) +* Improved mouse control (Windows only) (#12173, #12176) +* Support for installing texture packs and ISOs from zips (#12175) +* Right analog support for touch controls (only used by patched games and some HD remasters) (#12182) What's new in 1.8.0 ------------------- From b5b10e922b11081369c410d696ffbac449ca73ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 4 Sep 2019 23:59:22 +0200 Subject: [PATCH 5/8] More readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88e6f4e0fb77..b51750b79137 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ What's new in 1.9.0 * Improve performance of God of War on Vulkan (#12242), implement built-in GPU profiler (#12262, #12266) * Vertex range culling fixed on ARM Mali (#12227) * Started to improve VFPU precision, resulting so far in a fix for the long standing Tekken 6 leg shaking problem (#12217) -* Fixed a VFPU precision snafu on ARM64, fixing disappearing officers in Warriors Orochi(#11299) +* Fixed a VFPU precision snafu on ARM64, fixing disappearing officers in Warriors Orochi (#11299) and some problems in Tomb Raider (#11179). * Vulkan is the default again on Android versions newer than Pie * Fix various homebrew store issues -* GPU pause signal handling fixed, fixing some hangs (#12160) +* GPU pause signal handling fixed, fixing some hangs in Bleach and Armored Core games (#12160) * Audio sample rate conversion handling fixes (#12147) * Some Vulkan optimizations (pre-rotation (#12216), perf fix in Metal Gear Acid, etc) * Multiple fixes for the UWP build (#12036, others) From e1c2d72c108eb5dea818aa308e063c024fb51f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 19 Sep 2019 22:56:13 +0200 Subject: [PATCH 6/8] Additional README updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b51750b79137..395671a0fc96 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,16 @@ What's new in 1.9.0 * MP3 playback fixes (#12005) * Audio in Motorstorm: Arctic Edge fixed by returning errors correctly (#12121) * Audio glitches in Final Fantasy Tactics fixed (#9956) -* Camera display in Invizimals fixed (#12278) +* Camera display in Invizimals fixed (#12278, #8521) * Added hotkeys for texture dump and replace (#11938) * Added Visual Studio 2019 support. Windows XP is no longer supported (#11995, others) -* Fixes for video dumping (#12069) +* Fixes for video capture (#12069) * Added a separate sound volume for alternative speed (#12124) * Improved mouse control (Windows only) (#12173, #12176) * Support for installing texture packs and ISOs from zips (#12175) * Right analog support for touch controls (only used by patched games and some HD remasters) (#12182) +* Android: Fix OpenSL initialization, possibly helps audio crackle a little. (#12333). +* Fix graphics on Amazon Fire TV Stick 4K What's new in 1.8.0 ------------------- From 1eb2ac372adb7327ce67ab6b32d7211037bbe492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 20 Sep 2019 13:51:11 +0200 Subject: [PATCH 7/8] Add patch note about MGS:PW as suggested by AkiraJkr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 395671a0fc96..4c48f5de18c2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ What's new in 1.9.0 * Right analog support for touch controls (only used by patched games and some HD remasters) (#12182) * Android: Fix OpenSL initialization, possibly helps audio crackle a little. (#12333). * Fix graphics on Amazon Fire TV Stick 4K +* Fixed strange vehicle behavior in MGS:PW (somehow). What's new in 1.8.0 ------------------- From 91b41a11b7818b4e6eafd2aa19309a656a43a41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 20 Sep 2019 15:07:48 +0200 Subject: [PATCH 8/8] Refer to AkiraJkr's new issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c48f5de18c2..db53fa6a01c2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ What's new in 1.9.0 * Right analog support for touch controls (only used by patched games and some HD remasters) (#12182) * Android: Fix OpenSL initialization, possibly helps audio crackle a little. (#12333). * Fix graphics on Amazon Fire TV Stick 4K -* Fixed strange vehicle behavior in MGS:PW (somehow). +* Fixed strange vehicle behavior in MGS:PW (somehow) (#12342) What's new in 1.8.0 -------------------