Age | Commit message (Expand) | Author |
2023-01-04 | IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506 | gdkchan |
2022-12-26 | Added Generic Math to BitUtils (#3929)1.1.491 | Hunter |
2022-12-05 | Make structs readonly when applicable (#4002)1.1.426 | Andrey Sukharev |
2022-08-18 | Removed unused usings. (#3593)1.1.223 | Nicholas Rodine |
2022-06-24 | Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407)1.1.155 | gdkchan |
2022-06-11 | Allow concurrent BSD EventFd read/write (#3385)1.1.145 | gdkchan |
2022-05-31 | Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134 | gdkchan |
2022-05-03 | Implement PM GetProcessInfo atmosphere extension (partially) (#2966)1.1.112 | gdkchan |
2022-05-02 | Support memory aliasing (#2954)1.1.110 | gdkchan |
2022-03-12 | Fix GetUserDisableCount NRE (#3187)1.1.67 | gdkchan |
2022-02-18 | Enable CPU JIT cache invalidation (#2965)1.1.44 | gdkchan |
2022-02-18 | Use BitOperations methods and delete now unused BitUtils methods (#3134)1.1.42 | Berkan Diler |
2022-02-09 | misc: Make PID unsigned long instead of long (#3043)1.1.22 | Mary |
2022-01-29 | kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12 | Mary |
2022-01-16 | kernel: Fix deadlock when pinning in interrupt handler (#2999) | Mary |
2021-12-30 | kernel: Implement thread pinning support (#2840) | Mary |
2021-12-04 | kernel: Improve GetInfo readability and update to 13.0.0 (#2900) | Mary |
2021-09-11 | Implement a "Pause Emulation" option & hotkey (#2428) | mpnico |
2021-08-04 | Update TamperMachine and disable write-to-code prevention (#2506) | Caian Benedicto |
2021-06-29 | Initial support for separate GPU address spaces (#2394) | gdkchan |
2021-05-30 | Fix guest stack trace inexistent function names (#2326) | gdkchan |
2021-05-29 | Add multi-level function table (#2228) | FICTURE7 |
2021-05-24 | POWER - Performance Optimizations With Extensive Ramifications (#2286) | riperiperi |
2021-05-21 | Extend info printed when guest crashes/breaks execution (#1845) | Somebody Whoisbored |
2021-04-24 | HLE: Fix integer sign inconcistency accross the codebase (#2222) | Mary |
2021-03-27 | Add the TamperMachine module for runtime mods and cheats (#1928) | Caian Benedicto |
2020-12-13 | Correct type of executable sizes (#1802) | gdkchan |
2020-12-09 | Rewrite scheduler context switch code (#1786) | gdkchan |
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-04 | Improved Logger (#1292) | mageven |
2020-07-30 | Print guest stack trace on invalid memory access (#1407) | gdkchan |
2020-07-17 | Improve kernel IPC related syscalls (#1379) | gdkchan |
2020-07-09 | Implement modding support (#1249) | mageven |
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-02-06 | Fix a crash when closing the main UI (#904) | Thog |
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-10-31 | .NET Core 3.0 is here! (#784) | 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-04 | Implement speculative translation on the CPU (#515) | 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 |