Enable CPU speed animation

This commit is contained in:
Aaron Culliney
2015-11-14 10:41:53 -08:00
parent 29fd1f5025
commit ee83ecb52c

View File

@@ -102,6 +102,10 @@
{
cpu_pause();
timing_toggleCPUSpeed();
if (video_backend && video_backend->animation_showCPUSpeed)
{
video_backend->animation_showCPUSpeed();
}
cpu_resume();
}