Renamed member variables and parameters.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 10s
Build & Release / Linux-AARCH64-Build (push) Failing after 14s
Build & Release / Windows-AMD64-Build (push) Successful in 4m16s

This commit is contained in:
2025-03-26 10:29:20 -07:00
parent 1e55b11eed
commit 86149d246a
4 changed files with 29 additions and 6 deletions

View File

@@ -43,4 +43,9 @@ namespace ehs
void CPU::GetBrand(Char_8* input)
{
}
UInt_8 CPU::GetCacheLineSize()
{
return 0;
}
}