| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-08 | core: ldn: Address review comments | Narr the Reg | |
| 2022-08-07 | ldn: Add better stubs and more data types | FearlessTobi | |
| Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2022-08-01 | core/loader: remove ELF loader | Liam | |
| 2022-07-31 | Properly write out the command buffer when serving close request | Nikita Strygin | |
| 2022-07-27 | Revert Coretiming PRs 8531 and 7454 (#8591) | Maide | |
| 2022-07-27 | Merge pull request #8636 from german77/irs_cluster_release | liamwhite | |
| service: irs: Implement clustering processor | |||
| 2022-07-27 | Merge pull request #8633 from Morph1984/optional-keys | liamwhite | |
| applet/swkbd: Implement optional symbol keys | |||
| 2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | |
| [REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254 | |||
| 2022-07-25 | network, yuzu: Make copyright headers SPDX-compliant | FearlessTobi | |
| 2022-07-25 | network: Move global state into a seperate class | FearlessTobi | |
| Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
| 2022-07-25 | common: multiplayer: Use GameInfo type | german77 | |
| 2022-07-25 | Address second part of review comments | FearlessTobi | |
| 2022-07-25 | Address first part of review comments | FearlessTobi | |
| 2022-07-25 | core: Fix -Wunused-variable | FearlessTobi | |
| 2022-07-25 | common, core: fix -Wmissing-field-initializers | FearlessTobi | |
| 2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi | |
| 2022-07-25 | Address comments | Narr the Reg | |
| 2022-07-25 | Merge pull request #8549 from liamwhite/kscheduler-sc | Morph | |
| kernel: use KScheduler from Mesosphere | |||
| 2022-07-24 | fix compiler errors | german77 | |
| 2022-07-24 | service: irs: Implement clustering processor | german77 | |
| 2022-07-24 | applet/swkbd: Implement optional symbol keys | Morph | |
| These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard. | |||
| 2022-07-23 | yuzu: Add webcam support and rebase to latest master | Narr the Reg | |
| 2022-07-23 | service: irs: Move to IRS namespace and minor fixes | german77 | |
| 2022-07-23 | service: irs: Split processors and implement ImageTransferProcessor | german77 | |
| 2022-07-23 | core: hid: Add cammera support | german77 | |
| 2022-07-22 | Project Andio | Kelebek1 | |
| 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 | kernel: Ensure all uses of disable_count are balanced | Liam | |
| 2022-07-14 | kernel: be more careful about initialization path for HLE threads | Liam | |
| 2022-07-14 | kernel: fix single-core preemption points | Liam | |
| 2022-07-14 | kernel: fix issues with single core mode | Liam | |
| 2022-07-14 | kernel: use KScheduler from mesosphere | Liam | |
| 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 | |
