Skip to content

Commit

Permalink
Bump ext/SDL from d5f0773 to 80e1c75 (#408)
Browse files Browse the repository at this point in the history
* Bump ext/SDL from `d5f0773` to `80e1c75`

Bumps [ext/SDL](https://github.com/libsdl-org/SDL) from `d5f0773` to `80e1c75`.
- [Release notes](https://github.com/libsdl-org/SDL/releases)
- [Commits](libsdl-org/SDL@d5f0773...80e1c75)

---
updated-dependencies:
- dependency-name: ext/SDL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update C# bindings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lithiumtoast <[email protected]>
  • Loading branch information
dependabot[bot] and lithiumtoast authored Jul 9, 2023
1 parent cdb207b commit d19bbe2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ext/SDL
Submodule SDL updated 606 files
5 changes: 3 additions & 2 deletions src/cs/production/SDL/Generated/AssemblyAttributes.gen.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code.
// <auto-generated>
// This code was generated by the following tool on 2023-07-09 13:28:21 GMT-04:00:
// https://github.com/bottlenoselabs/c2cs (v1.0.0.0)
// This code was generated by the following tool on 2023-07-09 20:30:05 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.0.1.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
// </auto-generated>
Expand All @@ -16,6 +16,7 @@
using System.Globalization;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using bottlenoselabs.C2CS;
using static bottlenoselabs.C2CS.Runtime;
#endregion

Expand Down
5 changes: 3 additions & 2 deletions src/cs/production/SDL/Generated/Runtime.gen.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// To disable generating this file set `isEnabledGeneratingRuntimeCode` to `false` in the config file for generating C# code.
// <auto-generated>
// This code was generated by the following tool on 2023-07-09 13:28:21 GMT-04:00:
// https://github.com/bottlenoselabs/c2cs (v1.0.0.0)
// This code was generated by the following tool on 2023-07-09 20:30:05 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.0.1.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
// </auto-generated>
Expand All @@ -16,6 +16,7 @@
using System.Globalization;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using bottlenoselabs.C2CS;
using static bottlenoselabs.C2CS.Runtime;
#endregion

Expand Down
7 changes: 5 additions & 2 deletions src/cs/production/SDL/Generated/SDL.gen.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// <auto-generated>
// This code was generated by the following tool on 2023-07-09 13:28:21 GMT-04:00:
// https://github.com/bottlenoselabs/c2cs (v1.0.0.0)
// This code was generated by the following tool on 2023-07-09 20:30:05 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.0.1.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
// </auto-generated>
Expand Down Expand Up @@ -7702,6 +7702,9 @@ public struct SDL_realloc_func
[CNode(Kind = "MacroObject")]
public static string SDL_HINT_JOYSTICK_THREAD = "SDL_JOYSTICK_THREAD";

[CNode(Kind = "MacroObject")]
public static string SDL_HINT_JOYSTICK_WGI = "SDL_JOYSTICK_WGI";

[CNode(Kind = "MacroObject")]
public static string SDL_HINT_KMSDRM_DEVICE_INDEX = "SDL_KMSDRM_DEVICE_INDEX";

Expand Down

0 comments on commit d19bbe2

Please sign in to comment.