A couple of fixes.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
1c7f124977
commit
17d75813a7
2 changed files with 5 additions and 0 deletions
|
@ -45,3 +45,6 @@ INCLUDEPATH += $$PWD/../../../source
|
||||||
DEPENDPATH += $$PWD/../../../source
|
DEPENDPATH += $$PWD/../../../source
|
||||||
|
|
||||||
unix: LIBS += -levdev
|
unix: LIBS += -levdev
|
||||||
|
|
||||||
|
unix:QMAKE_RPATHDIR += $ORIGIN/../../..
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
#include "Disk.h"
|
#include "Disk.h"
|
||||||
#include "CPU.h"
|
#include "CPU.h"
|
||||||
|
|
||||||
|
#include "linux/benchmark.h"
|
||||||
|
|
||||||
void VideoBenchmark(std::function<void()> VideoRedrawScreen)
|
void VideoBenchmark(std::function<void()> VideoRedrawScreen)
|
||||||
{
|
{
|
||||||
// PREPARE TWO DIFFERENT FRAME BUFFERS, EACH OF WHICH HAVE HALF OF THE
|
// PREPARE TWO DIFFERENT FRAME BUFFERS, EACH OF WHICH HAVE HALF OF THE
|
||||||
|
|
Loading…
Add table
Reference in a new issue