Commit Graph

1296 Commits

Author SHA1 Message Date
Henrik Rydgård
319415050d A few 2023-09-01 15:40:54 +02:00
Benjamin Benda Gates
531ac9474b
Update th_TH.ini 2023-09-01 17:41:38 +07:00
Narugakuruga
a002ae8e3b
Update zh_CN.ini
for 1.16
2023-09-01 10:30:07 +08:00
Henrik Rydgård
c20747d9cb
Merge pull request #18033 from hrydgard/more-translation-strings
More translation strings
2023-08-31 23:35:12 +02:00
Henrik Rydgård
c1b1d7f56d Add strings to all the inis 2023-08-31 23:29:37 +02:00
Henrik Rydgård
3fa9240e76 Fix some untranslatable / missing strings 2023-08-31 23:28:29 +02:00
TotalCaesar659
353bd9cd0a
Update Russian translation 2023-08-31 23:47:09 +03:00
Henrik Rydgård
c93a92d220
Merge branch 'master' into patch-1 2023-08-31 11:16:42 +02:00
Henrik Rydgård
62c9041060
Merge pull request #18011 from hrydgard/collapse-degenerate-volume-textures
Detect the simplest Tactics Ogre case (US/EU) early
2023-08-31 08:45:11 +02:00
Henrik Rydgård
92e600a1c0
Merge pull request #18013 from hrydgard/remove-bad-heuristic
Replace a too-simple heuristic with a compat flag, fixing Castlevania flicker.
2023-08-31 08:18:53 +02:00
Henrik Rydgård
03d2416b49 A few more strings 2023-08-31 01:27:28 +02:00
Dominik
13d98f92e8
Update pl_PL.ini
More retroachievements strings translated to Polish & minor existing translation fixes and improvements.
2023-08-31 00:35:47 +02:00
Felipe
489b30787d
Updated the brazilian portuguese translation
Updated the translation with the latest strings.
2023-08-30 10:50:07 -03:00
Henrik Rydgård
131163bf4c Replace a too-simple heuristic with a compat flag.
Should fix the flicker in Castlevania.

Fixes #17517

The heuristic worked for Rainbow Six but broke Castlevania, so I'd rather
use a compat flag instead of breaking a different game until we can find a
more reliable heuristic for Rainbow Six.
2023-08-30 10:59:57 +02:00
Henrik Rydgård
30a165b1dd Detect the simplest Tactics Ogre case (US/EU) early
Removes the need for the compat.ini flag for these versions, since we
can just treat the texture exactly as a regular 2D texture.
2023-08-30 10:27:19 +02:00
Henrik Rydgård
4a55803d41 Enable [DisallowFramebufferAtOffset] for WWE SvR 2006. 2023-08-29 14:44:59 +02:00
Henrik Rydgård
0cdfaffb48 Enable the FakeMipmapChange flag for US/EU Tactics Ogre, fixing replacement problem.
For correct lookups, without our texture replacement actually supporting
volume textures, we need to use this mechanism here too.

The game actually uses two mipmaps, but they're identical and point to
the same memory, so we treat them as a regular 2D texture instead for
purposes of both texturing and replacement. This is presumably legacy
from the initial Japanese version that needs to use multiple texture
layers. Similarly it does in in pairs.

This does actually not fully fix texture replacement for the Japanese
version, unfortunately. For that we need more proper support for these
weird textures in the texture replacement code - when I refactored it
before for more natural handling of regular mipmapping, this kinda got
lost.
2023-08-28 20:58:57 +02:00
Henrik Rydgård
f3d675ca64 After Burner: Black Falcon: Fix flickering video by enabling vertex depth rounding
Working workaround, don't see any obvious negative effects so let's just
go with it, this has been sitting around long enough.
2023-08-28 14:53:33 +02:00
Henrik Rydgård
26af6eb569 RetroAchievements: More connection notifications
Trying to make it harder for a user to accidentally run without achievements enabled.
2023-08-28 12:15:24 +02:00
DDinghoya
44e05cb74f
Update ko_KR.ini 2023-08-27 08:27:51 +09:00
Henrik Rydgård
d2d8688e47 Add "Create frame dump" to the in-game developer menu (that can be enabled in dev settings)
Makes it possible to create one without connecting the websocket
debugger, even on non-Windows platforms.
2023-08-24 14:41:35 +02:00
Henrik Rydgård
fb84444043
Merge pull request #17965 from hrydgard/load-clut-old-framebuffers
Add compat flag to not load CLUTs from old framebuffers
2023-08-24 14:24:24 +02:00
Henrik Rydgård
16d073c4ad Add compat flag to not load CLUTs from old framebuffers 2023-08-24 10:30:37 +02:00
Henrik Rydgård
feb0ea245e Add mappable key to toggle networking
Fixes #17352

