mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
2ce2a82c14
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