diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b57b84..4034c15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: rev: - description: 'libsdl-org/SDL commit to build' + description: 'Ryujinx/SDL commit to build' required: false default: 'master' # schedule: @@ -72,7 +72,7 @@ jobs: g++-multilib - uses: actions/checkout@v2 with: - repository: libsdl-org/SDL + repository: Ryujinx/SDL ref: ${{ github.event.inputs.rev }} - uses: actions/checkout@v2 with: diff --git a/SDL2-CS.csproj b/SDL2-CS.csproj index 75a5b9a..d96820b 100644 --- a/SDL2-CS.csproj +++ b/SDL2-CS.csproj @@ -8,7 +8,7 @@ libSDL2 bindings for C# SDL2 false - 2.0.19 + 2.0.22 Thog & ppy Pty Ltd & flibitijibibo