| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-20 | arm_test_common: Get rid of truncation warnings | Lioncash | |
| Explicitly cast the value to a u8 to show that this is intentional. | |||
| 2018-07-20 | arm_test_common: Make file static variable a member variable of the testing ↵ | Lioncash | |
| environment Gets rid of file-static behavior. | |||
| 2018-07-20 | arm_test_common: Add missing header guard | Lioncash | |
| 2018-07-18 | Virtual Filesystem 2: Electric Boogaloo (#676) | Zach Hilman | |
| * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression | |||
| 2018-03-14 | core: Move process creation out of global state. | bunnei | |
| 2018-03-01 | Kernel: Store the program id in the Process class instead of the CodeSet class. | Subv | |
| There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them. | |||
| 2018-01-27 | memory: Replace all memory hooking with Special regions | MerryMage | |
| 2018-01-13 | Fix build on macOS and linux | MerryMage | |
| 2018-01-08 | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 | |
| * CoreTiming: New CoreTiming; Add Test for CoreTiming | |||
| 2018-01-02 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | |
| 2017-10-14 | hle: Initial implementation of NX service framework and IPC. | bunnei | |
| 2017-10-09 | Merge remote-tracking branch 'upstream/master' into nx | bunnei | |
| # 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 | |||
| 2017-09-30 | nso: Refactor and allocate .bss section. | bunnei | |
| 2017-09-30 | Moved down_count to CoreTiming | Huw Pascoe | |
| 2017-09-26 | Tests: Added Memory::IsValidVirtualAddress tests. | Subv | |
| 2017-09-26 | Tests: Fixed ARM VFP tests | Subv | |
| 2017-09-24 | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | |
| Don't expose Memory::current_page_table as a global. | |||
| 2017-09-15 | Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations. | Subv | |
| This fixes building the tests | |||
| 2017-07-23 | tests: Add tests for vadd | MerryMage | |
| 2017-07-23 | tests: Arm testing framework | MerryMage | |
| 2017-06-22 | Kernel: Fix typo in test name | Yuri Kunde Schlesner | |
| 2017-06-21 | Kernel/IPC: Support translation of null handles | Yuri Kunde Schlesner | |
| Missed this in my first implementation. Thanks to @wwylele for pointing out that this was missing. | |||
| 2017-06-18 | Kernel/IPC: Add tests for HLERequestContext buffer translation | Yuri Kunde Schlesner | |
| 2016-11-19 | FileSys: add PathParser | wwylele | |
