Age | Commit message (Expand) | Author |
2020-12-07 | Signal memory tracking before/after mapping into another process (#1785) | riperiperi |
2020-12-02 | IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h... | gdkchan |
2020-09-22 | IPC refactor part 1: Use explicit separate threads to process requests (#1447) | gdkchan |
2020-08-08 | CPU: This PR fixes Fpscr, among other things. (#1433) | LDj3SNuD |
2020-08-04 | Improved Logger (#1292) | mageven |
2020-07-30 | Print guest stack trace on invalid memory access (#1407) | gdkchan |
2020-07-19 | Fix session service disposal and improve transfer memory implementation (#1397) | gdkchan |
2020-07-18 | Do not print guest stack trace for svcBreak debug calls (#1398) | gdkchan |
2020-07-17 | Improve kernel WaitSynchronization syscall implementation (#1362) | gdkchan |
2020-07-17 | Improve kernel IPC related syscalls (#1379) | gdkchan |
2020-07-17 | Fix resource limit reserve taking too long (#1391) | gdkchan |
2020-07-09 | Implement modding support (#1249) | mageven |
2020-05-06 | Fix block iteration on kernel MemoryManager InsertBlock function (#1184) | gdkchan |
2020-05-04 | Move kernel state out of the Horizon class (#1107) | gdkchan |
2020-05-04 | Implement a new physical memory manager and replace DeviceMemory (#856) | gdkchan |
2020-04-25 | Fix kernel memory allocator block coalescing (#1155) | gdkchan |
2020-04-21 | Suppress warnings from fields never used or never assigned (CS0169 and CS0649... | Cristallix |
2020-03-12 | Use a Jump Table for direct and indirect calls/jumps, removing transitions to... | riperiperi |
2020-02-06 | Fix a crash when closing the main UI (#904) | Thog |
2020-01-19 | Update 32 bits syscalls to match 64 bits implementation (#892) | Thog |
2020-01-13 | Rework SVC handling (#883) | Thog |
2020-01-13 | Name all threads (#886) | Ac_K |
2020-01-12 | Add 32 bits support to HleProcessDebugger (#859) | Thog |
2020-01-09 | Initialize GPU physical memory accessor from KProcess, to allow homebrew that... | gdkchan |
2019-12-26 | Make HLE disposable safely (#850) | Thog |
2019-11-14 | Set AArch32 mode in KThread (#818) | Natalie C |
2019-10-31 | .NET Core 3.0 is here! (#784) | LDj3SNuD |
2019-10-25 | svc: Implement `ref` parameters (#798) | jduncanator |
2019-09-19 | Misc fixes (#772) | LDj3SNuD |
2019-09-02 | Added GUI to Ryujinx (#695) | Xpl0itR |
2019-08-08 | Add a new JIT compiler for CPU code (#693) | gdkchan |
2019-07-02 | Misc cleanup (#708) | Alex Barney |
2019-03-15 | Print Guest Stack Trace in ServiceNotImplemented Exception (#650) | jduncanator |
2019-02-24 | Optimize address translation and write tracking on the MMU (#571) | gdkchan |
2019-02-19 | ARM exclusive monitor and multicore fixes (#589) | gdkchan |
2019-02-14 | Support HomeBrew Loader (#577) | Thomas Guillemard |
2019-02-04 | Implement speculative translation on the CPU (#515) | gdkchan |
2019-01-29 | Implement some ARM32 memory instructions and CMP (#565) | gdkchan |
2019-01-24 | Add ARM32 support on the translator (#561) | gdkchan |
2019-01-18 | Improve kernel IPC implementation (#550) | gdkchan |
2018-12-18 | Refactor SVC handler (#540) | gdkchan |
2018-12-11 | Optimized memory modified check (#538) | Roderick Sieben |
2018-12-06 | Adjust naming conventions and general refactoring in HLE Project (#527) | Alex Barney |
2018-12-04 | Revert "Adjust naming conventions and general refactoring in HLE Project (#49... | gdkchan |
2018-12-04 | Adjust naming conventions and general refactoring in HLE Project (#490) | Alex Barney |
2018-11-28 | Better process implementation (#491) | gdkchan |
2018-10-30 | Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) | Alex Barney |
2018-10-28 | Timing: Optimize Timestamp Aquisition (#479) | jduncanator |
2018-10-24 | Move prio/core locals inside the lock on yield (#478) | gdkchan |
2018-10-20 | Print stack trace on invalid memory accesses (#461) | gdkchan |