internal/graphicsdriver/playstation5: remove NeedsRestoring

This commit is contained in:
Hajime Hoshi 2024-01-09 00:26:01 +09:00
parent c08a2193a9
commit a19f079da8

View File

@ -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
}