diff --git a/android/phoenix/src/org/retroarch/browser/RetroArch.java b/android/phoenix/src/org/retroarch/browser/RetroArch.java index 5738dd4fd6..bd7bb61a30 100644 --- a/android/phoenix/src/org/retroarch/browser/RetroArch.java +++ b/android/phoenix/src/org/retroarch/browser/RetroArch.java @@ -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.