internal/graphicsdriver/opengl: exclude playstation5

This commit is contained in:
Hajime Hoshi 2024-08-11 22:41:21 +09:00
parent 9a751d7c26
commit 6cd00f3b88
2 changed files with 2 additions and 2 deletions

View File

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

View File

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