index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
NandPaths.cpp
Age
Commit message (
Expand
)
Author
2025-07-04
WiiSaveBanner: fall back to $userdir/Load/WiiBanners
Tillmann Karras
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-12-15
Modernize `std::none_of` with ranges
mitaclaw
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-09-22
StringUtil: Remove `JoinStrings`
mitaclaw
2023-08-12
NandPaths: Use initializer_list instead of unordered_set
Dentomologist
2023-08-12
NandPaths: Resolve Android tautological comparison warning
Dentomologist
2023-06-22
Kill AsciiToHex
get
2023-06-13
Common: Convert FromWhichRoot to enum class
Dentomologist
2023-01-24
Common: Replace StringBeginsWith/StringEndsWith with std equivalents
Lioncash
2022-11-17
IOS/ES: Add support for V1Ticket
Sketch
2021-12-25
Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-29
NetPlay: Check file names when receiving GCI folder
Techjar
2019-06-14
Common: Use fmt where applicable
Lioncash
2019-04-08
NetPlay: Synchronize Mii data
Techjar
2018-05-04
NandPaths: Return paths that are relative to Wii NAND
Léo Lam
2018-04-22
NandPaths: Make function parameters consistent
Lioncash
2018-04-22
NandPaths: Remove unused header inclusions
Lioncash
2017-08-15
WFS/NAND: Better handle GID.
Pierre Bourdon
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-11
StringUtil: Make SplitString return by value
Léo Lam
2017-05-06
NandPaths: Make .h function order match .cpp
JosJuice
2017-05-06
Don't duplicate code for getting paths based on title IDs
JosJuice
2017-03-30
Common: Remove dead code in NandPaths
Léo Lam
2017-03-10
IOS/ES: Write import files to /import first
Léo Lam
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-12
Remove pre-generated SYSCONF
Léo Lam
2016-11-26
IOS HLE: More robust escaping of NAND paths
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
Correct ampersands as well
mathieui
2015-12-22
Including missing headers required for non-pch builds and other architectures
Ryan Houdek
2015-10-16
Mark which Wii root to use in the NAND path code.
comex
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-05-28
Add a mode to use a dummy Wii NAND.
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-04
Use emplace_* functions where in-place construction is preferable
Lioncash
2014-09-11
Remove some unnecessary semicolons
Lioncash
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-09
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Pierre Bourdon
2014-02-08
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre