diff options
| author | 2015-03-16 14:25:15 -0400 | |
|---|---|---|
| committer | 2015-03-16 14:25:15 -0400 | |
| commit | e4e2c929af8953fd9946d2556b112b80c9b0ffb5 (patch) | |
| tree | 2ea2d84aac8e0226f8cc089c5752178473ba4030 /src/core/arm/arm_interface.h | |
| parent | Merge pull request #657 from Subv/flip (diff) | |
| parent | arm_interface: Get rid of GetTicks. (diff) | |
| download | yuzu-e4e2c929af8953fd9946d2556b112b80c9b0ffb5.tar.gz yuzu-e4e2c929af8953fd9946d2556b112b80c9b0ffb5.tar.xz yuzu-e4e2c929af8953fd9946d2556b112b80c9b0ffb5.zip | |
Merge pull request #663 from lioncash/ticks
arm_interface: Get rid of GetTicks.
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index ef37ee055..fe1e584ad 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -74,12 +74,6 @@ public: | |||
| 74 | virtual void SetCPSR(u32 cpsr) = 0; | 74 | virtual void SetCPSR(u32 cpsr) = 0; |
| 75 | 75 | ||
| 76 | /** | 76 | /** |
| 77 | * Returns the number of clock ticks since the last rese | ||
| 78 | * @return Returns number of clock ticks | ||
| 79 | */ | ||
| 80 | virtual u64 GetTicks() const = 0; | ||
| 81 | |||
| 82 | /** | ||
| 83 | * Advance the CPU core by the specified number of ticks (e.g. to simulate CPU execution time) | 77 | * Advance the CPU core by the specified number of ticks (e.g. to simulate CPU execution time) |
| 84 | * @param ticks Number of ticks to advance the CPU core | 78 | * @param ticks Number of ticks to advance the CPU core |
| 85 | */ | 79 | */ |