Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub 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årdandGitHub b0182ed0e6 Merge pull request #19918 from XJustForYouX/PatchLanguageID
Update Languange ID
2025-01-24 07:32:28 +01:00
XForYouXandGitHub 838ba8a7ad . 2025-01-24 09:34:43 +07:00
Henrik RydgårdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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
Henrik Rydgård d61757befd Add entry for Patapon 3 in infra-dns.json (flag it not working) 2025-01-21 17:33:08 +01:00
Henrik RydgårdandGitHub d7aa236e13 Merge pull request #19903 from hrydgard/network-connection-detection
Don't disable savestates just because adhoc is "inited"
2025-01-21 13:41:14 +01:00
Henrik Rydgård 2a924ff4df Logging fixes, buildfix on some systems 2025-01-21 12:55:32 +01:00
Henrik Rydgård 29f0744f7d Add warnings on pause screen if a game is known not to work with infrastructure 2025-01-21 12:22:32 +01:00
Henrik Rydgård 1aef267acc Add more information to ImDebugger (ApCtl) 2025-01-21 12:22:32 +01:00
Henrik Rydgård 9f8d21e7b8 Add some more debugger windows and info for networking stuff 2025-01-21 12:22:32 +01:00
Henrik Rydgård 5d124d93f8 Make network connection detection (for pause screen purposes) a bit more strict. 2025-01-21 12:22:29 +01:00
Henrik RydgårdandGitHub a7ce204362 Merge pull request #19902 from hrydgard/imgui-allow-input-when-unfocused
ImDebugger: Send inputs to the game when no windows are focused
2025-01-21 12:20:29 +01:00
Henrik Rydgård 9daa4eae5e ImDebugger: Send inputs to the game when no windows are focused (click the background) 2025-01-21 11:52:46 +01:00
Henrik RydgårdandGitHub aa4311cba5 Merge pull request #19901 from warmenhoven/warmenhoven/pr/libretro-win-fix
libretro: windows build fix
2025-01-21 08:08:08 +01:00