mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
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