- Apr 28, 2018
-
-
Lioncash authored
The minimum clang/GCC versions we support already support this. We can also remove is_standard_layout(), as fread and fwrite only require the type to be trivially copyable.
-
- Mar 26, 2018
-
-
N00byKing authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Dec 22, 2016
-
-
bunnei authored
-
- Nov 24, 2016
-
-
freiro authored
-
- Nov 19, 2016
- Sep 21, 2016
-
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jun 19, 2016
-
-
Yuri Kunde Schlesner authored
ForeachDirectoryEntry didn't actually do anything with the `recursive` parameter, and the corresponding callback parameter was shadowing the actual recursion counters in the user functions.
-
- May 21, 2016
-
-
Emmanuel Gil Peyrot authored
Fixes #1115. Also improves the performances of DiskArchive’s directory implementation a lot, simply by not going through the entire tree instead of just listing the first level files. Thanks to JayRoxFox for rebasing this on current master!
-
- Apr 30, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Apr 23, 2016
-
-
LittleWhite authored
-
- Apr 14, 2016
- Apr 13, 2016
- Apr 12, 2016
-
-
MerryMage authored
-
- Nov 27, 2015
-
-
archshift authored
ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255.
-
- Oct 01, 2015
-
-
archshift authored
Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively to use the new ScanDirectoryTreeAndCallback function internally.
-
- Aug 18, 2015
-
-
darkf authored
-
- Jul 18, 2015
-
-
Emmanuel Gil Peyrot authored
-
- Jul 13, 2015
-
-
Tony Wasserka authored
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jan 04, 2015
-
-
Subv authored
Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
-
- Jan 03, 2015
- Dec 30, 2014
-
-
Subv authored
They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded.
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Dec 18, 2014
-
-
Subv authored
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
-
Subv authored
The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information Got rid of the code duplication in File and Directory Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive. FS_U: Use the correct error code when a file wasn't found
-
- Dec 12, 2014
-
-
bunnei authored
-
- Dec 03, 2014
-
-
Rohit Nirmal authored
-
- Nov 19, 2014
-
-
Emmanuel Gil Peyrot authored
-
- Oct 07, 2014
-
-
archshift authored
Uses QSettings on citra-qt, and inih on citra-cli.
-
- Oct 06, 2014
-
-
Emmanuel Gil Peyrot authored
Core: Fix the SDMC Directory implementation to make blargSnes work.
-
- Sep 28, 2014
-
-
Lioncash authored
-
- Sep 21, 2014
-
-
archshift authored
-