mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
No CPU part for RISC-V
This commit is contained in:
parent
8541c446d6
commit
d452b0c1f7
@ -100,7 +100,6 @@ void CPUInfo::Detect()
|
||||
num_cores = 1;
|
||||
#else // __linux__
|
||||
strncpy(cpu_string, GetCPUString().c_str(), sizeof(cpu_string));
|
||||
unsigned short CPUPart = GetCPUPart();
|
||||
num_cores = GetCoreCount();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user