internal/gamepaddb: omit the database for consoles

Updates #2936
This commit is contained in:
Hajime Hoshi 2024-03-25 03:08:17 +09:00
parent 04c4676b7c
commit 459ad709a6

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !js
//go:build !js && !microsoftgdk && !nintendosdk && !playstation5
package gamepaddb