Commit graph

4665 commits

Author SHA1 Message Date
Henrik Rydgård
7a0ec74c32
Merge pull request #19855 from oltolm/cmake
make compile with Clang/GCC on Windows
2025-01-17 15:13:52 +01:00
Henrik Rydgård
6e0cafccb9 Request Vulkan 1.4 if available. 2025-01-17 14:27:08 +01:00
Henrik Rydgård
b94b9b077d Refactor away the unnecessary wrapper from sceNetResolver 2025-01-17 09:38:20 +01:00
Henrik Rydgård
ea36cb7036
Merge pull request #19874 from MaddTheSane/registerFont
macOS/iOS: register font with CoreText
2025-01-16 22:37:19 +01:00
C.W. Betts
da3e300b58 Remove unused font variable. 2025-01-14 16:31:03 -07:00
C.W. Betts
a8486e833f We only need to register the font once. 2025-01-14 15:41:19 -07:00
C.W. Betts
a04c2d1a6a Initial attempt at loading Roboto into CoreText 2025-01-14 15:15:53 -07:00
Henrik Rydgård
f2d8d44513 Slightly improved logging (httpserver) 2025-01-14 12:37:56 +01:00
C.W. Betts
f32ed3df90
Update draw_text_cocoa.mm
Fix memory leak.
2025-01-13 19:50:26 -07:00
Henrik Rydgård
c5cde0f218 Remove "Secondary DNS" as a setting. 2025-01-12 17:25:57 +01:00
Henrik Rydgård
1013be090c sceNetInet: Refactor errno handling and logging, so we always see how it changes 2025-01-12 14:57:51 +01:00
Henrik Rydgård
a23cbec574
Merge pull request #19860 from hrydgard/zip-texture-pack-regression-fix
Fix regression loading zipped texture packs
2025-01-11 10:10:33 +01:00
Henrik Rydgård
e67b673e4e Fix regression in zip texture packs
Can't seek in compressed zips. Let's add a comment too to not do this
again.