Requested in #17343
2023-08-23 22:14:51 +02:00
Henrik Rydgård
765ac04892 Update translation files with new strings. 2023-08-23 17:54:28 +02:00
DDinghoya
3c61f4f5ce
Update ko_KR.ini 2023-08-21 22:53:17 +09:00
Motta7000
8f4cd41320
Update es_ES.ini
Hey i noticed that the archivements barely have any transalation to spanish so i worked on them! Also i noticed some mistranslations here and there. here is my fix for all of that!
2023-08-18 17:04:28 -03:00
Henrik Rydgård
88b3bdf857
Merge pull request #15840 from sum2012/Font-ltn12-hack
Hack to Fix Earth Saver Plus font
2023-08-18 15:41:46 +02:00
Henrik Rydgård
7f3f93a25b
Merge pull request #17919 from hrydgard/gamedatainstall_minor
GamedataInstall: Add simple progress bar
2023-08-18 00:57:50 +02:00
Henrik Rydgård
8a6e288fcc Add checkboxes in developer tools to allow disabling ubershaders.
Might be helpful to diagnose performance problems on user devices.

Additionally, moves the texture replacement controls to the top. They
should probably be moved somewhere else entirely...

See #17918
2023-08-17 20:16:04 +02:00
Kung-chih
526916e0b8
Update zh_TW.ini 2023-08-17 23:01:26 +08:00
Henrik Rydgård
731d9b6d59
Merge branch 'master' into Font-ltn12-hack 2023-08-17 14:47:46 +02:00
Henrik Rydgård
1cf2a161a0 Replace the notifications with a bare-bones progress bar 2023-08-17 14:42:25 +02:00
Henrik Rydgård
cd0f2eb401 Achievement list: Support the more detailed categorization, RC_CLIENT_ACHIEVEMENT_LIST_GROUPING_PROGRESS 2023-08-06 15:43:33 +02:00
DDinghoya
ac57b7d6cb
Update ko_KR.ini 2023-08-03 22:09:23 +09:00
Henrik Rydgård
cda59e8510 Vulkan: Keep track of some timestamps in a frame 2023-08-02 16:25:17 +02:00
Henrik Rydgård
0636893d1e Remove "Toggle" from a couple of the overlay names 2023-08-02 13:13:41 +02:00
Felipe
0beec83a06
Fixed previous mistakes
My previous submission was incorrect because several strings were missing although i'm sure i got the english file for comparison correctly. Weird...

