Update sameboy to v1.0.2

This commit is contained in:
Morilli 2025-08-01 19:41:29 +02:00
parent ef9d64eb8a
commit 5a83736679
6 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -91,6 +91,7 @@ target_include_directories(core PUBLIC ${CORE_DIR})
if(MSVC)
target_include_directories(core PUBLIC ${CMAKE_SOURCE_DIR}/libsameboy/Windows)
target_sources(core PRIVATE ${CMAKE_SOURCE_DIR}/libsameboy/Windows/stdio.c)
endif()
add_library(

@ -1 +1 @@
Subproject commit 5d06f45c0f8c0cc819409e266780ae653af331e9
Subproject commit 20e5e181223b31fc2464a12351da6526af9bfbdc

View File

@ -46,7 +46,7 @@ namespace SameBoy {
static auto vblank(GB_gameboy_t*, GB_vblank_type_t) -> void {
}
static auto log(GB_gameboy_t *gb, const char *string, GB_log_attributes attributes) -> void {
static auto log(GB_gameboy_t *gb, const char *string, GB_log_attributes_t attributes) -> void {
}
}