Update Dependencies
All checks were successful
CI / Build (AMD64, Server) (push) Successful in 17m48s
CI / Build (AMD64, Client) (push) Successful in 17m58s
CI / Build (ARM64, Server) (push) Successful in 19m24s
CI / Build (ARM64, Client) (push) Successful in 21m40s
CI / Build (ARMHF, Server) (push) Successful in 15m1s
CI / Build (ARMHF, Client) (push) Successful in 18m36s
CI / Test (Server) (push) Successful in 18m4s
CI / Test (Client) (push) Successful in 19m56s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 11m9s
All checks were successful
CI / Build (AMD64, Server) (push) Successful in 17m48s
CI / Build (AMD64, Client) (push) Successful in 17m58s
CI / Build (ARM64, Server) (push) Successful in 19m24s
CI / Build (ARM64, Client) (push) Successful in 21m40s
CI / Build (ARMHF, Server) (push) Successful in 15m1s
CI / Build (ARMHF, Client) (push) Successful in 18m36s
CI / Test (Server) (push) Successful in 18m4s
CI / Test (Client) (push) Successful in 19m56s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 11m9s
This commit is contained in:
parent
8203e20971
commit
04b9ad5efd
2
archives
2
archives
|
@ -1 +1 @@
|
|||
Subproject commit 37d4baec5874b39e10cafda2f9fcf6b63129c85a
|
||||
Subproject commit 0d7025eb709351d2db51d19a46ff8e2640bd4465
|
2
dependencies/gles-compatibility-layer/src
vendored
2
dependencies/gles-compatibility-layer/src
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 67a8d026aa5aef062dae654d418c3cd09417c0c1
|
||||
Subproject commit 3ee682f6f26dd4344f0701ae346d10250c040d8e
|
2
dependencies/qemu/CMakeLists.txt
vendored
2
dependencies/qemu/CMakeLists.txt
vendored
|
@ -3,7 +3,7 @@ project(qemu)
|
|||
## QEMU
|
||||
|
||||
# Version
|
||||
set(QEMU_VERSION "8.2.1")
|
||||
set(QEMU_VERSION "9.0.0")
|
||||
|
||||
# Flatpak Support
|
||||
set(QEMU_FLATPAK_PATCH "")
|
||||
|
|
|
@ -646,8 +646,8 @@ void SDL_WM_SetCaption(const char *title, __attribute__((unused)) const char *ic
|
|||
|
||||
// Setup Compatibility Layer
|
||||
#ifdef MCPI_USE_GLES1_COMPATIBILITY_LAYER
|
||||
extern void init_gles_compatibility_layer();
|
||||
init_gles_compatibility_layer();
|
||||
extern void init_gles_compatibility_layer(void *);
|
||||
init_gles_compatibility_layer(glfwGetProcAddress);
|
||||
#endif
|
||||
|
||||
// Debug
|
||||
|
|
Loading…
Reference in New Issue
Block a user