video: fix PAL60 by moving the encoder setup away from irq handler #161
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: C/C++ CI | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: ubuntu-latest | |
| runs-on: ubuntu-latest | |
| container: devkitpro/devkitppc:latest | |
| steps: | |
| - uses: actions/checkout@v3.5.2 | |
| - name: Build | |
| run: | | |
| make -j2 | |