fix tici ui lag
old-commit-hash: 45c58f561aa516da55b4e6371c32e675193ee164
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "settings.hpp"
|
||||
|
||||
#include "paint.hpp"
|
||||
#include "common/util.h"
|
||||
|
||||
volatile sig_atomic_t do_exit = 0;
|
||||
|
||||
@@ -20,6 +21,7 @@ MainWindow::MainWindow(QWidget *parent) : QWidget(parent) {
|
||||
main_layout = new QStackedLayout;
|
||||
|
||||
#ifdef QCOM2
|
||||
set_core_affinity(7);
|
||||
QLabel * label = new QLabel(this);
|
||||
main_layout->addWidget(label);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user