Update Dependencies
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