- Jul 23, 2018
-
-
Lioncash authored
RealVfsFile inherits from VfsFile, the instance from std::make_shared is already compatible with the function argument type, making the copy constructor call unnecessary.
-
- Jul 22, 2018
-
-
Lioncash authored
Avoids unnecessary construction of std::string instances where applicable.
-
- Jul 19, 2018
-
-
Lioncash authored
These weren't adjusted when VFS was introduced
-
Zach Hilman authored
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
-
- Jul 08, 2018
-
- Jul 06, 2018
-
-
Zach Hilman authored
* Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename
-
- Jul 03, 2018
-
-
James Rowe authored
-
- Jun 21, 2018
-
-
Zach Hilman authored
* Start to add NCA support in loader * More nca stuff * More changes to nca.cpp * Now identifies decrypted NCA cont. * Game list fixes and more structs and stuff * More updates to Nca class * Now reads ExeFs (i think) * ACTUALLY LOADS EXEFS! * RomFS loads and games execute * Cleanup and Finalize * plumbing, cleanup and testing * fix some things that i didnt think of before * Preliminary Review Changes * Review changes for bunnei and subv
-
- Apr 25, 2018
-
-
Lioncash authored
-
- Jan 20, 2018
- Jan 14, 2018
-
-
Thog authored
-
- Oct 13, 2017
- Oct 10, 2017
-
-
bunnei authored
-
- Oct 06, 2017
-
-
bunnei authored
-
- Sep 30, 2017
-
-
bunnei authored
-
- Mar 08, 2017
-
-
wwylele authored
-
- 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
-
- May 21, 2016
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing.
-
- May 06, 2016
-
-
wwylele authored
-
- May 04, 2016
-
-
wwylele authored
-
- Apr 05, 2016
-
-
MerryMage authored
-
- Mar 08, 2016
-
-
LittleWhite authored
Add error popup when citra initialization failed
-
- Mar 03, 2016
-
-
LittleWhite authored
-
- Oct 01, 2015
-
-
archshift authored
-
- Sep 21, 2015
-
-
Cruel authored
-
- Sep 10, 2015
-
-
Lioncash authored
-
- Aug 15, 2015
-
-
Benjamin Barenblat authored
Make `Loader::LoadFile` return an `ErrorNotImplemented` if you call it on a CIA file.
-
Benjamin Barenblat authored
Make `GetFileTypeString` return ‘CIA’ for CIA (CTR Importable Archive) files.
-
- Jul 25, 2015
-
-
Lioncash authored
-
- Jul 13, 2015
-
-
Yuri Kunde Schlesner authored
-
condut authored
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- May 15, 2015
-
-
Yuri Kunde Schlesner authored
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
-
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation.
-