Henrik Rydgård
|
1025bbcf89
|
Log level/type: Use enum class instead of the awkward namespace trick.
Just a small cleanup I've wanted to do for a long time.
|
2023-08-25 11:48:59 +02:00 |
|
Henrik Rydgård
|
942021e5cd
|
VirtualDiscFileSystem: Fix out-of-range array read in fileList
|
2023-05-04 23:47:46 +02:00 |
|
Unknown W. Brackets
|
b927592f88
|
virtfs: Log error when dlopen() fails.
|
2023-03-27 06:30:09 -07:00 |
|
Unknown W. Brackets
|
667ae002ca
|
virtfs: Oops, correct Version check.
Must not have added after?
|
2023-03-27 06:29:09 -07:00 |
|
Unknown W. Brackets
|
414be98489
|
virtfs: Tell file plugins which shut down.
We can have multiple, so it ideally needs to deal with the latest.
|
2023-03-26 14:45:27 -07:00 |
|
Henrik Rydgård
|
66d2fb2aa4
|
Reduce logspam from fonts, and a less angry error message for missing textures.zip.
|
2023-03-16 23:12:46 +01:00 |
|
Unknown W. Brackets
|
a7b7bf7826
|
Global: Set many read-only params as const.
This makes what they do and which args to use clearer, if nothing else.
|
2022-12-10 21:13:36 -08:00 |
|
Unknown W. Brackets
|
4942692558
|
Io: Provide directory existence with listing.
Sometimes, you need to tell the difference between an empty directory and
one that doesn't exist at all. We can do this in a single call.
|
2022-10-09 14:42:31 -07:00 |
|
lainon
|
b304551747
|
Code readability, vec reserve() and remove excess c_str()
|
2022-09-30 12:31:32 +03:00 |
|
lainon
|
fec708489a
|
Correct cleaning string and remove unused vars
|
2022-09-30 12:26:30 +03:00 |
|
tunip3
|
42ae18eea5
|
Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build (#15652)
* replace, all win32 file io with their matching uwp safe variants
* add support for drive listing
* Delete NATIVEAPP.ipch
* Update .gitignore
* fix indentation
|
2022-07-06 23:59:47 +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
|
e73e0dc0be
|
Fix multiple issues preventing in-game saves from working.
|
2021-07-19 17:34:51 +02:00 |
|
Henrik Rydgård
|
b397e5c455
|
Assorted plumbing.
wip
Buildfix
|
2021-06-07 00:24:51 +02:00 |
|
Unknown W. Brackets
|
82cd904e99
|
Common: Use Path for GetFileSize().
|
2021-05-15 11:11:37 -07:00 |
|
Henrik Rydgård
|
40ab92fe7b
|
Remove unused function GetHostPath from filesystems
|
2021-05-13 10:39:17 +02:00 |
|
Henrik Rydgård
|
2e16e83159
|
It never ends...
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
025bcb1673
|
Introduce Path, start using it all over the place.
Still lots left to convert!
Convert GetSysDirectory to return Path.
More buildfixing
Remove unnecessary Path( constructors
|
2021-05-13 10:39:16 +02:00 |
|
Unknown W. Brackets
|
fada6583c9
|
Core: Fix virtual disc index reading.
Otherwise it thought the newline was part of the path.
|
2021-05-09 17:00:48 -07:00 |
|
Henrik Rydgård
|
2999e1cb86
|
Core: Remove some uses of OpenCPPFile.
|
2021-05-09 17:00:48 -07:00 |
|
Unknown W. Brackets
|
58d46274ef
|
Common: FileUtil rename buildfix.
|
2021-04-25 14:51:39 -07:00 |
|
Henrik Rydgård
|
77b8a14770
|
Merge GetFileInfo/GetFileDetails into GetFileInfo
|
2021-04-25 20:52:29 +02:00 |
|
Unknown W. Brackets
|
1aae6e5ffc
|
Io: Prevent error on bad handle for DevType().
|
2021-04-21 20:11:23 -07:00 |
|
Unknown W. Brackets
|
da2e722794
|
Windows: Fix some format warnings.
|
2021-02-14 10:30:10 -08:00 |
|
Unknown W. Brackets
|
0ffac20fcd
|
Common: Include unistd.h before ctime on mingw.
This is required for localtime_r and similar to be available.
|
2021-02-14 10:30:10 -08:00 |
|