Henrik Rydgård
c0fabbf0dc
Logging and debugger improvements (minor)
2025-02-20 15:02:09 -06:00
Henrik Rydgård
1c48910fd7
When we've got a loaded g_infraDNSConfig, and apctl is on, don't do address replacement in sceNetInetBind
...
Hopefully resolves #19919
2025-02-20 15:02:09 -06:00
Henrik Rydgård
dc73e20bd7
Merge pull request #20011 from hrydgard/mac-dpi-fix
...
macOS SDL: Set the metal layer resolution properly, remove DPI hacks.
2025-02-20 14:59:31 -06:00
Henrik Rydgård
7d8c7dd70a
macOS SDL: Set the metal layer resolution properly, remove DPI hacks.
...
Fixes #19183
Thanks to @schm1dtmac for the fix.
@shm1dtmac also mentions that this may have issues when moving the window between displays, but this should still be an improvement for most people.
2025-02-20 13:54:50 -06:00
Henrik Rydgård
c2824a04c1
Merge pull request #20010 from hrydgard/dpi-work
...
DPI: Simplify by removing support for non-square pixels
2025-02-20 11:47:03 -06:00
Henrik Rydgård
d5579718aa
Merge pull request #20009 from hrydgard/copy-build-version
...
Add easy way to copy build number, add way to copy system information to clipboard
2025-02-20 11:25:24 -06:00
Henrik Rydgård
f206ed95eb
Get rid of remains of support for non-square screen DPIs
2025-02-20 11:14:26 -06:00
Henrik Rydgård
a78ce8dfd6
Add easy way to copy build number, add way to copy system information to clipboard.
...
Fixes #18375 , although more info could be added.
2025-02-20 10:57:10 -06:00
Henrik Rydgård
b4ca0984d1
Merge pull request #20008 from Felipefpl/master
...
Updated brazilian portuguese translation
2025-02-20 10:54:00 -06:00
Henrik Rydgård
bb72016bff
Merge pull request #20007 from DDinghoya/patch-31
...
Update ko_KR.ini
2025-02-20 10:53:20 -06:00
Felipe
501aeff6b2
Updated brazilian portuguese translation
...
Added the newest strings and fixed the ones that needed a fix due to the changes in the language file.
2025-02-20 12:52:41 -03:00
DDinghoya
e88234d3e2
Update ko_KR.ini
2025-02-20 21:47:01 +09:00
Henrik Rydgård
e365bfb5f0
Merge pull request #20006 from hrydgard/break-reason-refactor
...
Turn the break reason into an enum, fix some minor issues
2025-02-19 17:52:09 -06:00
Henrik Rydgård
31cf5771f4
Turn the break reason into an enum, fix some minor issues
2025-02-19 16:01:11 -06:00
Henrik Rydgård
bebbdc3900
Merge pull request #20005 from hrydgard/code-lyoko-workaround
...
Atrac3+: Try to work around Code Lyoko issue
2025-02-19 15:20:38 -06:00
Henrik Rydgård
4ea7f46f81
Atrac3+: Try to work around Code Lyoko issue
...
Now we don't generate an error code when the channel configuration doesn't match the packets.
See the code comment for what I've been able to figure out so far.
See issue #19994
2025-02-19 12:46:25 -06:00
Henrik Rydgård
25cc2baac1
Merge pull request #20003 from hrydgard/imdebugger-sasaudio-misc
...
More ImDebugger improvements (sasaudio, ui)
2025-02-19 11:41:39 -06:00
Henrik Rydgård
e8bfcb433e
Logspam fix (when fast-forwarding)
2025-02-19 11:10:01 -06:00
Henrik Rydgård
1f7461bb70
When ImDebugger is active, shrink the display area to match the central node.
2025-02-19 11:00:20 -06:00
Henrik Rydgård
34308a326c
Add basic sceSas state viewer to debugger
2025-02-19 10:50:32 -06:00
Henrik Rydgård
3d34c73484
ImDebugger: Add a visual focus indicator
2025-02-19 10:39:17 -06:00
Henrik Rydgård
dce6d35a27
ImDebugger: Fix titles of MIPS register views
2025-02-19 10:10:29 -06:00
Henrik Rydgård
59aaff5954
Merge pull request #20001 from hrydgard/texture-shader-ui-cleanup
...
Texture shader UI cleanup
2025-02-19 10:03:16 -06:00
Henrik Rydgård
f1b7939103
Minor Swedish translation updates
2025-02-18 13:06:25 -06:00
Henrik Rydgård
5d34b9965e
Fix another translation string
2025-02-18 13:02:06 -06:00
Henrik Rydgård
87d44050af
Change another translation string, try to update where possible.
2025-02-18 12:58:14 -06:00
Henrik Rydgård
c198a8aebb
Translation update #1
2025-02-18 12:55:18 -06:00
Henrik Rydgård
08aed07050
Clarify texture upscaler settings.
2025-02-18 12:50:21 -06:00
Henrik Rydgård
d36230937d
Merge pull request #20000 from hrydgard/assorted-fixes-2
...
More assorted fixes
2025-02-18 12:07:22 -06:00
Henrik Rydgård
7f0305a954
Unify the specified C++ standard as c++17.
...
May fix the build of #19952
2025-02-18 11:08:48 -06:00
Henrik Rydgård
5080e9660a
Remove an outdated hidden setting (bSavedataUpgrade)
2025-02-18 11:03:29 -06:00
Henrik Rydgård
363d91d3de
Some Swedish translation updates
2025-02-18 11:02:35 -06:00
Henrik Rydgård
9859eeed5a
Add better name and translation string for touch gliding
2025-02-18 10:56:56 -06:00
Henrik Rydgård
b2afc25f83
Bump cargo.lock
2025-02-18 10:56:55 -06:00
Henrik Rydgård
4fd085683e
Fix translation mistake
2025-02-18 10:56:55 -06:00
Henrik Rydgård
4b2bce388c
Minor error handling improvements, remove redundant Exists checks
2025-02-18 10:56:49 -06:00
Henrik Rydgård
25329cfe02
Merge pull request #19991 from oltolm/d3d11
...
use ComPtr for D3D11
2025-02-18 09:51:49 -06:00
Henrik Rydgård
a673081743
Merge pull request #19997 from hrydgard/assorted-fixes
...
Exit fixes, AutoDNS fixes
2025-02-17 17:20:00 -06:00
Henrik Rydgård
3760ede133
Sneak in a theme fix
...
See #19995
2025-02-17 16:20:55 -06:00
Henrik Rydgård
5aa73ecb17
Fix backwards check for DontDownloadInfraJson
2025-02-17 16:20:42 -06:00
Henrik Rydgård
74ee868cdb
More confirmexit fixes
2025-02-17 16:20:41 -06:00
Henrik Rydgård
dd119f5971
Merge the two ConfirmExit paths
2025-02-17 16:20:41 -06:00
Henrik Rydgård
ac8761d4c9
Have the user confirm exit if online
2025-02-17 16:20:41 -06:00
Henrik Rydgård
d7ebed2d66
AutoDNS load fix in some situations
2025-02-17 16:20:41 -06:00
Henrik Rydgård
fe19283c6e
Fix main menu exit button on Windows
2025-02-17 16:20:41 -06:00
oltolm
b09eb3dd23
use ComPtr for D3D11
2025-02-17 22:58:44 +01:00
Henrik Rydgård
2aa7b53b1c
Merge pull request #19996 from hrydgard/confirm-on-exit
...
Add confirmation on exit
2025-02-17 14:05:21 -06:00
Henrik Rydgård
41de9c744a
Merge pull request #19995 from hrydgard/theme-work
...
More theming work
2025-02-17 14:04:17 -06:00
Henrik Rydgård
6c55a37a7e
Correct some window-closing code on Windows.
2025-02-17 13:26:15 -06:00
Henrik Rydgård
581e319518
Implement confirmation when exiting from the pause screen
2025-02-17 13:18:11 -06:00