Thanks @hrydgard for showing the problem to me.
2023-08-01 16:26:52 -03:00
Felipe
99c44a6d59
Updated brazilian portuguese translation
Included the latest changes.
2023-08-01 12:58:40 -03:00
Henrik Rydgård
d998824381 Add missing strings 2023-08-01 13:52:20 +02:00
Henrik Rydgård
29c606f5d8 Allow choosing to see leaderboard entries "Near me". Highlight current user. 2023-08-01 13:52:20 +02:00
Henrik Rydgård
9f11784c7b Add more missing strings 2023-08-01 13:16:59 +02:00
Henrik Rydgård
9a8919810b Translation cleanups 2023-08-01 13:04:52 +02:00
Henrik Rydgård
f45176fd25 Allow configuring in which corner achievement notifications can show up. 2023-08-01 12:52:09 +02:00
Henrik Rydgård
1071e1f248 Move towards separate types for leaderboard events 2023-08-01 11:57:28 +02:00
Henrik Rydgård
3563d625b9 Allow configuring the location on-screen of leaderboard trackers. 2023-08-01 00:28:54 +02:00
Henrik Rydgård
42ae0fd85c Update the sv_SE translation 2023-07-31 23:29:38 +02:00
Henrik Rydgård
b1751f8b41 Move the corner position strings from Networking (for Chat) to Dialog (general)
These strings will be used to configure positions for notifications.
2023-07-31 23:18:23 +02:00
Narugakuruga
99d5a90898
Update zh_CN.ini 2023-07-30 14:23:21 +08:00
Jaakko Saarikko
c2e6ec7f7e
Update fi_FI.ini
Translation work on Finnish language.
2023-07-29 17:15:50 +03:00
Henrik Rydgård
bf40eae4f8
Merge pull request #17789 from styxnix/master
Update fi_FI.ini
2023-07-27 16:54:03 +02:00
Benjamin Benda Gates
92b6613adf
Update th_TH.ini 2023-07-27 18:42:56 +07:00
Jaakko Saarikko
4789656b33
Update fi_FI.ini
Translation work on Finnish language.
2023-07-26 22:44:55 +03:00
Henrik Rydgård
2baba83f1a Add a bunch of new icon images to the atlas. 2023-07-24 14:52:32 +02:00
GABO1423
6ce3ebc9c9 (Lang) Tweak Spanish Translations 2023-07-23 19:11:00 -04:00
Henrik Rydgård
95fd2eb7d3
Merge pull request #17767 from hrydgard/translation-consolidation
Translation: Consolidate a few strings
2023-07-24 00:04:07 +02:00
Henrik Rydgård
942df0198a
Merge pull request #17766 from hrydgard/single-threaded-rendering
Vulkan: Make multi-threaded rendering a developer option (previously always on)
2023-07-23 23:05:28 +02:00
Henrik Rydgård
386976b123 Translations: Add missing strings and sections 2023-07-23 22:56:48 +02:00
Henrik Rydgård
5cf4619c36 Combine a couple of translation strings. Fix up using Google Translate (ugh) 2023-07-23 22:56:44 +02:00
Henrik Rydgård
b118e25b6a Vulkan: Make multithreaded rendering an option.
Multi-threaded rendering is good for smoothing out performance spikes
and increasing performance on low-power devices. However, the way we use
it it doesn't benefit latency (input lag) at all, rather the opposite.

So make it an option.
2023-07-23 22:06:01 +02:00
Henrik Rydgård
68c124d779
Merge pull request #17756 from hrydgard/alert-on-retroachievement-server-error
Improve handling of RetroAchievements login errors
2023-07-23 12:41:06 +02:00
Henrik Rydgård
95c5550071
Merge pull request #17765 from hrydgard/rapid-fire-interval
Make the rapid-fire interval configurable
2023-07-23 12:24:05 +02:00
Henrik Rydgård
34e76e88ea Copy translation lines 2023-07-23 11:52:19 +02:00
Henrik Rydgård
d924b742c0 Make the rapid-fire interval configurable
Rapid-fire works by holding down the button mapped for Rapid-Fire. Once
that's held, the PSP face buttons, L, R and Start will be repeated while
held.

With this new setting, you can change the repeat interval from the
default of 5 frames.

The interval is specified as frames rather than as milliseconds or
something because that often maps better to game logic.
2023-07-23 11:49:25 +02:00
Henrik Rydgård
eb14c87a71 Allow configuring the game language separately from the PPSSPP UI language, with a new setting. 2023-07-23 11:30:04 +02:00
Henrik Rydgård
556ff1e3f1 Add missing language strings to ini files 2023-07-23 11:10:06 +02:00
Henrik Rydgård
0ab4c58343 Improve handling of server/token errors 2023-07-22 12:36:26 +02:00
Henrik Rydgård
8cfc4fe60d
Merge pull request #17647 from lvonasek/postshader_fake_reflections
Postshader - Fake reflections
2023-07-22 12:24:40 +02:00
Henrik Rydgård
fbf10e132b Allow entering an exact Mac address, while keeping the randomization ability
Fixes #16546
2023-07-21 23:50:30 +02:00
Henrik Rydgård
ace217008a In D3D11, force block compressed textures to have dimensions divisible by 4
Fixes #17745 (crash when loading certain texture packs in D3D11)

