Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2024-01-25 | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | |
2023-03-25 | qt: implement RequestExit for applets | Liam | |
2022-12-05 | applets/error: Use aliases for callbacks | Lioncash | |
2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2021-12-17 | core: hle: Remove global HLE lock. | bunnei | |
- This was added early on as a hack to protect against some concurrency issues. - It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex. | |||
2021-07-14 | applets: Append qt_ prefix to Qt frontend applets | Morph | |