some more formatting fixes and proper rename

This commit is contained in:
Martin Felke
2023-06-05 00:28:03 +02:00
parent 69f5df40f9
commit d194ca58c4
5 changed files with 7 additions and 6 deletions

View File

@@ -257,7 +257,7 @@ void RestoreGlobalState(bool is_powered_on) {
// this function only makes sense with integrated devices
u64 RamPercentToBytes(u8 percent) {
u64 RamPercentageToBytes(u8 percent) {
// total RAM in bytes
u64 total_ram = Common::GetMemInfo().TotalPhysicalMemory;