Files
PrismLauncher/launcher/SysInfo.h
2026-03-16 15:04:46 +05:00

13 lines
211 B
C++

#pragma once
#include <cstdint>
#include <QString>
namespace SysInfo {
QString currentSystem();
QString useQTForArch();
QString getSupportedJavaArchitecture();
int defaultMaxJvmMem();
} // namespace SysInfo