mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
internal/graphicsdriver/opengl: exclude playstation5
This commit is contained in:
parent
9a751d7c26
commit
6cd00f3b88
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ebitenginegldebug
|
||||
//go:build !playstation5 && ebitenginegldebug
|
||||
|
||||
package opengl
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !ebitenginegldebug
|
||||
//go:build !playstation5 && !ebitenginegldebug
|
||||
|
||||
package opengl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user