| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-07 | Revert "Revert "k_page_group: synchronize"" | bunnei | |
| 2022-12-29 | Revert "k_page_group: synchronize" | gidoly | |
| 2022-12-25 | k_page_group: synchronize | Liam | |
| 2022-12-18 | kernel: remove TimeManager | Liam | |
| 2022-12-18 | kernel: add KHardwareTimer | Liam | |
| 2022-12-05 | Merge pull request #9369 from german77/mifare | liamwhite | |
| service: nfc: Implement mifare service | |||
| 2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | |
| 2022-12-01 | service: nfc: Implement mifare service | Narr the Reg | |
| 2022-11-29 | CMake: Use precompiled headers | ameerj | |
| 2022-11-20 | Merge branch 'master' into nfc_impl | Narr the Reg | |
| 2022-11-19 | service: nfc: Implement nfc user | Narr the Reg | |
| 2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
| 2022-11-09 | Initial ARM64 support | Liam | |
| 2022-11-03 | core: hle: kernel: Add KSystemResource. | bunnei | |
| 2022-11-03 | core: hle: kernel: Add KPageTableManager. | bunnei | |
| 2022-11-03 | core: hle: kernel: Add KPageTableSlabHeap. | bunnei | |
| 2022-11-03 | core: hle: kernel: Add KEventInfo. | bunnei | |
| 2022-11-03 | core: hle: kernel: Add KDebug. | bunnei | |
| 2022-10-22 | general: Enforce C4800 everywhere except in video_core | Morph | |
| 2022-10-22 | CMakeLists: Remove all redundant warnings | Morph | |
| These are already explicitly or implicitly set in src/CMakeLists.txt | |||
| 2022-10-19 | kernel: add KSessionRequest | Liam | |
| 2022-10-18 | core: hle: kernel: Add KDynamicResourceManager. | bunnei | |
| 2022-10-18 | core: hle: kernel: Add KDynamicSlabHeap. | bunnei | |
| 2022-10-18 | core: hle: kernel: Add KDynamicPageManager. | bunnei | |
| 2022-10-12 | kernel: remove KWritableEvent | Liam | |
| 2022-10-06 | NVDRV: Further refactors and eliminate old code. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Refactor and add new NvMap. | Fernando Sahmkow | |
| 2022-10-02 | Merge pull request #8955 from german77/amiibo-rewrite | bunnei | |
| core: nfp: Rewrite implementation to remove direct access from the frontend | |||
| 2022-10-02 | service: nfp: Rewrite and implement applet calls | german77 | |
| 2022-10-01 | Merge pull request #8876 from FearlessTobi/multiplayer-part3 | bunnei | |
| ldn: Implement "local wireless" networked multiplayer | |||
| 2022-09-25 | service: hid: Partially implement palma controller | Narr the Reg | |
| 2022-09-17 | Merge pull request #8827 from german77/amiibo_release | bunnei | |
| core: nfp: Implement amiibo encryption | |||
| 2022-09-09 | ldn: Initial implementation | FearlessTobi | |
| 2022-09-08 | core/CMakeLists.txt: Remove duplicate files. | SachinVin | |
| 2022-09-07 | core: nfp: Implement amiibo encryption | german77 | |
| 2022-09-03 | Merge pull request #8855 from german77/pls | liamwhite | |
| core: ns: Implement pl:s service | |||
| 2022-09-03 | core: ns: Implement pl:s service | Narr the Reg | |
| 2022-08-27 | yuzu_room: Remove dependency on core | FearlessTobi | |
| 2022-08-21 | Merge pull request #8660 from Tachi107/findmodules-pkg-config | liamwhite | |
| build: simplify find modules | |||
| 2022-08-15 | core, network: Add ability to proxy socket packets | FearlessTobi | |
| 2022-08-12 | Merge pull request #8731 from FearlessTobi/better-ldn | liamwhite | |
| ldn: Add better stubs and more data types | |||
| 2022-08-07 | Merge pull request #8637 from liamwhite/bad-interrupts | bunnei | |
| kernel: unlayer CPU interrupt handling | |||
| 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-08-01 | build(externals): rename Findopus to FindOpus | Andrea Pappacoda | |
| This better matches upstream's FindOpus.cmake file, and it will make using upstream's FindOpus.cmake file easier. | |||
| 2022-07-27 | Merge pull request #8636 from german77/irs_cluster_release | liamwhite | |
| service: irs: Implement clustering processor | |||
| 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 | Address first part of review comments | FearlessTobi | |
| 2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi | |
| 2022-07-25 | kernel: unlayer CPU interrupt handling | Liam | |
