Skip to content

Commit

Permalink
Remove misleading log
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Apr 29, 2018
1 parent 687b5f9 commit 5f9767d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/HLE/sceDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ void __DisplayFlip(int cyclesLate) {
// Check first though, might've just quit / been paused.
if (coreState == CORE_RUNNING) {
coreState = CORE_NEXTFRAME;
DEBUG_LOG(SCEDISPLAY, "No recent flip - displaying anyway.");
gpu->CopyDisplayToOutput();
if (fbReallyDirty) {
actualFlips++;
Expand Down

0 comments on commit 5f9767d

Please sign in to comment.