Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ext/SDL from d5f0773 to 80e1c75 #408

Merged
merged 2 commits into from
Jul 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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