Commit Graph

23 Commits (40d157aa230ed4e4774d9145fba4f2fba2282bc5)

Author SHA1 Message Date
Connor McLaughlin cd0199a07a FileSystem: Fix size being unfilled on Linux
Fixes BIOS detection.
6 years ago
Connor McLaughlin e8e461c0a7 FileSystem: Fix GetProgramPath() sometimes returning stale paths
See https://social.msdn.microsoft.com/Forums/windowshardware/en-US/4b7b3884-d0bb-4812-bc18-2078c61d4b90/queryfullprocessimagename-gives-wrong-path-for-renamed-directory?forum=windowsgeneraldevelopmentissues
6 years ago
kwyxz 31695c4ff7
Haiku port of duckstation libretro core (#716)
* Haiku build 1st attempt

* fix load on Haiku

* Removed debugging flags

* Added a couple ifndef
6 years ago
Connor McLaughlin 512a8b2b39 FileSystem: Make more functions UTF-8 compatible on Windows 6 years ago
Connor McLaughlin a7dbb9ab28 CDImage: Work around cue parser requiring new line at end 6 years ago
Connor McLaughlin ede8de92f6 FileSystem: Use wide strings for FindFiles and StatFile on Windows 6 years ago
Connor McLaughlin 8b0c3f0dc8 FileSystem: Use wide strings for fopen on Windows 6 years ago
Connor McLaughlin 266d70c629 Common/FileSystem: Add IsAbsolutePath() and tests 6 years ago
Connor McLaughlin 84d4423719
Merge pull request #564 from lioncash/leak
file_system: Prevent resource leaks in DeleteDirectory()
6 years ago
Lioncash 83a01c27a2 file_system: Prevent resource leaks in DeleteDirectory()
We need to remember to close the search handle in the error cases.
6 years ago
Lioncash 292a0a6800 file_system: Correct duplicate conditionals in CreateDirectory() 6 years ago
Connor McLaughlin bd164d2735 Common/FileSystem: Add {Read,Write}BinaryFile helpers 6 years ago
Connor McLaughlin 6a03bb2d15 HostInterface: Drop std::filesystem requirement 7 years ago
Connor McLaughlin fd2ca2927e Common/FileSystem: Fix recursive directory creation 7 years ago
Connor McLaughlin f0910dc948 Common/FileSystem: Include fix 7 years ago
Connor McLaughlin f805764fea Common/FileSystem: More OSX fixes.. 7 years ago
Connor McLaughlin 2ac8f7a6ac Common/FileSystem: uint32 -> u32 7 years ago
Connor McLaughlin 4681f9d744 Common/FileSystem: Don't include malloc.h on macOS 7 years ago
Connor McLaughlin 23c8a5588d Add macOS to some Linux/Android-only-isms 7 years ago
Connor McLaughlin 288b680e07 FileSystem: Add ReplaceExtension() helper 7 years ago
Connor McLaughlin 7afb79aee6 Common: Add FileSystem::{Get,Set}WorkingDirectory functions 7 years ago
Connor McLaughlin de4e45a433 Common: Add a function to get the path to the running program 7 years ago
Connor McLaughlin 71c1e243fe Remove YBaseLib dependency 7 years ago