From f224faa1e9cea2774e0cd6faa67c92eddf8fd1c5 Mon Sep 17 00:00:00 2001 From: Mary Date: Wed, 4 May 2022 18:20:47 +0200 Subject: [PATCH] Bump version to 2.0.22 and switch to Ryujinx fork This fork doesn't have any edit so far but allows better source control. --- .github/workflows/build.yml | 4 ++-- SDL2-CS.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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