mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Removed a remnant from the PowerSaver.
This commit is contained in:
parent
917d2a6fb1
commit
c6687f8995
|
@ -577,7 +577,6 @@ int main(int argc, char* argv[])
|
||||||
SDL_JoystickEventState(SDL_ENABLE);
|
SDL_JoystickEventState(SDL_ENABLE);
|
||||||
|
|
||||||
int lastTime = SDL_GetTicks();
|
int lastTime = SDL_GetTicks();
|
||||||
int ps_time = SDL_GetTicks();
|
|
||||||
const auto applicationEndTime = std::chrono::system_clock::now();
|
const auto applicationEndTime = std::chrono::system_clock::now();
|
||||||
|
|
||||||
LOG(LogInfo) << "Application startup time: " <<
|
LOG(LogInfo) << "Application startup time: " <<
|
||||||
|
@ -597,9 +596,6 @@ int main(int argc, char* argv[])
|
||||||
running = false;
|
running = false;
|
||||||
}
|
}
|
||||||
while (SDL_PollEvent(&event));
|
while (SDL_PollEvent(&event));
|
||||||
|
|
||||||
// Reset counter.
|
|
||||||
ps_time = SDL_GetTicks();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.isSleeping()) {
|
if (window.isSleeping()) {
|
||||||
|
|
Loading…
Reference in a new issue