You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/ebitenmobile: add an option to save GPU resources at suspendGame This is a kind of partial revert of suspendGame, as now saving GPU resources at suspendGame is not done by default. It's because saving GPU resouces could cause ANRs. A developer can do saving by passing true at suspendGame explicitly. Updates #3334