Henrik Rydgård
bc92226715
Folder browser (like when clicking Browse...): Preinitialize with the current folder.
2024-01-25 12:47:37 +01:00
Henrik Rydgård
9218efd286
Improve the file size check when reading text files
2024-01-25 12:34:19 +01:00
Henrik Rydgård
aa9b0785a5
Merge pull request #18760 from hrydgard/cleanup-read-string
...
Cleanup read-file-to-string functions
2024-01-25 12:30:35 +01:00
Henrik Rydgård
1f129b6dca
Replace "ReadFileToString" with a few semantically clearer wrappers.
2024-01-25 09:55:54 +01:00
Henrik Rydgård
f0af76ec40
GameInfoCache: Check read size before using the data.
2024-01-25 09:43:06 +01:00
Henrik Rydgård
039fb86e9c
Merge pull request #18759 from TotalCaesar659/patch-1
...
Update Russian translation
2024-01-24 16:59:12 +01:00
TotalCaesar659
93b4b233a4
Update Russian translation
2024-01-24 18:52:15 +03:00
Henrik Rydgård
408d3aa1ad
Merge pull request #18757 from hrydgard/more-tweaks
...
More asserts, move play button on pause screen
2024-01-24 14:02:08 +01:00
Henrik Rydgård
22e91c98db
More asserts
2024-01-24 11:36:25 +01:00
Henrik Rydgård
179776460c
PauseScreen: Put the run-in-background button next to Continue
...
Fixes #18544
2024-01-24 10:04:38 +01:00
Henrik Rydgård
157f262cd2
Make some timeouts a bit more visible in the code. Some should be re-evaluated.
2024-01-24 09:50:26 +01:00
Henrik Rydgård
39cf5b5c30
Add more asserts to check the state of the render manager
2024-01-24 09:46:55 +01:00
Henrik Rydgård
138890a014
Merge pull request #18754 from hrydgard/more-beta-fixes
...
More beta fixes
2024-01-24 01:15:28 +01:00
Henrik Rydgård
0d2e5c32ab
More sanity checks
2024-01-24 00:50:32 +01:00
Henrik Rydgård
d260cd0498
Some sanity checks.
2024-01-24 00:23:08 +01:00
Henrik Rydgård
622aeaab6d
Hopefully robustify some logic in EmuScreen enough
2024-01-24 00:06:01 +01:00
Henrik Rydgård
2a7f3c589f
Merge pull request #18753 from Felipefpl/master
...
Update to the brazilian portuguese translation
2024-01-23 23:39:02 +01:00
Felipe
e956f66146
Add files via upload
2024-01-23 19:00:26 -03:00
Felipe
dfaef1c37d
Updated brazilian portuguese translation
...
Added the latest strings.
2024-01-23 17:46:43 -03:00
Felipe
b33cea3358
Merge branch 'hrydgard:master' into master
2024-01-23 17:32:24 -03:00
Henrik Rydgård
691b377ae6
Merge pull request #18752 from hrydgard/lang-updates
...
Translation keys etc: Address feedback
2024-01-23 21:06:50 +01:00
Henrik Rydgård
21d5257fbf
Translation keys etc: Address feedback from TotalCaesar659
2024-01-23 19:23:23 +01:00
Henrik Rydgård
acd43ad4b4
Merge pull request #18751 from TotalCaesar659/patch-1
...
Update Russian translation
2024-01-23 18:09:38 +01:00
TotalCaesar659
0d6397321d
Update Russian translation
2024-01-23 19:40:35 +03:00
Henrik Rydgård
17ff605af5
Merge pull request #18750 from hrydgard/more-minor-fixes
...
More minor fixes
2024-01-23 11:51:22 +01:00
Henrik Rydgård
117b7ca133
Merge pull request #18749 from hrydgard/fix-socket-leak
...
HTTPClient: Fix socket leak on connect failure
2024-01-23 11:32:55 +01:00
Henrik Rydgård
51097279c9
Vulkan: Fix race condition when changing MSAA mode with the game running "behind" the menu.
2024-01-23 11:28:45 +01:00
Henrik Rydgård
4605cfd941
Fix UI display issue with directory names starting with PSP (but not equal to it)
2024-01-23 11:19:31 +01:00
Henrik Rydgård
deffbea75f
HTTPClient: Fix socket leak on connect failure
2024-01-23 11:05:03 +01:00
Henrik Rydgård
3fae8dd547
Merge pull request #18743 from hrydgard/retroachievements-match-libretro
...
Change when we call rc_client_do_frame to something that matches libretro
2024-01-23 10:49:16 +01:00
Henrik Rydgård
f3c2d1072c
Merge pull request #18747 from hrydgard/texture-save-fixes
...
Texture saving fixes, icon load fix
2024-01-23 10:29:07 +01:00
Henrik Rydgård
768520dd0e
Separate out the checks for save vs replace textures more, fixing some issues
2024-01-23 01:07:31 +01:00
Henrik Rydgård
77d52b83db
Fix icon reading bug in GameInfoCache
2024-01-23 01:06:56 +01:00
Henrik Rydgård
2e16fd3bcc
Fix fake game ID generation to work with scoped storage
2024-01-23 01:06:56 +01:00
Henrik Rydgård
796787dce5
Merge pull request #18744 from hrydgard/memstick-move-speedup
...
Memstick folder move on Android: Speedup and safety
2024-01-22 23:12:17 +01:00
Henrik Rydgård
6e587f50f3
Rework memstick moves between devices to copy, verify and then delete
2024-01-22 21:52:39 +01:00
Henrik Rydgård
ec411e0ecb
Change when we call rc_client_do_frame to something that matches libretro
...
There's conflicting advice on when to do it, but to avoid people testing
their cheats twice, let's match as closely as we can.
This means that 30hz games will only have the callback run at 30hz.
The duplicate frames option may interfere, just like it may on libretro.
2024-01-22 19:35:26 +01:00
Henrik Rydgård
9d9f03ebb7
If quick move fails, fall back to a copy.
2024-01-22 19:30:04 +01:00
Henrik Rydgård
c6c0d0bf42
Android memstick folder moves: Do recursive moves if in the same device. Drastically faster.
2024-01-22 16:26:29 +01:00
Henrik Rydgård
9fdcef9a0f
Merge pull request #18742 from hrydgard/memstick-move-cleanup
...
Preparations for reworking the memstick folder move functionality
2024-01-22 16:26:13 +01:00
Henrik Rydgård
6ae9d42516
Preparations for reworking the memstick folder move functionality
2024-01-22 15:56:07 +01:00
Henrik Rydgård
f347e8494f
Merge pull request #18740 from hrydgard/store-improvements
...
Store improvements
2024-01-22 12:18:07 +01:00
Henrik Rydgård
a233c80b1b
Merge pull request #18741 from hrydgard/more-beta-fixes
...
Fix another game-shutdown race condition
2024-01-22 11:56:21 +01:00
Henrik Rydgård
c2850ff65a
Store: Implement progress bar for homebrew installs
2024-01-22 11:55:42 +01:00
Henrik Rydgård
bd388fc094
Add some comments and logging
2024-01-22 11:55:42 +01:00
Henrik Rydgård
902eed59bb
Android: Make use of the (spooky) fact that Android_RemoveFile deletes recursively.
2024-01-22 11:55:38 +01:00
Henrik Rydgård
1935dd3f4c
Just move DeleteDir next to DeleteDirRecursive
2024-01-22 11:54:41 +01:00
Henrik Rydgård
3b3373dde6
Add some test code for file systems. Discovered that delete on scoped storage is always recursive! Dangerous.
2024-01-22 11:54:41 +01:00
Henrik Rydgård
558bcff368
Reorder some settings in System so the sub-categories make sense
2024-01-22 11:54:41 +01:00
Henrik Rydgård
d502929cb2
Minor cleanup
2024-01-22 11:19:09 +01:00