- Jul 23, 2018
-
-
Zach Hilman authored
Cleanup Review fixes
-
- Jul 19, 2018
-
-
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
-
- Jan 20, 2018
- Jan 13, 2018
-
-
bunnei authored
-
- Oct 10, 2017
-
-
bunnei authored
-
- Oct 06, 2017
-
-
bunnei authored
-
- Sep 26, 2017
-
-
Subv authored
The loaders will now just create a Kernel::Process, construct it and return it to the caller, which is responsible for setting it as the current process and configuring the global page table.
-
- Dec 22, 2016
-
-
bunnei 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 19, 2016
-
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- May 21, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jul 13, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jan 15, 2015
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.
-
Emmanuel Gil Peyrot authored
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Jul 05, 2014
- Jun 24, 2014
-
-
bunnei authored
-
bunnei authored
- Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
-
- Jun 17, 2014
- Jun 16, 2014
-
-
bunnei authored
-
- Apr 08, 2014
-
-
bunnei authored
-
- Mar 25, 2014
-
-
bunnei authored
-