forked from dolphin-emu/dolphin
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
|
||||
CPUInfo cpu_info;
|
||||
|
||||
CPUInfo::CPUInfo() {}
|
||||
CPUInfo::CPUInfo()
|
||||
{
|
||||
}
|
||||
|
||||
std::string CPUInfo::Summarize()
|
||||
{
|
||||
return "Generic";
|
||||
return "Generic";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user