summaryrefslogtreecommitdiff
path: root/Source/Core/Common/NandPaths.cpp
AgeCommit message (Expand)Author
2025-07-04WiiSaveBanner: fall back to $userdir/Load/WiiBannersTillmann Karras
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-12-15Modernize `std::none_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
2023-08-12NandPaths: Use initializer_list instead of unordered_setDentomologist
2023-08-12NandPaths: Resolve Android tautological comparison warningDentomologist
2023-06-22Kill AsciiToHexget
2023-06-13Common: Convert FromWhichRoot to enum classDentomologist
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2022-11-17IOS/ES: Add support for V1TicketSketch
2021-12-25Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-29NetPlay: Check file names when receiving GCI folderTechjar
2019-06-14Common: Use fmt where applicableLioncash
2019-04-08NetPlay: Synchronize Mii dataTechjar
2018-05-04NandPaths: Return paths that are relative to Wii NANDLéo Lam
2018-04-22NandPaths: Make function parameters consistentLioncash
2018-04-22NandPaths: Remove unused header inclusionsLioncash
2017-08-15WFS/NAND: Better handle GID.Pierre Bourdon
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-11StringUtil: Make SplitString return by valueLéo Lam
2017-05-06NandPaths: Make .h function order match .cppJosJuice
2017-05-06Don't duplicate code for getting paths based on title IDsJosJuice
2017-03-30Common: Remove dead code in NandPathsLéo Lam
2017-03-10IOS/ES: Write import files to /import firstLéo Lam
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-12Remove pre-generated SYSCONFLéo Lam
2016-11-26IOS HLE: More robust escaping of NAND pathsJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2015-12-22Including missing headers required for non-pch builds and other architecturesRyan Houdek
2015-10-16Mark which Wii root to use in the NAND path code.comex
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-05-28Add a mode to use a dummy Wii NAND.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-04Use emplace_* functions where in-place construction is preferableLioncash
2014-09-11Remove some unnecessary semicolonsLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre