aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/exclusive_monitor.cpp
AgeCommit message (Collapse)Author
2023-06-12core: decouple ARM interface from DynarmicLiam
2022-11-09Initial ARM64 supportLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2020-06-27ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2020-01-27System: Address FeedbackFernando Sahmkow
2020-01-26ArmInterface: Delegate Exclusive monitor factory to exclusive monitor ↵Fernando Sahmkow
interfasce.
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
Gets all of these types and interfaces out of the global namespace.
2018-07-22Implement exclusive monitorMerryMage