Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src/core/arm
Ben 39463f1f6d
ArmInterface: return ref instead of copy for GetTimer (#5227)
* ArmInterface: return ref instead of copy for GetTimer

* ArmInterface: add const ref GetTimer

* ArmInterface: return raw pointer instead of shared_ptr in GetTimer

* remove more unnecessary shared_ptr usage

* Fix save states

* fix unit tests
2020-04-22 07:44:58 +02:00
..
dynarmic ArmInterface: return ref instead of copy for GetTimer (#5227) 2020-04-22 07:44:58 +02:00
dyncom ArmInterface: return ref instead of copy for GetTimer (#5227) 2020-04-22 07:44:58 +02:00
skyeye_common Core timing 2.0 (#4913) 2020-02-21 19:31:32 +01:00
arm_interface.h ArmInterface: return ref instead of copy for GetTimer (#5227) 2020-04-22 07:44:58 +02:00