mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +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
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build ebitenginegldebug
|
//go:build !playstation5 && ebitenginegldebug
|
||||||
|
|
||||||
package opengl
|
package opengl
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build !ebitenginegldebug
|
//go:build !playstation5 && !ebitenginegldebug
|
||||||
|
|
||||||
package opengl
|
package opengl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user