mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 19:44:58 +00:00
fix
This commit is contained in:
parent
d1fecdd712
commit
85421adcf1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class PerformanceMonitor {
|
|||
ActivityManager.MemoryInfo info = new ActivityManager.MemoryInfo();
|
||||
manager.getMemoryInfo(info);
|
||||
totalMemory = info.totalMem;
|
||||
availMemory = info.availMem;
|
||||
availableMemory = info.availMem;
|
||||
} catch (Exception e) {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue