| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Virtual Filesystem 2: Electric Boogaloo (#676) | 2018-07-18 | 12 | -525/+146 | |
| | | | | | | | | | | | * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression | ||||
| * | General Filesystem and Save Data Fixes (#670) | 2018-07-17 | 3 | -5/+3 | |
| | | |||||
| * | More improvements to GDBStub (#653) | 2018-07-12 | 4 | -0/+15 | |
| | | | | | | | | | | | | * 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 | ||||
| * | Revert "Virtual Filesystem (#597)" | 2018-07-07 | 12 | -140/+540 | |
| | | | | | This reverts commit 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2. | ||||
| * | Virtual Filesystem (#597) | 2018-07-06 | 12 | -540/+140 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Update clang format | 2018-07-02 | 1 | -5/+5 | |
| | | |||||
| * | Rename logging macro back to LOG_* | 2018-07-02 | 6 | -27/+27 | |
| | | |||||
| * | Add support for decrypted NCA files (#567) | 2018-06-21 | 6 | -11/+434 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | general: Make formatting of logged hex values more straightforward | 2018-05-02 | 2 | -4/+4 | |
| | | | | | | | 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). | ||||
| * | general: Convert assertion macros over to be fmt-compatible | 2018-04-27 | 1 | -1/+1 | |
| | | |||||
| * | loader: Move old logging macros over to new fmt-capable ones | 2018-04-24 | 5 | -26/+25 | |
| | | |||||
| * | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs | 2018-04-20 | 2 | -2/+2 | |
| | | |||||
| * | core, main.h: Abort on 32Bit ROMs (#309) | 2018-04-06 | 2 | -0/+6 | |
| | | | | | | | * core, main.h: Abort on 32Bit ROMs * main.cpp: Fix Grammar | ||||
| * | deconstructed_rom_directory.cpp: Fix Typo | 2018-04-03 | 1 | -1/+1 | |
| | | |||||
| * | memory: Fix stack region. | 2018-03-31 | 3 | -3/+3 | |
| | | |||||
| * | Clean Warnings (?) | 2018-03-19 | 1 | -1/+1 | |
| | | |||||
| * | kernel: Move stack region outside of application heap. | 2018-03-16 | 3 | -3/+3 | |
| | | |||||
| * | core: Move process creation out of global state. | 2018-03-14 | 4 | -9/+5 | |
| | | |||||
| * | Kernel: Store the program id in the Process class instead of the CodeSet class. | 2018-03-01 | 5 | -12/+12 | |
| | | | | | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them. | ||||
| * | loader: Check error on NPDM load, use TID for CodeSet | 2018-02-25 | 3 | -6/+10 | |
| | | |||||
| * | loader: Use NPDM information when loading NSOs | 2018-02-25 | 2 | -4/+15 | |
| | | |||||
| * | nso: Silence formatting specifier warnings | 2018-02-14 | 1 | -2/+4 | |
| | | |||||
| * | deconstructed_rom_directory: Silence formatting specifier warnings | 2018-02-14 | 1 | -3/+4 | |
| | | |||||
| * | Changed .istorage to .romfs | 2018-02-05 | 2 | -5/+5 | |
| | | |||||
| * | deconstructed_rom_directory: Implement istorage loading for RomFS. | 2018-01-21 | 2 | -2/+71 | |
| | | |||||
| * | Merge pull request #92 from gdkchan/nro_refactor | 2018-01-20 | 1 | -2/+2 | |
| |\ | | | | | Fix NRO entry point | ||||
| | * | Fix NRO Entry Point | 2018-01-18 | 1 | -2/+2 | |
| | | | |||||
| * | | loader: Minor style fix in deconstructed_rom_directory | 2018-01-20 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge pull request #117 from jroweboy/clang-format | 2018-01-20 | 1 | -2/+3 | |
| |\ \ | | | | | | | Clang format as a build target | ||||
| | * | | Format: Run the new clang format on everything | 2018-01-20 | 1 | -2/+3 | |
| | |/ | |||||
| * | | loader: Clean up ctors and includes. | 2018-01-20 | 10 | -18/+22 | |
| | | | |||||
| * | | loader: Add DeconstructedRomDirectory for game dumps. | 2018-01-20 | 4 | -0/+154 | |
| | | | |||||
| * | | loader: Refactor to also pass filepath into IdentifyType. | 2018-01-20 | 8 | -19/+19 | |
| | | | |||||
| * | | nso: Remove code specific to directory loading. | 2018-01-20 | 2 | -17/+6 | |
| |/ | |||||
| * | Fix NRO loading | 2018-01-17 | 1 | -20/+9 | |
| | | |||||
| * | Remove relocation on NSO/NRO | 2018-01-17 | 3 | -19/+2 | |
| | | |||||
| * | Merge pull request #44 from Rozelette/master | 2018-01-16 | 1 | -3/+7 | |
| |\ | | | | | nso: Modify .bss size calculation logic | ||||
| | * | nso: Modify .bss size calculation logic | 2018-01-16 | 1 | -3/+7 | |
| | | | |||||
| * | | clang-format | 2018-01-16 | 3 | -10/+8 | |
| |/ | |||||
| * | nso: Load subsdk4 if available. | 2018-01-15 | 1 | -1/+1 | |
| | | |||||
| * | Add missing FileType declarations in GuessFromExtension and GetFileTypeString | 2018-01-14 | 1 | -0/+8 | |
| | | |||||
| * | yuzu: Update license text to be consistent across project. | 2018-01-13 | 6 | -6/+6 | |
| | | |||||
| * | nso: Always load the filepath specified by the user. | 2018-01-07 | 1 | -1/+3 | |
| | | |||||
| * | nso: Load more common submodules. | 2017-10-22 | 1 | -15/+11 | |
| | | |||||
| * | memory: Support 32-bit paging, move heap address space up. | 2017-10-22 | 1 | -1/+1 | |
| | | |||||
| * | core: Refactor MakeMagic usage and remove dead code. | 2017-10-15 | 6 | -143/+10 | |
| | | |||||
| * | nso: Add a log for loading submodules. | 2017-10-14 | 1 | -0/+1 | |
| | | |||||
| * | Remove more 3DS-specific code. | 2017-10-12 | 1 | -2/+0 | |
| | | |||||
| * | Remove lots more 3DS-specific code. | 2017-10-12 | 6 | -774/+0 | |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into nx | 2017-10-09 | 11 | -495/+182 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | ||||