Skip to content

SM64: Add missing typecasts from Gfx* to SetTileSize* to suppress compiler warnings #1023

SM64: Add missing typecasts from Gfx* to SetTileSize* to suppress compiler warnings

SM64: Add missing typecasts from Gfx* to SetTileSize* to suppress compiler warnings #1023

Workflow file for this run

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Black Lint
on: [push, pull_request]
jobs:
black-lint:
permissions: {} # Remove all permissions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]