This is an old unfortunate limitation. Only applies to the top mip
level, which makes it obvious that it's kinda unnecessary for the
hardware and indeed, Vulkan and OpenGL don't have this limitation.
2023-07-20 19:44:00 +02:00
DDinghoya
3770b3af04
Update ko_KR.ini 2023-07-19 23:07:47 +09:00
Henrik Rydgård
370bb4c315 More progressbar improvements 2023-07-18 15:52:14 +02:00
Henrik Rydgård
ee634e0d32 Add Encore Mode warning on Achievements screen 2023-07-16 22:12:06 +02:00
Henrik Rydgård
ec8b041f73 Remove unused strings, copy new ones 2023-07-16 16:45:54 +02:00
Henrik Rydgård
4a7ac59389 Translation fixes 2023-07-16 16:33:35 +02:00
Henrik Rydgård
8a59ed0062 Add function ApplySafeSubstitution for translation strings with parameters 2023-07-16 16:26:49 +02:00
Henrik Rydgård
bd4f3f8953 Start work on making sound effects customizable 2023-07-16 12:56:46 +02:00
Henrik Rydgård
437a984d7f Quick message fix for games with no achievements but still recognized by RA 2023-07-14 15:28:02 +02:00
Henrik Rydgård
aa4264a192 RetroAchievements: Better handling of not being online when trying to log in 2023-07-13 11:26:43 +02:00
Henrik Rydgård
c6d33957af Add a checkmark icon. Rebuild the UI icon atlas image 2023-07-13 11:02:15 +02:00
Henrik Rydgård
a21d70f5b4
Merge pull request #17665 from lvonasek/postshader_bloom
Postshader - New version of bloom
2023-07-13 10:18:38 +02:00
Henrik Rydgård
943bfb7329 Show a warning message on login failure 2023-07-12 19:55:53 +02:00
Henrik Rydgård
af92430b18 Achievement Unlocked and Leaderboard Submitted sound effects 2023-07-12 19:55:53 +02:00
Kung-chih
c1b9e32bc3
Update zh_TW.ini 2023-07-12 21:42:36 +08:00
Patrxgt
6c49af73c7
Fixed Polish translation (#17698)
* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini

* Update pl_PL.ini
2023-07-11 20:59:33 +02:00
DDinghoya
58430854fd
Update ko_KR.ini 2023-07-11 23:36:31 +09:00
Henrik Rydgård
98cb26b8d0 RetroAchievements UI updates: Merge Account and Settings tabs
Move rare settings to a Developer Tools tab instead.

Minor translation updates.
2023-07-11 10:36:32 +02:00
Henrik Rydgård
c17b84b3d4 Implement RetroAchievements challenge mode restrictions, and fix related bugs 2023-07-08 21:55:32 +02:00
Henrik Rydgård
0889e7cf3e Add setting to enable unofficial achievements 2023-07-08 21:47:19 +02:00
Henrik Rydgård
cff13d56d1 Implement Encore Mode. Clean some stuff up. 2023-07-08 21:47:19 +02:00
Henrik Rydgård
bf0d074688 Add game achievement summary view directly on pause screen, code cleanup 2023-07-08 21:47:19 +02:00
Henrik Rydgård
9bd67df5b2 Achievement savestate fixes 2023-07-08 21:47:16 +02:00
Henrik Rydgård
b9327073bb Add checkbox controlling if new mappings can be combo mappings.
These can be problematic with certain controllers that send double
signals. Like PS4 controllers on Android, the analog triggers send dual
axis events, and additionally digital events.
2023-07-07 10:42:08 +02:00
Lubos
6a1b36ce3f Typo removed 2023-07-05 19:27:33 +02:00
Lubos
0729aa5d46 Postshader - New version of bloom 2023-07-05 19:20:17 +02:00
tofilwiktor
3022caa4ec Fixed a misspelling in the Polish translation 2023-07-05 15:34:22 +02:00
Lubos
6e10f20f8b OpenXR - Tony Hawk mirroring hack better 2023-07-02 20:29:59 +02:00
Lubos
2a7d6fe9f8 Postshader - Fake reflections added 2023-06-30 14:38:35 +02:00
Henrik Rydgård
b93591bb7e
Merge pull request #17645 from NABN00B/compat
Add Sindacco Chronicles to compat.ini and compatvr.ini
2023-06-29 15:01:28 +02:00
DDinghoya
7843a172f4
Update ko_KR.ini 2023-06-29 20:22:50 +09:00
Nab
08348d704c
add Sindacco Chronicles 2023-06-28 21:39:31 +02:00
Nab
6c479812cb
Add Sindacco Chronicles 2023-06-28 21:15:06 +02:00
Felipe
4aab87f205
Small fix 2023-06-28 13:13:44 -03:00
Felipe
1e813a3c57
Updated brazilian portuguese translation
Updated with the latest strings.
2023-06-28 13:10:10 -03:00
Henrik Rydgård
aefedb14c9 Force circle to confirm in Shining Blade too, thanks Irfan.
See report in issue #17622
2023-06-27 22:11:18 +02:00
Henrik Rydgård
e752f30890
Merge pull request #17635 from hrydgard/lang-updates
Language file updates after RetroAchievements merge
2023-06-27 21:27:54 +02:00
Henrik Rydgård
0b75174d02 Force circle button to confirm in Danball Senki original too. See #17622 2023-06-27 21:26:16 +02:00
Henrik Rydgård
d42112d10d More Swedish 2023-06-27 18:04:27 +02:00
Henrik Rydgård
64a585ece4 Copy the achievement lines to all the other languages 2023-06-27 18:04:27 +02:00
Henrik Rydgård
5f38883973 Translate achievement stuff to Swedish 2023-06-27 18:04:27 +02:00
Henrik Rydgård
d5b3c25bfb en_US: Move [Achievements] to the alphabetical position (top) 2023-06-27 18:04:27 +02:00
Henrik Rydgård
5ae266ebe6 Remove wrong space from pt_BR.ini 2023-06-27 18:04:27 +02:00
Henrik Rydgård
b991e9d8fd Minor cleanups, add most translation strings to en_US.ini 2023-06-27 09:53:03 +02:00
Henrik Rydgård
80ff3f89bf Improve the pause screen achievement list, show a game banner at the top 2023-06-26 10:01:41 +02:00
Henrik Rydgård
c9c1796dff Second batch of fixes. Doesn't link yet and much work remains. 2023-06-26 10:01:40 +02:00
Henrik Rydgård
029b887491 Initial batch of fixes. Not compiling yet, http will be the tricky one. 2023-06-26 10:01:40 +02:00
Henrik Rydgård
5e565cff35 Enable "ForceCircleButtonConfirm" for Danball Senki
See issue #17622
2023-06-26 07:18:13 +02:00
Henrik Rydgård
48fab112b9 Collapse the "Custom 1", "Custom 2" etc translation strings 2023-06-20 10:42:56 +02:00
Lubos
1492b51b5b OpenXR - Disable stereo for Ultimate Ghosts and Goblins 2023-06-18 13:29:18 +02:00
Henrik Rydgård
7c9e7457b7
Merge pull request #17540 from Narugakuruga/patch-23
Language file updates :zh_CN
2023-06-02 00:03:59 +02:00
21
150333a5a7
Update ko_KR.ini
typo
2023-06-02 05:21:17 +09:00
Narugakuruga
30b0e3a45f
Update zh_CN.ini 2023-06-01 21:39:21 +08:00
Narugakuruga
88e582ec89
Update zh_CN.ini 2023-06-01 14:11:22 +08:00
DDinghoya
c981fb5b4f
Update ko_KR.ini 2023-05-30 22:18:12 +09:00
Henrik Rydgård
15ff2cf5e3 Add translation string, though this is a tricky one. 2023-05-22 12:20:10 +02:00
Henrik Rydgård
552746e2df Compat: Add Yu-Gi-Oh Tag Force 6 to the list of games that warn that they require buffer effects 2023-05-17 01:41:07 +02:00
Henrik Rydgård
acea6deb00 Force UMD delays for Pangya Golf. See #17458 2023-05-15 21:52:04 +02:00
Henrik Rydgård
90b0533080 Fix many of the translations of BufferedRenderingRequired 2023-05-15 17:54:33 +02:00
Henrik Rydgård
5ff7c39e60 Italian translation updates, thanks vecna 2023-05-10 14:21:20 +02:00
Kung-chih
34f0f20534
Revert zh_TW.ini 2023-05-08 00:34:10 +08:00
DDinghoya
92fcb69dcc
Update ko_KR.ini 2023-05-07 19:14:45 +09:00
ИEØ_ΙΙØZ
a767d2442b
Update zh_TW.ini 2023-05-05 10:24:25 +08:00
Henrik Rydgård
86d442bbdc Add missing (1080p) and (4K) in translation files 2023-05-02 11:41:38 +02:00
Narugakuruga
f3c8387f67
Update zh_CN.ini 2023-05-02 09:48:09 +08:00
Narugakuruga
bc3a9da78b
Update zh_CN.ini 2023-05-01 15:07:12 +08:00
Henrik Rydgård
e1d4a19ce1 Add the basics of the Emulation menu to the Mac build 2023-04-28 15:16:57 +02:00
Henrik Rydgård
1ba4ca3a09 Assorted Mac menu localization fixes 2023-04-27 13:38:28 +02:00
Henrik Rydgård
2d2f23bd6c compat.ini: Add Infected to [ForceMax60FPS] 2023-04-26 11:35:26 +02:00
Henrik Rydgård
6c1647a174 Remove "disable first frame readback" compat flag from SOCOM games.
The CLUT8 fix for #16210 takes care of this.
2023-04-20 09:03:12 +02:00
Henrik Rydgård
6146bb46e8
Merge pull request #17301 from fp64/unified-bicubic-upscale
Unified bicubic upscaler
2023-04-20 00:49:44 +02:00
Henrik Rydgård
32c2706331 Work a bit more on the Swedish translation 2023-04-19 21:22:30 +02:00
Henrik Rydgård
0e3ff99abe Add 1080p and 4K markers to 4x and 8x resolutions
suggested by HeavyHuy on discord
2023-04-19 20:48:32 +02:00
fp64
1b534a4272 Remove old upscalers, rename parameters 2023-04-18 20:36:28 -04:00
Felipe
679be4c989
Updated brazilian portuguese translation
The new/modified strings were added/fixed.
2023-04-18 11:42:35 -03:00
Henrik Rydgård
a20c620e16
Merge pull request #17297 from hrydgard/socom-clut-trickery
Workaround for some SOCOM games' misuse of CLUT8 to texture from framebuffer
2023-04-18 10:11:20 +02:00
Kung-chih
23f9bf773e
Update zh_TW.ini 2023-04-17 21:07:34 +08:00
fp64
9044c0b54c Add unified bicubic upscaler 2023-04-17 05:24:58 -04:00
Henrik Rydgård
9a3ff69091 Workaround for some SOCOM game's misuse of CLUT8 textures.
Emulating this correctly would be possible too but would only work at 1x
rendering resolution.
2023-04-17 09:34:26 +02:00
Henrik Rydgård
e766f11f2b Apply small memory stick workaround for more Harry Potter game IDs. Thanks adf. 2023-04-16 15:24:38 +02:00
Henrik Rydgård
2ac73bd830
Merge pull request #17285 from TotalCaesar659/patch-1
Update Russian translation
2023-04-15 13:21:29 +02:00
Henrik Rydgård
7dae0bdbf8 Swedish translation improvements 2023-04-15 10:11:24 +02:00
TotalCaesar659
9dd67e1d93
Update Russian translation 2023-04-15 01:51:37 +03:00
Henrik Rydgård
ff2ecb8161
Merge pull request #17272 from hrydgard/more-translation-fixes
More translation fixes
2023-04-14 15:05:18 +02:00
Henrik Rydgård
db936cfb52 Merge two very similar translation keys (seconds, 0:off), move to Dialog section 2023-04-14 14:34:48 +02:00
Henrik Rydgård
a3840afe34 Change Auto-hide last word to "delay". Update Swedish a bit 2023-04-14 14:21:13 +02:00
Kung-chih
026e2ac868
Update zh_TW.ini 2023-04-14 00:00:32 +08:00
Henrik Rydgård
df21404c61 Insert missing translation lines 2023-04-12 23:10:03 +02:00
Henrik Rydgård
a1d9dd47eb Add missing strings 2023-04-12 22:55:35 +02:00
Henrik Rydgård
84fa524deb
Merge pull request #17254 from TotalCaesar659/patch-1
Update Russian translation
2023-04-12 21:32:45 +02:00
TotalCaesar659
5aaac4adf1 More fixes 2023-04-12 21:38:03 +03:00
TotalCaesar659
b02843cfd4 Update Russian translation 2023-04-12 20:46:21 +03:00
Benjamin Benda Gates
b68e83494e
Update th_TH.ini 2023-04-12 20:34:06 +07:00
Benjamin Benda Gates
518895318c
Update th_TH.ini 2023-04-12 19:45:55 +07:00
Henrik Rydgård
500ab1fcde Fix translatability of seconds unit formatting for sliders 2023-04-11 23:07:50 +02:00
Henrik Rydgård
98c782ca42 Correct the "Rewind snapshot interval" translation key. (yes, many of the translations are still wrong, but it's not that bad) 2023-04-11 22:56:27 +02:00
PpmeiS
5ef56a612b
Update es_ES.ini
Added new strings, fix typos and better translations.
2023-04-06 20:01:09 +02:00
Lubos
3c1bf4a50f OpenXR - Disable VR in Red Bull X-Fighters 2023-04-05 22:17:21 +02:00
Henrik Rydgård
2fa93982ea Add support for integer scale factor for display
This is mainly useful if you want an authentic pixellated look with 1x
rendering (or software) and nearest display filter. It'll simply round
down the auto-scaled sized to the nearest integer scale factor,
configuring exactly which one isn't that interesting since they all are
gonna look good.

Fixes #17093
2023-04-02 22:29:08 +02:00
Lubos
de462f481f OpenXR - Disable stereo in Motorstorm 2023-04-01 19:48:53 +02:00
Henrik Rydgård
782297a452
Merge pull request #17205 from VitalikLevin/patch-1
[Translation] Update ru_RU.ini
2023-03-28 16:39:01 +02:00
Henrik Rydgård
98d9a9c8ca
Merge pull request #16984 from fp64/vfpu-sincos
VFPU sin/cos
2023-03-28 16:36:51 +02:00
Vitaliy Levin
7fce275997
Update assets/lang/ru_RU.ini 2023-03-28 17:11:46 +03:00
Henrik Rydgård
668a6d63cb Test Drive also benefits from increased depth resolution. See #17188.
Doesn't affect the map screen issue though, #12786
2023-03-27 00:59:25 +02:00
Henrik Rydgård
b13c5c2d1b Add compat setting to force using maximum depth resolution
Fixes #17014

Even if our depth-testing-equal heuristic believes that the game needs
lower depth resolution.

This removes some depth-fighting artifacts (that are present on the real
PSP, but nice to avoid) in Outrun, Split/Second and Cars: Race-o-Rama -
essentially reverting these to the behavior we had before the heuristic.

(The heuristic is good though - it means less compat.ini hacks going in
the other direction).

In the case of Outrun, this relies on two passes that pass exactly the
same vertex coordinates twice resulting in the exact same final
geometry. This is actually guaranteed by the spec if the vertex math is
exactly the same and "invariant" is set on the position output, though
I guess you never know.. Haven't seen any issues at least.

Also sneak in disabling some validation messages from using extra Vulkan
validation layers other than the default.
2023-03-26 00:27:58 +01:00
Henrik Rydgård
417f61b366 Tales of Phantasia - Narikiri Dungeon X: Avoid some GPU readbacks.
Copies to a framebuffer instead of RAM.

Confirmed through e-mail that is fixes the performance drop from #16714,
but unknown whether there are any regressions in the rest of the game.

I guess we'll find out.
2023-03-24 23:59:33 +01:00
Henrik Rydgård
84f33d9346 Button text fix, required adding a new translation line. 2023-03-23 13:46:07 +01:00
Henrik Rydgård
4475533c0b Remove redundant translation strings 2023-03-23 10:32:27 +01:00
DDinghoya
4c67ac8f12
Update ko_KR.ini 2023-03-19 17:19:52 +09:00
Narugakuruga
6c8da44779
Update zh_CN.ini 2023-03-14 23:07:53 +08:00
TotalCaesar659
00d5658ff2 Revert "Scoped Storage" translatability 2023-03-14 17:37:51 +03:00
人工知能
c959d3fb33
Update zh_TW.ini 2023-03-14 16:43:18 +08:00
人工知能
577ffaec59
Update zh_TW.ini 2023-03-14 16:41:12 +08:00
Henrik Rydgård
a592971209 Add translation strings for dark theme and "Scoped Storage" 2023-03-13 16:51:07 +01:00
fp64
3a6e48a9b3 Merge branch 'master' into vfpu-sincos 2023-03-12 22:08:49 -04:00
Lubos
b2c5c7845a OpenXR - World unit scale for SSX defined 2023-03-12 19:22:31 +01:00
fp64
67bb17eba3 Add more vfpu_*, move tables to assets 2023-03-12 08:21:15 -04:00
Henrik Rydgård
c04acaf5c1 Add new translation string 2023-03-12 12:28:02 +01:00
xujibbs
b75a51f054
Update zh_CN.ini 2023-03-09 22:12:14 +08:00
Felipe
433be0a098
Updated brazilian portuguese
Updated all strings based on the several changes that were made.
2023-03-07 13:26:23 -03:00
Henrik Rydgård
ea5d4a5671 Rotate the analog stick by 15 degrees in the GoW games too, they do the same thing. 2023-02-28 08:31:25 +01:00
Henrik Rydgård
7b06ec7469 Add more Daxter game IDs 2023-02-27 11:15:36 +01:00
Henrik Rydgård
1071d0808c Undo Daxter's rotation of the analog input. See #17015
I think this is quite a bit better actually. Appears to be exactly 15 degrees.
2023-02-27 11:10:47 +01:00
Narugakuruga
be4af6874f
Update zh_CN.ini 2023-02-18 22:32:38 +08:00
Henrik Rydgård
34e6dcb287 compat/perf: Enable BlockTransferAllowCreateFB for Naruto Shippuden: Ultimate Ninja Heroes 3
See issue #16733
2023-02-17 22:51:52 +01:00
Henrik Rydgård
62a6f351d5 Initial work on depth copies 2023-02-15 07:35:07 +01:00
Henrik Rydgård
5418be738b Make the rewind snapshot interval wall-time based instead of frame-based. 2023-02-14 10:09:51 +01:00
Lubos
b569c635f3 OpenXR - Remove redundant compat values 2023-02-12 09:36:59 +01:00
Jaakko Saarikko
0bccdf336b
Update fi_FI.ini 2023-02-09 09:08:52 +02:00
Jaakko Saarikko
b9ba381303
Merge branch 'hrydgard:master' into master 2023-02-09 08:34:42 +02:00
xujibbs
ecf82a9051
Update zh_CN.ini 2023-02-08 09:02:06 +08:00