| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #8491 from Morph1984/extra-assert | 2022-06-22 | 1 | -1/+0 | ||
| |\ \ \ | | | | | | | | | KPageTable: Remove extraneous assert | |||||
| | * | | | KPageTable: Remove extraneous assert | 2022-06-21 | 1 | -1/+0 | ||
| | |/ / | | | | | | | | | | Since start is always 0 and VAddr is unsigned, we can safely remove this assert. | |||||
| * | | | Merge pull request #8483 from liamwhite/fire-emblem-three-semaphores | 2022-06-22 | 3 | -0/+22 | ||
| |\ \ \ | |/ / |/| | | kernel: wait for threads to stop on pause | |||||
| | * | | kernel: wait for threads to stop on pause | 2022-06-18 | 3 | -0/+22 | ||
| | | | | ||||||
| * | | | Merge pull request #8432 from liamwhite/watchpoint | 2022-06-21 | 17 | -54/+507 | ||
| |\ \ \ | | | | | | | | | core/debugger: memory breakpoint support | |||||
| | * | | | core/debugger: memory breakpoint support | 2022-06-16 | 17 | -54/+507 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8468 from liamwhite/dispatch-tracking | 2022-06-21 | 4 | -14/+7 | ||
| |\ \ \ \ | | | | | | | | | | | kernel: fix some uses of disable_count | |||||
| | * | | | | kernel: fix some uses of disable_count | 2022-06-15 | 4 | -14/+7 | ||
| | |/ / / | ||||||
| * | / / | service: am: Stub PerformSystemButtonPressingIfInFocus | 2022-06-20 | 2 | -1/+24 | ||
| | |/ / |/| | | | | | | | | Used by Ring Fit Adventure | |||||
| * | | | core: fix initialization in single core, sync GPU mode | 2022-06-16 | 2 | -0/+8 | ||
| | | | | ||||||
| * | | | Implement ExitProcess svc | 2022-06-16 | 1 | -1/+2 | ||
| |/ / | | | | | | | | | | | | | 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 | |||||
| * | | Merge pull request #8457 from liamwhite/kprocess-suspend | 2022-06-16 | 12 | -212/+199 | ||
| |\ \ | | | | | | | kernel: implement KProcess suspension | |||||
| | * | | kernel: implement KProcess suspension | 2022-06-14 | 12 | -212/+199 | ||
| | | | | ||||||
| * | | | Merge pull request #8317 from german77/notifa | 2022-06-15 | 2 | -8/+172 | ||
| |\ \ \ | | | | | | | | | service: notifa: Implement most part of this service | |||||
| | * | | | service: notifa: Implement most part of this service | 2022-05-09 | 2 | -8/+172 | ||
| | | | | | | | | | | | | | | | | | | | | | Implements partially RegisterAlarmSetting, UpdateAlarmSetting, LoadApplicationParameter, DeleteAlarmSetting. Needed for Fitness `Boxing 2: Rhythm & Exercise` and `Ring Fit Adventure`. | |||||
| * | | | | Merge pull request #8464 from liamwhite/break-debug | 2022-06-15 | 1 | -0/+7 | ||
| |\ \ \ \ | | | | | | | | | | | kernel: notify debugger on break SVC | |||||
| | * | | | | kernel: notify debugger on break SVC | 2022-06-14 | 1 | -0/+7 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #8383 from Morph1984/shadow-of-the-past | 2022-06-14 | 1 | -5/+0 | ||
| |\ \ \ \ | | | | | | | | | | | yuzu: Make variable shadowing a compile-time error | |||||
| | * | | | | CMakeLists: Make variable shadowing a compile-time error | 2022-06-13 | 1 | -5/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | core: centralize profile scope for Dynarmic | 2022-06-14 | 3 | -7/+2 | ||
| | |/ / / |/| | | | ||||||
| * | | | | kernel: fix passthrough of local captures in lambda | 2022-06-13 | 1 | -1/+3 | ||
| | | | | | ||||||
| * | | | | general: fix compilation on MinGW GCC 12 | 2022-06-13 | 1 | -5/+4 | ||
| | | | | | ||||||
| * | | | | general: fix compilation on GCC 12 | 2022-06-13 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | kernel: ensure class token lambda exit is unreachable | 2022-06-13 | 1 | -0/+1 | ||
| | | | | | ||||||
| * | | | | kernel: fix inconsistency in AutoObjectTraits macro definitions | 2022-06-13 | 1 | -4/+7 | ||
| | | | | | ||||||
| * | | | | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 35 | -59/+52 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8388 from liamwhite/simpler-pause | 2022-06-13 | 3 | -95/+36 | ||
| |\ \ \ \ | |/ / / |/| | | | CpuManager: simplify pausing | |||||
| | * | | | CpuManager: simplify pausing | 2022-06-08 | 3 | -95/+36 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8446 from liamwhite/cmd-gdb | 2022-06-13 | 7 | -7/+70 | ||
| |\ \ \ \ | | | | | | | | | | | core/debugger: support operation in yuzu-cmd | |||||
| | * | | | | core/debugger: fix a number of shutdown deadlocks | 2022-06-10 | 7 | -7/+70 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #8454 from liamwhite/inaddr-any | 2022-06-13 | 1 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | core/debugger: allow remote connections | |||||
| | * | | | | core/debugger: allow remote connections | 2022-06-12 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #8443 from liamwhite/code-mem | 2022-06-13 | 3 | -26/+118 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | kernel: fix KCodeMemory initialization | |||||
| | * | | | | kernel: fix KCodeMemory initialization | 2022-06-09 | 3 | -26/+118 | ||
| | |/ / / | ||||||
| * | | | | gdbstub_arch: Add missing virtual destructor | 2022-06-11 | 1 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer. | |||||
| * | | | | service: hid: Fix gesture regression | 2022-06-10 | 2 | -4/+3 | ||
| |/ / / | ||||||
| * | | | Merge pull request #8428 from bunnei/nvflinger-fix-timing | 2022-06-08 | 3 | -31/+3 | ||
| |\ \ \ | | | | | | | | | Follow-up fixes for NVFlinger rewrite (Part 3) | |||||
| | * | | | hle: service: nvflinger: buffer_queue_consumer: Always free released buffers. | 2022-06-05 | 3 | -31/+3 | ||
| | | | | | ||||||
| * | | | | core/debugger: fix asio write usage | 2022-06-06 | 1 | -2/+2 | ||
| | | | | | ||||||
| * | | | | core/debugger: fix crash due to incorrect lambda capture | 2022-06-06 | 1 | -8/+9 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8426 from liamwhite/elf | 2022-06-05 | 3 | -263/+37 | ||
| |\ \ \ \ | |/ / / |/| | | | common: consolidate ELF structure definitions | |||||
| | * | | | common: consolidate ELF structure definitions | 2022-06-05 | 3 | -263/+37 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8419 from liamwhite/library-list | 2022-06-05 | 1 | -22/+28 | ||
| |\ \ \ \ | | | | | | | | | | | gdbstub: add missing library list query | |||||
| | * | | | | gdbstub: add missing library list command | 2022-06-03 | 1 | -22/+28 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #8395 from german77/ir_stub | 2022-06-04 | 2 | -21/+460 | ||
| |\ \ \ \ | |/ / / |/| | | | service: hid: Improve stub of IRS | |||||
| | * | | | service: hid: Improve stub of IRS | 2022-05-31 | 2 | -21/+460 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8410 from liamwhite/thread-names | 2022-06-02 | 4 | -14/+172 | ||
| |\ \ \ \ | | | | | | | | | | | gdbstub: Support reading guest thread names | |||||
| | * | | | | core/debugger: Support reading guest thread names | 2022-06-01 | 4 | -14/+172 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #8409 from liamwhite/tdesc-fix | 2022-06-01 | 2 | -10/+87 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | gdbstub: fix target descriptions | |||||
| | * | | | | gdbstub: fix target descriptions | 2022-06-01 | 2 | -10/+87 | ||
| | | | | | | ||||||