Update sameboy to v1.0.2
This commit is contained in:
parent
ef9d64eb8a
commit
5a83736679
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
|
@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue