mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/graphicsdriver/playstation5: remove NeedsRestoring
This commit is contained in:
parent
c08a2193a9
commit
a19f079da8
@ -97,10 +97,6 @@ func (g *Graphics) NewScreenFramebufferImage(width, height int) (graphicsdriver.
|
||||
func (g *Graphics) SetVsyncEnabled(enabled bool) {
|
||||
}
|
||||
|
||||
func (g *Graphics) NeedsRestoring() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (g *Graphics) NeedsClearingScreen() bool {
|
||||
return false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user