- Jul 24, 2018
-
-
Lioncash authored
Avoids unwanted implicit conversions. Thankfully, given the large amount of cleanup in past PRs, only this tiny amount is left over to cover.
-
- 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.
-
Lioncash authored
is_jump_relocation is never used within the function, so we can just remove it.
-
Lioncash authored
It's sufficient to use a forward declaration instead of a direct inclusion here.
-
Lioncash authored
Makes the code more uniform, and also braces cases where the body of an unbraced conditional travels more than one line.
-
Lioncash authored
Makes it consistent with the other Apploader constructors, and prevents implicit conversions.
-
Lioncash authored
This isn't used anywhere in the header.
-
Zach Hilman authored
Cleanup Review fixes
-
- Jul 22, 2018
- Jul 21, 2018
-
-
Subv authored
-
- Jul 20, 2018
- Jul 19, 2018
-
-
Lioncash authored
These weren't adjusted when VFS was introduced
-
Lioncash authored
We should always assume the filesystem is volatile and check each IO operation. While we're at it reorganize checks so that early-out errors are near one another.
-
Lioncash authored
-
Lioncash authored
We can just initialize these vectors directly via their constructor.
-
Lioncash authored
-
Zach Hilman authored
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
-
- Jul 17, 2018
-
-
Zach Hilman authored
-
- Jul 13, 2018
-
-
Hedges authored
* More improvements to GDBStub - Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS. - List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names. - Initial support for floating point registers. * Tidy up as requested in PR feedback * Tidy up as requested in PR feedback
-
- 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
-
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
-
- May 02, 2018
-
-
Lioncash authored
This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
-
- Apr 27, 2018
-
-
Lioncash authored
-
- Apr 25, 2018
-
-
Lioncash authored
-
- Apr 21, 2018
-
-
Subv authored
-
- Apr 06, 2018
-
-
N00byKing authored
* core, main.h: Abort on 32Bit ROMs * main.cpp: Fix Grammar
-
- Apr 02, 2018
-
-
N00byKing authored
-
- Mar 31, 2018
-
-
bunnei authored
-
- Mar 19, 2018
-
-
N00byKing authored
-
- Mar 16, 2018
-
-
bunnei authored
-
- Mar 14, 2018
-
-
bunnei authored
-
- Mar 02, 2018
-
-
Subv authored
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
-
- Feb 25, 2018
-
-
shinyquagsire23 authored
-
shinyquagsire23 authored
-