Skip to content

Commit

Permalink
Add --verbose parameter to retroarch record
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbonini committed Jul 4, 2024
1 parent d3d3e2f commit b9a0a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make WORKSPACE="$GHWORKSPACE" NAME="Altered Beast" VERSION="US" ASM68K_SWITCHES="//m //p //k" build
- name: Run Blastem and record movie
run: |
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe --libretro=blastem_libretro.dll.dll "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\blastem.png" --appendconfig="${{github.workspace}}\retroarch.cfg"
${{github.workspace}}\tools\RetroArch-Win64\retroarch.exe --libretro=blastem_libretro.dll.dll "${{github.workspace}}\build\Altered Beast (US).bin" --record="${{github.workspace}}\screenshots\blastem.png" --appendconfig="${{github.workspace}}\retroarch.cfg" --verbose
Start-Sleep -Seconds 20
Stop-Process $(Get-Process retroarch | select -expand id)
- name: Run Genesis Plus GX and record movie
Expand Down

0 comments on commit b9a0a6b

Please sign in to comment.