mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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);
|
||||
|
||||
int lastTime = SDL_GetTicks();
|
||||
int ps_time = SDL_GetTicks();
|
||||
const auto applicationEndTime = std::chrono::system_clock::now();
|
||||
|
||||
LOG(LogInfo) << "Application startup time: " <<
|
||||
|
@ -597,9 +596,6 @@ int main(int argc, char* argv[])
|
|||
running = false;
|
||||
}
|
||||
while (SDL_PollEvent(&event));
|
||||
|
||||
// Reset counter.
|
||||
ps_time = SDL_GetTicks();
|
||||
}
|
||||
|
||||
if (window.isSleeping()) {
|
||||
|
|
Loading…
Reference in a new issue