PKHeX/PKHeX.Core/Saves/Util
Kurt 2f2512b09c Reduce allocations for checking file write time
FileInfo inherits from FileSystemInfo, which initializes a bunch of
strings that we don't need
this isn't a great optimization, just a fun exercise finding a quicker
approach to get these values
2019-04-05 18:45:59 -07:00
..
BoxUtil.cs Use enum instead of nullable bool tristate 2019-03-29 17:52:26 -07:00
Checksums.cs Relocate checksum/dexform logic 2019-03-16 12:01:21 -07:00
DexFormUtil.cs Relocate checksum/dexform logic 2019-03-16 12:01:21 -07:00
ExportFlags.cs Misc tweak to savefile export 2019-02-18 21:59:57 -08:00
GCSaveUtil.cs Relocate xd/batrev encryption 2019-03-30 21:28:32 -07:00
IGCSaveFile.cs Misc tweak to savefile export 2019-02-18 21:59:57 -08:00
SaveDetection.cs Reduce allocations for checking file write time 2019-04-05 18:45:59 -07:00
SaveExtensions.cs Use enum instead of nullable bool tristate 2019-03-29 17:52:26 -07:00
SaveUtil.cs Relocate xd/batrev encryption 2019-03-30 21:28:32 -07:00