summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-06-19 09:11:18 -0400
committerGravatar FernandoS272019-10-15 11:55:12 -0400
commit82218c925af8bcbaa05ae9f39af2d2393de7681f (patch)
treee38d90c4838679ae59d58f51fff2904b16b1a155 /src/core/core.h
parentCorrect PrepareReschedule (diff)
downloadyuzu-82218c925af8bcbaa05ae9f39af2d2393de7681f.tar.gz
yuzu-82218c925af8bcbaa05ae9f39af2d2393de7681f.tar.xz
yuzu-82218c925af8bcbaa05ae9f39af2d2393de7681f.zip
Kernel: Style and Corrections
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 0d1008895..984074ce3 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -24,10 +24,10 @@ class VfsFilesystem;
24} // namespace FileSys 24} // namespace FileSys
25 25
26namespace Kernel { 26namespace Kernel {
27class GlobalScheduler;
27class KernelCore; 28class KernelCore;
28class Process; 29class Process;
29class Scheduler; 30class Scheduler;
30class GlobalScheduler;
31} // namespace Kernel 31} // namespace Kernel
32 32
33namespace Loader { 33namespace Loader {
@@ -186,7 +186,7 @@ public:
186 void PrepareReschedule(); 186 void PrepareReschedule();
187 187
188 /// Prepare the core emulation for a reschedule 188 /// Prepare the core emulation for a reschedule
189 void PrepareReschedule(s32 core_index); 189 void PrepareReschedule(u32 core_index);
190 190
191 /// Gets and resets core performance statistics 191 /// Gets and resets core performance statistics
192 PerfStatsResults GetAndResetPerfStats(); 192 PerfStatsResults GetAndResetPerfStats();