Commit Graph
42057 Commits
Author SHA1 Message Date
Henrik Rydgård acd5b24924 Complete CrossSIMD non-simd fallback (although buggy, it seems). Minor ARM64 opt. 2025-01-28 10:54:43 +01:00
Henrik Rydgård 2aaa1e5379 CrossSIMD: Expand the no-simd path 2025-01-28 10:54:43 +01:00
Henrik Rydgård 32df2f7a03 Remove unused functions 2025-01-28 10:54:43 +01:00
Henrik Rydgård 74501b06b6 CrossSIMD: Add more no-simd fallback types 2025-01-28 10:54:43 +01:00
Henrik Rydgård 9d164b71fb Some new CrossSIMD operations 2025-01-28 10:54:43 +01:00
Henrik Rydgård d31044103d Add basic vscode .launch file, for easy debugging on mac 2025-01-28 10:54:43 +01:00
Henrik Rydgård 689492ef80 Merge pull request #19922 from hrydgard/adhoc-logging-fixes
Paper over the problems of the hlecall stack
2025-01-27 14:41:23 +01:00
Henrik Rydgård 0f5d9fe753 Paper over the problems of the hlecall stack 2025-01-27 14:13:31 +01:00
Henrik Rydgård 4c8c35d4bc Merge pull request #19921 from hrydgard/misc-ui
Windows: Set WINVER properly in CommonWindows.h, switch to new folder selector
2025-01-27 11:55:14 +01:00
Henrik Rydgård d8d992d695 Disable achievements support in VR because the UI doesn't work
Fixes #19521
2025-01-27 11:54:42 +01:00
Henrik Rydgård 04d67c2d7f Merge pull request #19920 from brad0/bsd_elf_aux_info
CMake: Add checks for getauxval and elf_aux_info
2025-01-27 11:42:34 +01:00
Henrik Rydgård 82d3b17bf9 Add support for the modern Windows folder selector (the old one is too fiddly).
This applies to Browse... when selecting a folder on the games tab, and
more.
2025-01-27 11:38:12 +01:00
Henrik Rydgård 0aaacd35c9 Specify that we're compiling for Windows 7 in CommonWindows.h 2025-01-27 11:37:48 +01:00
Brad Smith e1916bf1fe CMake: Add checks for getauxval and elf_aux_info
Add support for CPU feature detection on OpenBSD and FreeBSD riscv64.
2025-01-26 22:44:04 -05:00
Henrik Rydgård b0182ed0e6 Merge pull request #19918 from XJustForYouX/PatchLanguageID
Update Languange ID
2025-01-24 07:32:28 +01:00
XForYouX 838ba8a7ad . 2025-01-24 09:34:43 +07:00
Henrik Rydgård d6b15c7b62 Merge pull request #19914 from hrydgard/misc-fixes
Fix a logging problem reported by Nemo, and a pause bug reported by IRVN
2025-01-23 15:31:54 +01:00
Henrik Rydgård 662a889b16 Don't allow fast-forward to resume into run state 2025-01-23 14:36:04 +01:00
Henrik Rydgård 63a41e7635 Windows: Fix mis-interaction between no-menu pause and pause on window lost focus, reported by IRVN 2025-01-23 14:32:38 +01:00
Henrik Rydgård 3dc46666ff Fix logging problem in npdrm functions 2025-01-23 14:25:05 +01:00
Henrik Rydgård adbd721de0 Merge pull request #19913 from hrydgard/download-infra-json
Keep infra-dns.json updated from metadata.ppsspp.org
2025-01-23 14:19:04 +01:00
Henrik Rydgård 7fa3b48650 Add extra safeguards, fall back to cached file if download fails. 2025-01-23 13:58:59 +01:00
Henrik Rydgård 7f877bb16b Implement simple file caching. 2025-01-23 13:28:51 +01:00
Henrik Rydgård e4d08407ab Add fake request class for cached responses. 2025-01-23 13:02:06 +01:00
Henrik Rydgård c3cc3da8fe Download infra-dns.json from metadata.ppsspp.org 2025-01-23 12:54:22 +01:00
Henrik Rydgård b2fceaa3be Merge pull request #19912 from hrydgard/prepare-http-for-cache
More HTTP refactoring
2025-01-23 12:53:39 +01:00
Henrik Rydgård eb719c43e8 HTTP: Replace ProgressBarMode with a new RequestFlags enum 2025-01-23 12:09:56 +01:00
Henrik Rydgård 5c0553031e Bugfix HTTP, oops 2025-01-23 12:06:31 +01:00
Henrik Rydgård 858077fd8d Merge pull request #19911 from hrydgard/remove-frameskipping-hotkey
Windows: Delete obsolete hardcoded F7 hotkey for frameskipping
2025-01-23 11:39:25 +01:00
Henrik Rydgård 93dced115b Merge pull request #19910 from hrydgard/http-refactor
HTTP code refactor
2025-01-23 10:50:41 +01:00
Henrik Rydgård a45dad94ef Windows: Delete obsolete hotkey for frameskipping 2025-01-23 10:35:50 +01:00
Henrik Rydgård 366fb9834e Add an ImDebugger window for PPSSPP internals, right now just for sysdirs 2025-01-23 10:29:28 +01:00
Henrik Rydgård 493367c89f More http code cleanup 2025-01-23 10:16:51 +01:00
Henrik Rydgård 12adad0494 HTTP request classes code cleanup - move common things up to the base class 2025-01-23 10:16:51 +01:00
Henrik Rydgård c4a432e467 Add convenient function to get file modified time in unix time 2025-01-23 10:16:50 +01:00
Henrik Rydgård 14f07ac073 Debugger UI fix 2025-01-23 10:16:50 +01:00
Henrik Rydgård b8938f4c19 Merge pull request #19907 from hrydgard/more-network-ui
More network UI, add translation strings
2025-01-22 13:11:17 +01:00
Henrik Rydgård b41c632d56 Merge pull request #19906 from hrydgard/arm64-buildfix
Fix type error in minor ARM64 optimization, which some compilers don't like
2025-01-22 12:03:51 +01:00
Henrik Rydgård f1cd1e66e6 Infrastructure networking: Add new translation strings 2025-01-22 12:03:07 +01:00
Henrik Rydgård 57b6850ea0 Pause screen improvements 2025-01-22 11:50:01 +01:00
Henrik Rydgård 3afebf6df0 infra-dns.json corrections 2025-01-22 11:41:22 +01:00
Henrik Rydgård 2d0c9986ce Native-OSK: Remove prefilled string "VALUE" 2025-01-22 10:15:49 +01:00
Henrik Rydgård e4de9dbfb5 Add some socket data in the debugger 2025-01-22 10:12:56 +01:00
Henrik Rydgård 9ccf47a6b3 Fix type error in minor ARM64 optimization, which some compilers don't like.
Fixes #19905
2025-01-22 09:54:20 +01:00
Henrik Rydgård 748c4e4a49 sceutility: Warn if netparams are accessed *before* apctl is inited. 2025-01-22 09:53:00 +01:00
Henrik Rydgård bd8e423358 Add some comments 2025-01-22 09:47:00 +01:00
Henrik Rydgård c0bea3ca76 Merge pull request #19904 from hrydgard/network-connection-detection-2
Improve network info on pause screen (and debugger)
2025-01-22 09:26:09 +01:00
Henrik Rydgård a710faf27b Remove the Network Connected/Shutdown popups. Replace with more info on pause screen 2025-01-21 18:07:52 +01:00
Henrik Rydgård 5ffd9a2d72 Reset Np state on init, this was missing. 2025-01-21 17:41:53 +01:00
Henrik Rydgård 5abb1be440 Some more logging cleanup 2025-01-21 17:33:59 +01:00