Thanks Nukem for debugging.
2025-01-11 09:37:37 +01:00
Henrik Rydgård
b8ba52bc26
Merge pull request #19858 from hrydgard/custom-dns
Infrastructure: Direct DNS lookups
2025-01-11 08:44:21 +01:00
oltolm
9566065455 make compile on mingw-w64 2025-01-11 01:25:27 +01:00
Henrik Rydgård
7e476fedf4 Warning fix, buildfix, logfix 2025-01-11 00:37:36 +01:00
Henrik Rydgård
2e297426e9
Merge pull request #19857 from Nukem9/lrvkmsaa
libretro: Restore Vulkan MSAA video option
2025-01-10 22:57:07 +01:00
Nukem
d3aeff861e libretro: Restore Vulkan MSAA video option 2025-01-10 16:13:16 -05:00
Henrik Rydgård
293c087577 Add a new IPV4 direct DNS lookup function. Allows us to use the configured DNS directly. 2025-01-10 21:37:36 +01:00
Henrik Rydgård
5c7ca3f972 Delete some unused structs 2025-01-10 21:18:45 +01:00
Henrik Rydgård
5091ea57d4 Default logging in debug builds too to INFO. DEBUG is too spammy. 2025-01-10 20:47:22 +01:00
Henrik Rydgård
f2736af14c
Merge pull request #19844 from hrydgard/assorted-fixes
Deduplicate a OSD message, change DEBUG log level exclusions
2025-01-10 09:19:34 +01:00
Henrik Rydgård
68dfd8df44 Logging: Only disable DEBUG logs on Android/iOS release builds (previously: all release builds except Windows) 2025-01-10 01:35:59 +01:00
Henrik Rydgård
1ba304d83f Alternate buildfix 2025-01-09 21:12:00 +01:00
Henrik Rydgård
bd84c7bf7d Buildfix for new SDL.
Fixes #19839
2025-01-09 20:58:50 +01:00
Henrik Rydgård
8c152f69ea Just remove the unused function as a buildfix 2025-01-09 09:42:38 +01:00
Henrik Rydgård
2a0e3b1084 Move out a utility function to Common/Net 2025-01-09 09:23:33 +01:00
Henrik Rydgård
f84ec05140 Strange buildfix 2025-01-08 17:02:39 +01:00
Henrik Rydgård
97d5cc7ddf Android buildfix 2025-01-08 12:56:49 +01:00
Henrik Rydgård
c3aa0f7452 Centralize socket-related includes, introduce socket_errno
This resolves some weird inconsistentes and include order problems
related to errno. Needed for the next steps.
2025-01-08 12:42:45 +01:00
Henrik Rydgård
baf6bcc41e Hide the "Not supported" notice. Minor cleanups 2025-01-08 09:24:32 +01:00
Henrik Rydgård
9b82a9f180 Move all the Inet enum mappers to Core/HLE/NetInetConstants. Other cleanup. 2025-01-07 19:45:16 +01:00
Henrik Rydgård
c70f83c3a3 UI: Correct maxLen_ in text input fields 2025-01-07 18:53:15 +01:00
Henrik Rydgård
6ebbb434e4 Restrict username minimum length too (3 chars) 2025-01-07 18:09:19 +01:00
Henrik Rydgård
77e575dd65 Buildfix 2025-01-07 17:54:52 +01:00
Henrik Rydgård
01b06b76c9 Infrastructure username handling: Add separate username, pick Nickname as default if valid. 2025-01-07 17:43:02 +01:00
AdamN
f77f3016b7 Add the new DNS config settings, make use of them in NetApctl_InitInfo 2025-01-06 14:38:57 +01:00
AdamN
98dba643f4 Just the sceUtility changes from ANR2ME's branch 2025-01-06 14:38:45 +01:00
Henrik Rydgård
dd9e81b2be Quick fix for JPEG detection, we missed some files. Thanks sonic120 for the report. 2025-01-05 21:16:47 +01:00
Henrik Rydgård
70042e0906 Add comment 2025-01-05 20:43:29 +01:00
ANR2ME
f500726762 Changing httpCode to statusLine 2025-01-05 19:24:09 +01:00
ANR2ME
0012818eb7 Implement sceHttp library 2025-01-05 19:14:15 +01:00
Henrik Rydgård
0a9e463383 pspautotests runner (headless): Add ability to specify a directory to recurse
Also add the ability to ignore individual tests.

This is very useful during development for convenient multi-test runs
from within Visual Studio.

Example command line:

```
 --root pspautotests/tests/../ -o --compare --timeout=30 --graphics=software pspautotests/tests/audio/atrac/... --ignore pspautotests/tests/audio/atrac/second/resetting.prx --ignore pspautotests/tests/audio/atrac/replay.prx
```
2025-01-05 10:22:50 +01:00
Henrik Rydgård
073a6fef0e Delete dead code from Utf8.cpp 2025-01-04 13:29:42 +01:00
Henrik Rydgård
c60074d1d5 Don't cut off the last char from strings from NativeKeyboard 2025-01-04 13:27:13 +01:00
Henrik Rydgård
55aef2afdb Check file systems for case sensitivity. Avoid running un-needed workarounds. 2025-01-02 18:50:55 +01:00
Henrik Rydgård
206d4d1fea Implement the low-quality depth raster mode, default to it on Android/iOS.
I really can't tell much of a difference in practice...
2024-12-31 11:19:38 +01:00
Henrik Rydgård
f85d7db5b1 Comment fixes, buildfix 2024-12-31 02:39:58 +01:00
Henrik Rydgård
dee5fe6990 Fix issue in Midnight Club where Z now wrapped around at a distance, after removing the clamp. Might as well cull. 2024-12-31 02:30:05 +01:00
Henrik Rydgård
f5cc41caab More CrossSIMD (breaking change) 2024-12-31 01:59:11 +01:00