Ensure LogFileTimeUntilFirstKeyReadReset() gets called after every reboot.
https://github.com/audetto/AppleWin/issues/30 Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
e9bcdb25ff
commit
535ceaadc6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "linux/linuxframe.h"
|
||||
#include "Interface.h"
|
||||
#include "Log.h"
|
||||
#include "Core.h"
|
||||
|
||||
void LinuxFrame::FrameDrawDiskLEDS()
|
||||
{
|
||||
|
@ -54,6 +55,7 @@ void LinuxFrame::Initialize()
|
|||
const size_t numberOfBytes = sizeof(bgra_t) * numberOfPixels;
|
||||
myFramebuffer.resize(numberOfBytes);
|
||||
video.Initialize(myFramebuffer.data());
|
||||
LogFileTimeUntilFirstKeyReadReset();
|
||||
}
|
||||
|
||||
void LinuxFrame::Destroy()
|
||||
|
|
Loading…
Add table
Reference in a new issue