Nice Article
Innes, I know how to set a new frame rate in general haXe (not just mobile) with custom code. Since it still says "x/60" FPS in debug, is there a way to change that to reflect my new cap?
fpsStr = "FPS: " + fps + " / 60";
fpsStr = "FPS: " + fps + "/ " + _stage.frameRate;