diff options
| author | 2024-01-08 20:31:48 +0100 | |
|---|---|---|
| committer | 2024-01-08 13:31:48 -0600 | |
| commit | f12446167491b3e691f6a93a01cad3bd9e54d105 (patch) | |
| tree | 8992865b548e08317504d653880c3ee4aacb6ad4 /src/core/cpu_manager.h | |
| parent | Merge pull request #12608 from szepeviktor/typos (diff) | |
| download | yuzu-f12446167491b3e691f6a93a01cad3bd9e54d105.tar.gz yuzu-f12446167491b3e691f6a93a01cad3bd9e54d105.tar.xz yuzu-f12446167491b3e691f6a93a01cad3bd9e54d105.zip | |
Fix typos in src/core (#12625)
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
Diffstat (limited to 'src/core/cpu_manager.h')
| -rw-r--r-- | src/core/cpu_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h index 0deea9c58..a249dc5f7 100644 --- a/src/core/cpu_manager.h +++ b/src/core/cpu_manager.h | |||
| @@ -64,7 +64,7 @@ public: | |||
| 64 | return [this] { ShutdownThreadFunction(); }; | 64 | return [this] { ShutdownThreadFunction(); }; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | void PreemptSingleCore(bool from_running_enviroment = true); | 67 | void PreemptSingleCore(bool from_running_environment = true); |
| 68 | 68 | ||
| 69 | std::size_t CurrentCore() const { | 69 | std::size_t CurrentCore() const { |
| 70 | return current_core.load(); | 70 | return current_core.load(); |