(Android) use getDisplayRefreshRate for reporting
This commit is contained in:
parent
00a8ceab7e
commit
54bbeb0914
|
@ -204,7 +204,7 @@ public class RetroArch extends Activity implements
|
||||||
|
|
||||||
String cpuInfo = readCPUInfo();
|
String cpuInfo = readCPUInfo();
|
||||||
boolean cpuIsNeon = cpuInfoIsNeon(cpuInfo);
|
boolean cpuIsNeon = cpuInfoIsNeon(cpuInfo);
|
||||||
report_refreshrate = getRefreshRate();
|
report_refreshrate = getDisplayRefreshRate();
|
||||||
|
|
||||||
// Extracting assets appears to take considerable amount of time, so
|
// Extracting assets appears to take considerable amount of time, so
|
||||||
// move extraction to a thread.
|
// move extraction to a thread.
|
||||||
|
|
Loading…
Reference in New Issue