mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
(Android) Add startup message to refresh rate calibration
This commit is contained in:
parent
f4454b004f
commit
d3665c6e4e
@ -33,6 +33,7 @@ public class DisplayRefreshRateTest extends Activity {
|
||||
|
||||
public Renderer(Activity activity) {
|
||||
this.activity = activity;
|
||||
Toast.makeText(this.activity, "Touch the screen with your fingers for more accurate measurements.", Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
private void setFPSSetting(double fps) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user