summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
AgeCommit message (Expand)Author
2022-07-11Treewide: Rename references to SD Card image path to clarify they mean the im...Admiral H. Curtiss
2022-07-05FileUtil: Only attempt to write to the destination in Copy if there is actual...OatmealDome
2022-06-26Core: add GraphicsMod directoryiwubcode
2022-05-31FileUtil: Refactor CreateSysDirectoryPath()Dentomologist
2022-05-31FileUtil: Remove GetSysDirectory log spamDentomologist
2022-05-31Android: Ensure File::s_android_sys_directory is set only onceDentomologist
2022-03-08Common/FileUtil: Change logging to debug levelPokechu22
2022-02-25FileUtil: Remove redundant statementDentomologist
2021-12-25Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...Admiral H. Curtiss
2021-12-25Common/FileUtil: Ensure consistency for custom user paths.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-24CommonPaths: Add a Riivolution subfolder in Load.Admiral H. Curtiss
2021-09-14Common/FileUtil: Strip trailing path separator in ScanDirectoryTree().Admiral H. Curtiss
2021-08-17Bump minimum macOS to 10.13 High SierraOatmealDome
2021-07-21Merge pull request #9600 from Bonta0/mgba-prJMC47
2021-07-19FileUtil: Remove duplication in FileInfo constructorDentomologist
2021-07-13Config: GBA settingsBonta
2021-07-06Merge pull request #9862 from delroth/spdx-tagsMai M
2021-07-06Merge pull request #8915 from OatmealDome/updater-temp-dirLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-05Common/FileUtil: Add some missing configs to D_CONFIG_IDXTechjar
2021-05-31FileUtil: Handle app translocation on macOSOatmealDome
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-12-30Merge pull request #9318 from JosJuice/android-saf-gamesJosJuice
2020-12-24Core: Add new Free Look settings and configiwubcode
2020-12-20Android: Add content provider support to File::ScanDirectoryTreeJosJuice
2020-12-20Android: Add content provider support to File::FileInfoJosJuice
2020-12-05Add warning flags to File deletion functionsDentomologist
2020-12-03Change File::DeleteDir return valueDentomologist
2020-11-25Fix file rename errors on WindowsDentomologist
2020-10-26FileUtil: Fix format stringLéo Lam
2020-10-23Common: Migrate logging to fmtLioncash
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode
2020-09-16Android: Add content provider support to File::DeleteJosJuice
2020-08-23FileUtil: handle some error conditionsShawn Hoffman
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2019-11-09Merge pull request #8393 from CookiePLMonster/long-pathsLéo Lam
2019-10-28Merge pull request #8352 from rlnilsen/motion-controller-support-via-cemuhook...Pierre Bourdon
2019-10-27Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...rlnilsen
2019-10-26Add support for motion controllers via the CemuHook controller input protocol.rlnilsen
2019-10-25Rebuild D_REDUMPCACHE_IDX path when neededJosJuice
2019-10-07Move GetModuleName to CommonSilent
2019-10-07Remove MAX_PATH limit from:Silent
2019-08-24VolumeVerifier: Add datfile parsingJosJuice
2019-05-29Common/FileUtil: Use std::string::data within ReadFileToStringLioncash
2019-05-29Common/FileUtil: Use std::string_view with WriteStringToFileLioncash
2019-05-29Common/FileUtil: Make WriteStringToFile consistent with ReadFileToStringLioncash
2019-05-05Revert "Core: Remove MemoryWatcher"Vlad Firoiu
2019-05-02Debugger/Memory: Add support for address spacesbooto
2019-04-28Core: Remove MemoryWatcherTechjar