-
Notifications
You must be signed in to change notification settings - Fork 0
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
Louis
committed
Apr 25, 2024
1 parent
dc2d311
commit 640a567
Showing
7 changed files
with
1,235 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libultraship
updated
18 files
+18 −0 | .gitignore | |
+1 −2 | CMakeLists.txt | |
+9 −7 | extern/CMakeLists.txt | |
+ − | ios/Icon.png | |
+43 −0 | ios/Launch.storyboard | |
+ − | ios/PoweredBy.png | |
+54 −0 | ios/plist.in | |
+25 −15 | src/CMakeLists.txt | |
+15 −0 | src/Context.cpp | |
+1 −1 | src/config/Config.h | |
+0 −2 | src/controller/controldevice/controller/Controller.cpp | |
+5 −1 | src/graphic/Fast3D/gfx_metal.cpp | |
+4 −0 | src/graphic/Fast3D/gfx_sdl2.cpp | |
+10 −0 | src/resource/archive/ArchiveManager.cpp | |
+2 −0 | src/resource/archive/O2rArchive.cpp | |
+2 −1 | src/resource/archive/O2rArchive.h | |
+10 −16 | src/window/Window.cpp | |
+13 −13 | src/window/gui/Gui.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.