30125 Commits

Author SHA1 Message Date
Unknown W. Brackets
d146370075 GitHub: Update link for translation contribution. 2021-08-01 15:28:59 -07:00
Unknown W. Brackets
eee2093433 GitHub: Switch to issue form templates. 2021-08-01 15:26:08 -07:00
Henrik Rydgård
8d7f57c472
Merge pull request #14655 from iota97/clean-up
Clean up unused event
2021-07-28 13:28:54 +02:00
iota97
a80dabc087 Clean up unused event 2021-07-28 12:55:39 +02:00
Henrik Rydgård
74ffcfdcb8
Merge pull request #14651 from hrydgard/fix-mount-bug
Fix silly filesystem mounting bug introduced in #14638
2021-07-27 23:34:08 +02:00
Henrik Rydgård
f53eb4ae0d Fix silly filesystem mounting bug introduced in #14638
Fixes #14650.
2021-07-27 22:55:02 +02:00
Henrik Rydgård
3f1a5a148f Add a missing java function (fix a little merge mistake) 2021-07-26 21:54:48 +02:00
Henrik Rydgård
e5db962601
Merge pull request #14648 from Linblow/cwcheat-utf8
Detect CwCheat file UTF-8 BOM sequence and ignore it
2021-07-26 21:28:10 +02:00
Henrik Rydgård
bd0a1f5735
Merge pull request #14649 from iota97/join-name
Trim username on join as well
2021-07-26 21:27:56 +02:00
iota97
4205ce7c42 Trim username on join as well 2021-07-26 21:11:21 +02:00
Linblow
0fcf68632d Detect CwCheat file UTF-8 BOM sequence and ignore it 2021-07-26 11:47:21 +02:00
Henrik Rydgård
565dd80587
Merge pull request #14646 from iota97/numpad-enter
Accept numpad enter for OnEnter event
2021-07-26 09:04:47 +02:00
iota97
4489f1b312 Accept numpad enter as well 2021-07-26 08:28:46 +02:00
Henrik Rydgård
af1b4deb42
Merge pull request #14644 from hrydgard/even-more-scoped-storage-commits
Even more scoped storage commits
2021-07-25 19:45:48 +02:00
Henrik Rydgård
b3c2252b28 Fix further issues when the memstick dir is the PSP dir 2021-07-25 19:23:24 +02:00
Henrik Rydgård
d14a90001b Less "Fd x for content URI" logspam 2021-07-25 19:23:19 +02:00
Henrik Rydgård
5d047a394b Scoped storage: Make the home button simply go to the root of the current directory tree. 2021-07-25 19:23:10 +02:00
Henrik Rydgård
e29f749d98
Merge pull request #14642 from hrydgard/more-scoped-storage-work
Merge a few more of the commits from #14619
2021-07-25 18:23:35 +02:00
Henrik Rydgård
3ec13b8440 Two more functions 2021-07-25 17:32:12 +02:00
Henrik Rydgård
0997b8500c Convert four more functions to allow for error codes.
Note that they still don't actually use them...
2021-07-25 17:32:12 +02:00
Henrik Rydgård
2333239514 Change one storage function to use an error code. 2021-07-25 17:32:12 +02:00
Henrik Rydgård
8ab627d6e9 Workaround for the /PSP path thing. Needs testing. 2021-07-25 17:32:12 +02:00
Henrik Rydgård
ab69b896c3 Add and hook up Android_MoveFile 2021-07-25 17:32:12 +02:00
Henrik Rydgård
729496b60a Error code support preparations 2021-07-25 17:32:09 +02:00
Henrik Rydgård
c6c5a93bf4 Couple of minor things, crashfix on deserialization failure 2021-07-25 15:42:12 +02:00
Henrik Rydgård
76e8e89925 Add support for FILE_APPEND. 2021-07-25 15:42:12 +02:00
Henrik Rydgård
e9f19e133b
Merge pull request #14638 from hrydgard/metafilesystem-cleanup
Cleanup the ownership model in MetaFileSystem.
2021-07-25 14:02:46 +02:00
Henrik Rydgård
242391e207
Merge pull request #14639 from stuken/libretro_i18n_fix
Fix English language mapping after recent i18n additions.
2021-07-24 21:53:55 +02:00
Stuart Kenny
156ae2e81f Fix English language mapping after recent i18n additions. 2021-07-24 18:59:58 +01:00
Henrik Rydgård
9ae00b80b1 Cleanup the ownership model in MetaFileSystem.
The old one was error-prone spaghetti.
2021-07-24 10:31:15 +02:00
Henrik Rydgård
5270f7d4d2
Merge pull request #14636 from hrydgard/more-scoped-storage-work
More scoped storage support work
2021-07-24 00:59:35 +02:00
Henrik Rydgård
d5781824eb Fix lastModified, speed up Android_FileExists. Add Android_CopyFile (unused) 2021-07-24 00:33:05 +02:00
Henrik Rydgård
6b0851cb73 Use a simpler method that actually works to get free storage space from content URI. 2021-07-24 00:33:05 +02:00
Henrik Rydgård
14e24b28ad Use a DocumentsContract query for single-file GetFileInfo too. 2021-07-24 00:33:05 +02:00
Henrik Rydgård
bd99e4a287 Greatly speed up content URI file listings by using DocumentContract queries. 2021-07-24 00:33:05 +02:00
Henrik Rydgård
868f5f6189
Merge pull request #14632 from iota97/cvendor
Log UB fix
2021-07-22 12:15:38 +02:00
iota97
4ac7e28726 log fix 2021-07-22 11:31:03 +02:00
Henrik Rydgård
e3c748cc97 OpenGL: Accept "AMD" as a vendor string for, well, AMD.
Seen with the open source driver by archanox
2021-07-22 08:59:48 +02:00
Henrik Rydgård
96406364ca Fix for new bug in GetDirListing, oops 2021-07-19 20:43:10 +02:00
Henrik Rydgård
87dcf60ed0
Merge pull request #14627 from hrydgard/path-fixes-for-scoped-storage
Path and I/O fixes preparing for Android scoped storage
2021-07-19 19:44:59 +02:00
Henrik Rydgård
f0f2506dcc Forgot to pass the flags to GetFilesInDir to mimic the old behavior 2021-07-19 17:38:01 +02:00
Henrik Rydgård
e73e0dc0be Fix multiple issues preventing in-game saves from working. 2021-07-19 17:34:51 +02:00
Henrik Rydgård
2f04fc1c00 Refactor DirectoryFileSystem::GetDirListing to use GetFilesInDir.
Lets us remove some platform specific code, fixing the content URI case.
2021-07-19 17:34:51 +02:00
Henrik Rydgård
bea9f67c02 Fix assorted path issues 2021-07-19 17:34:51 +02:00
Henrik Rydgård
a341eb6c32 Remove unnecessary slash conversion 2021-07-19 17:34:51 +02:00
Henrik Rydgård
4f10ff9d31 Add quick method to check file existence by content URI.
Seems to speed up bringing up the pause screen slightly (checking for
save state files).
2021-07-19 17:34:51 +02:00
Henrik Rydgård
15fafe5415 Fix date/time display for savestates 2021-07-19 17:34:51 +02:00
Henrik Rydgård
e1b4a9175a Add handling for Android content URIs to VFSReadFile, fixing savestate thumbnails. 2021-07-19 17:34:51 +02:00
Henrik Rydgård
b0558b2174 Assorted directory fixes 2021-07-19 17:34:50 +02:00
Henrik Rydgård
fff3850096 Add ability to rename content URI files, fixing saving save states.
buildfix
2021-07-19 17:34:50 +02:00