summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/qt_error.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-251-6/+6
|
* qt: implement RequestExit for appletsLiam2023-03-251-1/+10
|
* applets/error: Use aliases for callbacksLioncash2022-12-061-3/+3
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-3/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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.
* core: hle: Remove global HLE lock.bunnei2021-12-181-3/+0
| | | | | - 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.
* applets: Append qt_ prefix to Qt frontend appletsMorph2021-07-141-0/+63