CookiePLMonster / mkpsxiso

ISO disc image maker written specifically for PlayStation homebrew development
GNU General Public License v2.0
15 stars 3 forks source link

Fix CI #11

Closed G4Vi closed 2 years ago

G4Vi commented 2 years ago

Remove --remote from git submodule update, so the CI builds with dependencies pinned at the versions used by the repo. This fixes all CI builds failing as miniaudio had a breaking API change.

Add -municode linking flag to MINGW builds, so wmain is used there too (Fixes the windows CI trying to use WinMain and failing).