aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/FileSystem/SaveHelper.cs
AgeCommit message (Collapse)Author
2018-10-17Remove unnecessary usings (#463)gdkchan
* Remove unnecessary usings * Fix CastExpression while I'm at it
2018-10-07Save Common implementation (#434)emmauss
* save common implementation * remove zero userid check * Renamed UserId to UInt128 * fix index in hex conversion
2018-09-08Implements proper save path (#386)emmauss
* initial save path implementation * fix savedatatype offset, remove incomplete createsavedata implimentation * address nits * fix crash if npdm is not found * made saveinfo readonly, other stuff * remove context param from saveinfo contructor * fix style * remove whitespace