-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80efbd3
commit 4867721
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule imgui
updated
10 files
+1 −0 | .github/workflows/build.yml | |
+12 −0 | .github/workflows/manual.yml | |
+9 −0 | docs/CHANGELOG.txt | |
+8 −0 | examples/example_win32_opengl3/build_mingw.bat | |
+14 −11 | imgui.cpp | |
+13 −8 | imgui.h | |
+18 −18 | imgui_demo.cpp | |
+2 −2 | imgui_internal.h | |
+17 −6 | imgui_tables.cpp | |
+14 −10 | imgui_widgets.cpp |
Submodule sdl3
updated
7 files
+47 −41 | CMakeLists.txt | |
+2 −2 | include/SDL3/SDL_hints.h | |
+1 −1 | src/joystick/gdk/SDL_gameinputjoystick.c | |
+2 −6 | src/render/psp/SDL_render_psp.c | |
+7 −8 | src/render/psp/SDL_render_psp_c.h | |
+0 −126 | src/video/psp/SDL_pspmessagebox.c | |
+146 −5 | src/video/psp/SDL_pspvideo.c |