| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-16 | Implement ExitProcess svc | Nikita Strygin | |
| Currently this just stops all the emulation This works under assumption that only application will try to use ExitProcess, with services not touching it If application exits - it quite makes sense to end the emulation | |||
| 2022-06-16 | Merge pull request #8457 from liamwhite/kprocess-suspend | Fernando S | |
| kernel: implement KProcess suspension | |||
| 2022-06-15 | Merge pull request #8317 from german77/notifa | bunnei | |
| service: notifa: Implement most part of this service | |||
| 2022-06-15 | Merge pull request #8464 from liamwhite/break-debug | Mai | |
| kernel: notify debugger on break SVC | |||
| 2022-06-14 | Merge pull request #8383 from Morph1984/shadow-of-the-past | Mai | |
| yuzu: Make variable shadowing a compile-time error | |||
| 2022-06-14 | kernel: notify debugger on break SVC | Liam | |
| 2022-06-14 | core: centralize profile scope for Dynarmic | Liam | |
| 2022-06-14 | kernel: implement KProcess suspension | Liam | |
| 2022-06-13 | kernel: fix passthrough of local captures in lambda | Liam | |
| 2022-06-13 | general: fix compilation on MinGW GCC 12 | Liam | |
| 2022-06-13 | general: fix compilation on GCC 12 | Liam | |
| 2022-06-13 | kernel: ensure class token lambda exit is unreachable | Liam | |
| 2022-06-13 | kernel: fix inconsistency in AutoObjectTraits macro definitions | Liam | |
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-06-13 | Merge pull request #8388 from liamwhite/simpler-pause | bunnei | |
| CpuManager: simplify pausing | |||
| 2022-06-13 | CMakeLists: Make variable shadowing a compile-time error | Morph | |
| Now that the entire project is free of variable shadowing, we can enforce this as a compile time error to prevent any further introduction of this logic bug. | |||
| 2022-06-13 | Merge pull request #8446 from liamwhite/cmd-gdb | Morph | |
| core/debugger: support operation in yuzu-cmd | |||
| 2022-06-13 | Merge pull request #8454 from liamwhite/inaddr-any | Morph | |
| core/debugger: allow remote connections | |||
| 2022-06-13 | Merge pull request #8443 from liamwhite/code-mem | bunnei | |
| kernel: fix KCodeMemory initialization | |||
| 2022-06-12 | core/debugger: allow remote connections | Liam | |
| 2022-06-11 | gdbstub_arch: Add missing virtual destructor | Lioncash | |
| The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer. | |||
| 2022-06-10 | service: hid: Fix gesture regression | Narr the Reg | |
| 2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | |
| 2022-06-09 | kernel: fix KCodeMemory initialization | Liam | |
| 2022-06-08 | CpuManager: simplify pausing | Liam | |
| 2022-06-08 | Merge pull request #8428 from bunnei/nvflinger-fix-timing | bunnei | |
| Follow-up fixes for NVFlinger rewrite (Part 3) | |||
| 2022-06-06 | core/debugger: fix asio write usage | Liam | |
| 2022-06-06 | core/debugger: fix crash due to incorrect lambda capture | Liam | |
| 2022-06-05 | Merge pull request #8426 from liamwhite/elf | bunnei | |
| common: consolidate ELF structure definitions | |||
| 2022-06-05 | hle: service: nvflinger: buffer_queue_consumer: Always free released buffers. | bunnei | |
| 2022-06-05 | Merge pull request #8419 from liamwhite/library-list | Mai M | |
| gdbstub: add missing library list query | |||
| 2022-06-05 | common: consolidate ELF structure definitions | Liam | |
| 2022-06-04 | Merge pull request #8395 from german77/ir_stub | bunnei | |
| service: hid: Improve stub of IRS | |||
| 2022-06-03 | gdbstub: add missing library list command | Liam | |
| 2022-06-02 | Merge pull request #8410 from liamwhite/thread-names | Mai M | |
| gdbstub: Support reading guest thread names | |||
| 2022-06-01 | core/debugger: Support reading guest thread names | Liam | |
| 2022-06-01 | Merge pull request #8409 from liamwhite/tdesc-fix | Mai M | |
| gdbstub: fix target descriptions | |||
| 2022-06-01 | Merge pull request #8402 from liamwhite/better-step | Morph | |
| core/debugger: Improved stepping mechanism and misc fixes | |||
| 2022-06-01 | gdbstub: fix target descriptions | Liam | |
| 2022-06-01 | Merge pull request #8404 from Morph1984/virtual | liamwhite | |
| core/debugger: Define defaulted virtual destructors | |||
| 2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | |
| Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | |||
| 2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | |
| 2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | |
| Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | |||
| 2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
| 2022-05-31 | service: hid: Improve stub of IRS | Narr the Reg | |
| 2022-05-30 | Merge pull request #8368 from german77/seventimes | bunnei | |
| Service: hid: Several improvements and implementations | |||
| 2022-05-29 | Merge pull request #8332 from Morph1984/reduce_exec_size | bunnei | |
| general: Use smaller array types where applicable | |||
| 2022-05-28 | Merge pull request #8374 from german77/asnycvibrations | bunnei | |
| input_common: Make vibration request async | |||
| 2022-05-27 | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | german77 | |
| Needed by Nintendo Switch Sports | |||
| 2022-05-27 | service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵ | german77 | |
| GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports | |||
