Commit Graph
717 Commits
Author SHA1 Message Date
Henrik Rydgård 010c3b4f4b minor sv translation fix 2022-09-03 15:21:07 +02:00
Henrik Rydgård 8c56abd3dc Remove setting "Disable slower framebuffer effects" 2022-09-03 11:06:43 +02:00
Henrik Rydgård 67d6549afd Rename Slow Framebuf effects to Shader Blending (might remove). Reassign readbacks to BlockTransferGPU. 2022-08-31 14:23:33 +02:00
Henrik Rydgård 1b3b1acefa Tweak ForceMax60Fps to work for Killzone 2022-08-30 20:10:44 +02:00
Henrik Rydgård 987bfc79ef Split the framebuffer in Killzone, with a compatibility flag.
Greatly improves performance.

See issue #6207
2022-08-30 20:05:56 +02:00
Henrik Rydgård 340c75a2d9 Remove "DisableReadbacks" compat flag. MotoGP no longer needs it after BlockTransferAllowCreateFB was added. 2022-08-30 13:16:36 +02:00
Henrik Rydgård 333df62691 Remove the reinterpret compat flag, now always on
Remove ini entries
2022-08-29 17:41:29 +02:00
Henrik Rydgård 8bf1b2be53 Reinterpret is the proper fix for God of War's shadows. 2022-08-27 19:23:17 +02:00
Henrik Rydgård 28cfbdd2d7 Enable reinterprets and create-buffer-on-copy for the Tantalus games 2022-08-27 14:05:49 +02:00
Henrik Rydgård 3c5ec25f61 Initial implementation of 32/16-bit color reinterpret blits. 2022-08-26 15:51:25 +02:00
Henrik Rydgård e2707d3ab3 Remove debug code, cleanup 2022-08-21 09:58:58 +02:00
Henrik Rydgård 89c96142a1 Really not sure how we can detect whether a depth deswizzle is needed :( Hopefully temporary flag... 2022-08-21 09:58:58 +02:00
DDinghoyaandGitHub 824de45d52 Update ko_KR.ini
Minor update of final
2022-08-20 13:05:30 +09:00
DDinghoyaandGitHub c3241bc911 Update ko_KR.ini
Minor update#4
2022-08-19 19:20:25 +09:00
DDinghoyaandGitHub 1c882e3c63 Update ko_KR.ini
Minor update#3
2022-08-19 16:49:51 +09:00
DDinghoyaandGitHub cdd134b5f8 Update ko_KR.ini
Minor update#2
2022-08-19 11:04:54 +09:00
DDinghoyaandGitHub 496785cd54 Update ko_KR.ini
Minor update#1
2022-08-18 22:54:08 +09:00
Henrik Rydgård 3c3708e6e4 Silverfall: Add the US game ID too 2022-08-17 14:04:08 +02:00
Henrik Rydgård f2aecada79 Add Silverfall to [AtracLoopHack]. At least we're gathering a good list of test cases once we have an idea for a real fix...
See #14575
2022-08-17 14:03:24 +02:00
sum2012 2c04790a32 oop 2022-08-14 15:31:37 +08:00
sum2012 1e96424ebf oop 2022-08-14 15:29:38 +08:00
sum2012 ff1b933cf2 oop 2022-08-14 14:58:15 +08:00
sum2012 e373c9063c Use compat.ini instead 2022-08-14 14:54:06 +08:00
sum2012 965daea455 Add atrac hack setting 2022-08-14 09:51:49 +08:00
xujibbsandGitHub 7c6de44e57 Update zh_CN.ini 2022-08-08 13:25:36 +08:00
Unknown W. Brackets ade6be4052 UI: Show better warning on MAC reset. 2022-08-07 08:48:27 -07:00
Unknown W. Brackets a0808dc75a Lang: Fix some mismatched lang keys. 2022-08-07 08:39:55 -07:00
Vitaliy LevinandGitHub eb1b2da553 Update /lang/ru_RU.ini
Перевёл ещё несколько строк.
~
I translated a couple of strings.
2022-08-05 16:38:45 +03:00
Henrik Rydgård 3dc924cebe Use BlueToAlpha in more games instead of ReinterpretFramebuffers/ShaderColorBitmask
Switches over Outrun and DiRT 2.

See https://github.com/hrydgard/ppsspp/issues/11358#issuecomment-720160221

Better performance and removes some color banding.
2022-08-01 16:14:42 +02:00
Zykon88andGitHub 71ee07fe1c Update ru_RU.ini 2022-07-30 00:14:14 +05:00
Vitaliy LevinandGitHub f621fad305 Update assets/lang/ru_RU.ini
Fixed some mistakes.
---
Исправил несколько опечаток.
2022-07-29 15:48:29 +03:00
MicsuitandGitHub 3ae7c0e6bd Merge branch 'hrydgard:master' into master 2022-07-27 11:59:28 +01:00
MicsuitandGitHub 917c113750 better pt-pt translation 2022-07-27 11:58:15 +01:00
Henrik Rydgård a44bee6f85 Fix bug in blue-to-alpha - alpha blending could be on when it shouldn't be.
Fixes #15732. (Split/Second environment mapping problem in the menu).
2022-07-27 10:59:39 +02:00
Henrik Rydgård 04a85b1da0 Allows "merging" render targets that overlap on the Y access. Fixes #7295 (Juiced 2)
To be safe, gating this behind the related AllowLargeFBTextureOffsets,
which is also required for the effect to work.

Additionally, fixes the offset check for X offsets, which I guess is a
very small risk.
2022-07-24 11:58:07 +02:00
Henrik RydgårdandGitHub 3dd2bd0589 Merge pull request #15697 from unknownbrackets/debugger
Update embedded web debugger
2022-07-17 10:26:10 +02:00
Unknown W. Brackets 879ea03080 Debugger: Update to latest web debugger.
This includes dependency updates, minor UI fixes, and a breakpoint
persistence option.
2022-07-16 13:08:21 -07:00
Henrik Rydgård 19c8ae4cdd Use the recent Clone Wars fix for Star Wars: Force Unleashed too
We should probably reconsider the heuristic indeed.

Fixes #9572

See #15691
2022-07-16 10:58:37 +02:00
Henrik RydgårdandGitHub b233c2c9af Merge pull request #15691 from hrydgard/clone-wars-compat
Add a simple compat flag to workaround the Clone Wars issue, #12949
2022-07-15 13:08:41 +02:00
leoxxxandGitHub 560419671a Update zh_CN.ini 2022-07-15 18:34:51 +08:00
Henrik Rydgård 15f5ed81a7 Add a simple compat flag to workaround the Clone Wars issue, #12949
Could probably also be fixed by changing the heuristic a bit, but since
we're in heuristic land anyway and close to a release, I feel this is
the safest option.

Also sneaks in a logspam reduction
2022-07-15 11:44:51 +02:00
Henrik Rydgård 1272b402c1 Apply leoxxx's spacing changes in zh_TW.ini 2022-07-15 11:26:19 +02:00
Henrik RydgårdandGitHub b91c22c2d6 Merge pull request #15690 from leoxxx/patch-1
Update zh_CN.ini
2022-07-15 11:23:55 +02:00
Henrik RydgårdandGitHub e4128cb15d Merge pull request #15687 from LunaMoo/Zettai
Add Zettai Zetsumei Toshi 3 bypass for softlock
2022-07-15 11:23:36 +02:00
leoxxxandGitHub df08bc221f Update zh_CN.ini 2022-07-15 17:21:03 +08:00
leoxxxandGitHub c5916ba290 Update zh_CN.ini
Delete some spaces and change some translations.
2022-07-15 12:50:48 +08:00
LunaMoo 4b959c6b54 Add Zettai Zetsumei Toshi 3 bypass for softlock on character select screen 2022-07-14 23:17:32 +02:00
Henrik Rydgård 1949de6c65 zh_CN translation: Apply spacing rules according to leoxx. See #15660 2022-07-14 18:31:07 +02:00
xujibbsandGitHub 23aab78861 Update zh_TW.ini 2022-07-13 07:01:27 +08:00
xujibbsandGitHub 4e24920375 Update zh_CN.ini 2022-07-13 06:59:42 +08:00