update android hwinfo

This commit is contained in:
Anthony Calosa
2025-09-09 22:36:09 +08:00
parent 8b1c427809
commit 51ed06d60a
5 changed files with 800 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ public class GameLauncher {
os.setBuild(si.getOperatingSystem().getVersionInfo().getBuildNumber());
os.setRawDescription(si.getOperatingSystem() + " x" + si.getOperatingSystem().getBitness());
totalRAM = Math.round(si.getHardware().getMemory().getTotal() / 1024f / 1024f);
hw = new HWInfo(device, os);
hw = new HWInfo(device, os, false);
} catch (Exception e) {
e.printStackTrace();
}