diff options
| author | 2020-06-27 18:20:06 -0400 | |
|---|---|---|
| committer | 2020-06-27 18:20:06 -0400 | |
| commit | 2f8947583f2f0af4058600243d6c1d244e3c4890 (patch) | |
| tree | a0e7a10c6131efb23d6fdb3ee7fc0de4bd4163af /src/core/core.cpp | |
| parent | NvFlinger: Clang Format. (diff) | |
| download | yuzu-2f8947583f2f0af4058600243d6c1d244e3c4890.tar.gz yuzu-2f8947583f2f0af4058600243d6c1d244e3c4890.tar.xz yuzu-2f8947583f2f0af4058600243d6c1d244e3c4890.zip | |
Core/Common: Address Feedback.
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 8256ec0fc..1a243c515 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -443,7 +443,7 @@ bool System::IsPoweredOn() const { | |||
| 443 | } | 443 | } |
| 444 | 444 | ||
| 445 | void System::PrepareReschedule() { | 445 | void System::PrepareReschedule() { |
| 446 | // impl->CurrentPhysicalCore().Stop(); | 446 | // Deprecated, does nothing, kept for backward compatibility. |
| 447 | } | 447 | } |
| 448 | 448 | ||
| 449 | void System::PrepareReschedule(const u32 core_index) { | 449 | void System::PrepareReschedule(const u32 core_index) { |