mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 19:37:06 +00:00
ui(QT): QT 6.7.3 Implementation
This commit is contained in:
parent
d3ed42af8f
commit
2d7f9d921b
10 changed files with 394 additions and 203 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2025 Citron Homebrew Project
|
||||
// SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project & vampiric_x 2025
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <cinttypes>
|
||||
|
|
@ -5239,9 +5239,6 @@ static void SetHighDPIAttributes() {
|
|||
QApplication::setHighDpiScaleFactorRoundingPolicy(
|
||||
Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
|
||||
#endif
|
||||
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue