mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
(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();
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user