Skip to content

Commit

Permalink
Core: Remove sleep on stepping.
Browse files Browse the repository at this point in the history
This doesn't seem needed and has been there since day 1.
  • Loading branch information
unknownbrackets committed May 1, 2018
1 parent 99122a8 commit d07ce7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ void Core_Run(GraphicsContext *ctx) {

void Core_EnableStepping(bool step) {
if (step) {
sleep_ms(1);
host->SetDebugMode(true);
Core_UpdateState(CORE_STEPPING);
steppingCounter++;
Expand Down

0 comments on commit d07ce7c

Please sign in to comment.