| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-10 | PR | Kelebek1 | |
| 2022-07-10 | Rework CoreTiming | Kelebek1 | |
| 2022-07-10 | Merge pull request #8531 from FernandoS27/core-timing-fix-reg | liamwhite | |
| Core timing: use only one thread. | |||
| 2022-07-07 | Merge pull request #8501 from liamwhite/backtrace-again | Mai | |
| core/arm: better support for backtrace generation | |||
| 2022-07-07 | Merge pull request #8502 from liamwhite/end-wait | liamwhite | |
| kernel: clean up waiting implementation | |||
| 2022-07-07 | Merge pull request #8492 from german77/no_more_errors | Fernando S | |
| service: hid: Correct some mistakes and add more validations | |||
| 2022-07-05 | Merge pull request #8532 from liamwhite/fiber-supplements | liamwhite | |
| common/fiber: make fibers easier to use | |||
| 2022-07-04 | Merge pull request #8521 from lat9nq/gdbstub-in-bounds | Morph | |
| gdbstub_arch: Directly access SP register | |||
| 2022-07-02 | Core timing: use only one thread. | Fernando Sahmkow | |
| 2022-07-02 | common/fiber: make fibers easier to use | Liam | |
| 2022-07-01 | Merge pull request #8523 from liamwhite/sc-oopsie | Fernando S | |
| cpu_manager: properly check idle on return from preemption | |||
| 2022-06-30 | Merge pull request #8490 from liamwhite/read-code-stop | Morph | |
| dynarmic: Stop ReadCode callbacks to unmapped addresses | |||
| 2022-06-30 | cpu_manager: properly check idle on return from preemption | Liam | |
| 2022-06-30 | gdbstub_arch: Directly access SP register | lat9nq | |
| Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions. | |||
| 2022-06-30 | Merge pull request #7454 from FernandoS27/new-core-timing | Fernando S | |
| Core: Remake Core Timing | |||
| 2022-06-30 | Adress Feedback. | Fernando Sahmkow | |
| 2022-06-28 | service: hid: Correct some mistakes and add more validations | Narr the Reg | |
| 2022-06-28 | Merge pull request #8512 from german77/nnResult | Morph | |
| Replace multiple names with a better name | |||
| 2022-06-28 | Address feedback. | Fernando Sahmkow | |
| 2022-06-28 | Core: Protect each event from race conditions within it. | Fernando Sahmkow | |
| 2022-06-28 | Core: add missing include. | Fernando Sahmkow | |
| 2022-06-28 | Core/Common: Corrections to core timing and add critical priority. | Fernando Sahmkow | |
| 2022-06-28 | Core: Reimplement Core Timing. | Fernando Sahmkow | |
| 2022-06-27 | Merge pull request #8504 from comex/mesosphere-current-process | bunnei | |
| Support `InfoType_MesosphereCurrentProcess` | |||
| 2022-06-26 | core: kernel: Replace instances of KPageLinkedList with KPageGroup | german77 | |
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-06-26 | Merge pull request #8475 from liamwhite/x18 | bunnei | |
| kernel: make current thread pointer thread local | |||
| 2022-06-25 | Re-add missing `case` and braces, and trim whitespace | comex | |
| 2022-06-25 | Update src/core/hle/kernel/svc.cpp | comex | |
| Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | |||
| 2022-06-25 | Support InfoType_MesosphereCurrentProcess | comex | |
| 2022-06-25 | kernel: clean up waiting implementation | Liam | |
| 2022-06-25 | core/arm: better support for backtrace generation | Liam | |
| 2022-06-25 | gdbstub: fix register pokes | Liam | |
| 2022-06-23 | kernel: make current thread pointer thread local | Liam | |
| 2022-06-22 | Merge pull request #8491 from Morph1984/extra-assert | bunnei | |
| KPageTable: Remove extraneous assert | |||
| 2022-06-22 | Merge pull request #8483 from liamwhite/fire-emblem-three-semaphores | bunnei | |
| kernel: wait for threads to stop on pause | |||
| 2022-06-21 | KPageTable: Remove extraneous assert | Morph | |
| Since start is always 0 and VAddr is unsigned, we can safely remove this assert. | |||
| 2022-06-21 | dynarmic: Stop ReadCode callbacks to unmapped addresses | Liam | |
| 2022-06-21 | Merge pull request #8432 from liamwhite/watchpoint | bunnei | |
| core/debugger: memory breakpoint support | |||
| 2022-06-21 | Merge pull request #8468 from liamwhite/dispatch-tracking | bunnei | |
| kernel: fix some uses of disable_count | |||
| 2022-06-20 | service: am: Stub PerformSystemButtonPressingIfInFocus | Narr the Reg | |
| Used by Ring Fit Adventure | |||
| 2022-06-18 | kernel: wait for threads to stop on pause | Liam | |
| 2022-06-16 | core: fix initialization in single core, sync GPU mode | Liam | |
| 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 | core/debugger: memory breakpoint support | Liam | |
| 2022-06-15 | kernel: fix some uses of disable_count | Liam | |
| 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 | |||
