summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
AgeCommit message (Expand)Author
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
2019-02-26Common/FileUtil: Fix GetExePath() cutting off the bundle namespycrab
2019-02-06UICommon/AutoUpdate: Add macOS supportspycrab
2018-12-19Implement resource packsspycrab
2018-07-30Revert "Revert "Qt/GameList: Add option to show covers in grid mode""spycrab
2018-07-28Revert "Qt/GameList: Add option to show covers in grid mode"Pierre Bourdon
2018-07-27Qt/GameList: Add option to show covers in grid modespycrab
2018-06-06Give Dump Objects dedicated folder and tooltipRyan Meredith
2018-05-11FileUtil: Remove unnecessary IOFile GetHandle() call in ReadFileToString()Lioncash
2018-05-08Qt: Allow custom stylesheetsspycrab
2018-05-04Win32/FileUtil: Fix IsDirectory() not working for certain directoriesspycrab
2018-05-02Remove code related to UI.iniJosJuice
2018-03-23AutoUpdater: support optionally restarting Dolphin after updatePierre Bourdon
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-12-26Android: Extract Sys to a different folder than the User folderJosJuice
2017-12-24Don't expose SYSDATA_DIR in a headerJosJuice
2017-08-25Fix regression in File::CopyDirJosJuice
2017-08-22WFSI: Implement patch install finalization.Pierre Bourdon
2017-08-21FileUtil: Simplify File::Copy on non-Windows platformsLéo Lam
2017-08-21Revert "Try to fix File::Copy with non-1024-byte aligned sizes"Pierre Bourdon
2017-08-21Merge pull request #5939 from JonnyH/WIP/broken-fstream-copyMarkus Wick
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-08-17Try to fix File::Copy with non-1024-byte aligned sizesJonathan Hamilton
2017-06-29FileUtil: Add a class for Exists/IsDirectory/GetSizeJosJuice
2017-06-16FileUtil: Use errno for printing errors in IsDirectoryLéo Lam
2017-06-16FileUtil: Don't manually strip trailing slashesLéo Lam
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-07do not assign in conditional statementsShawn Hoffman
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-02-16Add some missing INI files to FileUtilRyan Houdek
2017-02-05Copy Wii save for current game for Netplay and TASChris Burgener
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2017-01-14CommonPaths: Add D_WFSROOT_IDX.Pierre Bourdon
2017-01-12IOFile: Get rid of IOFile's ReleaseHandle functionLioncash