Commit Graph

1160 Commits

Author SHA1 Message Date
Micsuit
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ård
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ård
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
leoxxx
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ård
b91c22c2d6 Merge pull request #15690 from leoxxx/patch-1
Update zh_CN.ini
2022-07-15 11:23:55 +02:00
Henrik Rydgård
e4128cb15d Merge pull request #15687 from LunaMoo/Zettai
Add Zettai Zetsumei Toshi 3 bypass for softlock
2022-07-15 11:23:36 +02:00
leoxxx
df08bc221f Update zh_CN.ini 2022-07-15 17:21:03 +08:00
leoxxx
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
xujibbs
23aab78861 Update zh_TW.ini 2022-07-13 07:01:27 +08:00
xujibbs
4e24920375 Update zh_CN.ini 2022-07-13 06:59:42 +08:00
Felipe
b3ccff5e22 Add files via upload 2022-07-12 19:04:02 -03:00
Henrik Rydgård
d76e2d4341 compat.ini for Mali stencil bug: Add the Suikoden game too 2022-07-12 22:14:24 +02:00
Henrik Rydgård
528786c50b Mali workaround - add compat.ini entry for Mahou Shoujo Nanoha A's Portable.
See issue #15016
2022-07-12 09:09:42 +02:00
Henrik Rydgård
7a69555bf5 Fixes Kenka Bancho too. 2022-07-11 17:18:54 +02:00
Henrik Rydgård
c5a10a5501 Tweak the Mali stencil-test workaround to work for Surf's Up. See #15016 2022-07-11 16:57:52 +02:00
Henrik Rydgård
d2002eab39 Merge pull request #15640 from LunaMoo/master
Disable ForceMax60FPS for GOW games and replace it with fixed 60 fps
2022-07-10 23:25:35 +02:00
Henrik Rydgård
a831cab14c Remove unmotivated check preventing texture ini creation on mobile. (#15647)
* Remove unmotivated check preventing  texture ini creation on mobile.

Fixes #15644

* Show a "toast" message on platforms that don't support opening a text editor, when you try to create/open a texture ini file.

* Avoid the need to ifdef around calls to SystemToast

* UWP buildfix (and some warning fixes).

And possibly libretro fix

* Rename for a bit more consistency
2022-07-10 22:34:44 +02:00