(Android) use getDisplayRefreshRate for reporting

This commit is contained in:
twinaphex 2013-02-04 00:18:10 +01:00
parent 00a8ceab7e
commit 54bbeb0914

View File

@ -204,7 +204,7 @@ public class RetroArch extends Activity implements
String cpuInfo = readCPUInfo();
boolean cpuIsNeon = cpuInfoIsNeon(cpuInfo);
report_refreshrate = getRefreshRate();
report_refreshrate = getDisplayRefreshRate();
// Extracting assets appears to take considerable amount of time, so
// move extraction to a thread.