(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…
Reference in New Issue