mirror of
https://github.com/citra-emu/citra.git
synced 2024-12-18 15:10:04 +00:00
Capitalize the first word in a comment (#3059)
* Correct spelling of searchfield in comment
This commit is contained in:
parent
c575e6b202
commit
1f6da9fbc5
@ -30,9 +30,9 @@ void EmuThread::run() {
|
||||
|
||||
stop_run = false;
|
||||
|
||||
// holds whether the cpu was running during the last iteration,
|
||||
// Holds whether the cpu was running during the last iteration,
|
||||
// so that the DebugModeLeft signal can be emitted before the
|
||||
// next execution step
|
||||
// next execution step.
|
||||
bool was_active = false;
|
||||
while (!stop_run) {
|
||||
if (running) {
|
||||
|
Loading…
Reference in New Issue
Block a user