summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-06-27 18:20:06 -0400
committerGravatar Fernando Sahmkow2020-06-27 18:20:06 -0400
commit2f8947583f2f0af4058600243d6c1d244e3c4890 (patch)
treea0e7a10c6131efb23d6fdb3ee7fc0de4bd4163af /src/core/core.h
parentNvFlinger: Clang Format. (diff)
downloadyuzu-2f8947583f2f0af4058600243d6c1d244e3c4890.tar.gz
yuzu-2f8947583f2f0af4058600243d6c1d244e3c4890.tar.xz
yuzu-2f8947583f2f0af4058600243d6c1d244e3c4890.zip
Core/Common: Address Feedback.
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 133ecb8e1..5c6cfbffe 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -138,13 +138,13 @@ public:
138 138
139 /** 139 /**
140 * Run the OS and Application 140 * Run the OS and Application
141 * This function will start emulation and run the competent devices 141 * This function will start emulation and run the relevant devices
142 */ 142 */
143 ResultStatus Run(); 143 ResultStatus Run();
144 144
145 /** 145 /**
146 * Pause the OS and Application 146 * Pause the OS and Application
147 * This function will pause emulation and stop the competent devices 147 * This function will pause emulation and stop the relevant devices
148 */ 148 */
149 ResultStatus Pause(); 149 ResultStatus Pause();
150 150