(Android) Add startup message to refresh rate calibration

This commit is contained in:
twinaphex 2013-02-11 14:59:00 +01:00
parent f4454b004f
commit d3665c6e4e

View File

@ -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) {