| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-21 | Merge pull request #8598 from Link4565/recv-dontwait | bunnei | |
| Enable the use of MSG_DONTWAIT flag on RecvImpl | |||
| 2022-07-17 | implement resume message | Gus Caplan | |
| 2022-07-17 | Merge pull request #8569 from merryhime/watchpoints | merry | |
| dynarmic: Abort watchpoints ASAP | |||
| 2022-07-17 | Merge pull request #8508 from yuzu-emu/mc-speed-limit | bunnei | |
| hle: service: nvflinger: Factor speed limit into frame time calculation. | |||
| 2022-07-17 | Merge pull request #8544 from german77/14dot0 | bunnei | |
| service: Update some services to 14.0.0+ | |||
| 2022-07-16 | hle: service: nvflinger: Fix implicit conversion. | bunnei | |
| 2022-07-16 | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | bunnei | |
| - These were all somewhat redundant. | |||
| 2022-07-16 | hle: service: nvflinger: Factor speed limit into frame time calculation. | bunnei | |
| - This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation. | |||
| 2022-07-16 | Merge pull request #8594 from liamwhite/skip-wp | bunnei | |
| core/arm: skip watchpoint checks when reading instructions | |||
| 2022-07-16 | Merge pull request #8511 from german77/hbmenu | bunnei | |
| service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus | |||
| 2022-07-16 | Enable the use of MSG_DONTWAIT flag on RecvImpl | Link4565 | |
| 2022-07-15 | core/arm: skip watchpoint checks when reading instructions | Liam | |
| 2022-07-15 | Merge pull request #8588 from merryhime/IBinder-vdestruct | Morph | |
| nvflinger: Polymorphic destructor requried for abstract class IBinder | |||
| 2022-07-15 | KCodeMemory: Mark virtual methods as override | Merry | |
| 2022-07-15 | nvflinger: Polymorphic destructor requried for abstract class IBinder | Merry | |
| 2022-07-15 | dynarmic: Abort watchpoints ASAP | Merry | |
| 2022-07-14 | Merge pull request #8510 from german77/vibration | liamwhite | |
| input_common: sdl: lower vibration frequency and use it's own unique thread | |||
| 2022-07-14 | service: fatal: Add function table | german77 | |
| 2022-07-14 | service: btdrv,bcat,btm: Update service tables to 14.0.0 | german77 | |
| 2022-07-14 | service am: Update service tables to 14.0.0 | german77 | |
| 2022-07-14 | service: ac: Replace intances of ProfileData with UserData | german77 | |
| 2022-07-11 | Merge pull request #8559 from liamwhite/waiter-list | bunnei | |
| kernel: fix usage of waiter_list in Finalize | |||
| 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-09 | kernel: fix usage of waiter_list in Finalize | Liam | |
| 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: nifm: Stub GetInternetConnectionStatus | german77 | |
| 2022-06-28 | service: ptm: Rewrite PSM and add TS | german77 | |
| 2022-06-28 | input_common: sdl: lower vibration frequency and use it's own unique thread | german77 | |
| 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` | |||
