mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
retro_get_cpu_features - don't spam log
This commit is contained in:
parent
b79b2dca13
commit
288dbe2bd0
@ -564,7 +564,5 @@ uint64_t retro_get_cpu_features(void)
|
||||
if (cpu & RETRO_SIMD_VFPU) strlcat(buf, " VFPU", sizeof(buf));
|
||||
if (cpu & RETRO_SIMD_PS) strlcat(buf, " PS", sizeof(buf));
|
||||
|
||||
RARCH_LOG("[CPUID]: Features:%s\n", buf);
|
||||
|
||||
return cpu;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user