Skip to content

Commit 5a83736

Browse files
committed
Update sameboy to v1.0.2
1 parent ef9d64e commit 5a83736

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

Assets/dll/bsnes.wbx.zst

3.93 KB
Binary file not shown.

Assets/dll/libsameboy.dll

5 KB
Binary file not shown.

Assets/dll/libsameboy.so

4.11 KB
Binary file not shown.

submodules/sameboy/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ target_include_directories(core PUBLIC ${CORE_DIR})
9191

9292
if(MSVC)
9393
target_include_directories(core PUBLIC ${CMAKE_SOURCE_DIR}/libsameboy/Windows)
94+
target_sources(core PRIVATE ${CMAKE_SOURCE_DIR}/libsameboy/Windows/stdio.c)
9495
endif()
9596

9697
add_library(

submodules/sameboy/libsameboy

Submodule libsameboy updated 322 files

waterbox/bsnescore/bsnes/sfc/coprocessor/icd/icd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace SameBoy {
4646
static auto vblank(GB_gameboy_t*, GB_vblank_type_t) -> void {
4747
}
4848

49-
static auto log(GB_gameboy_t *gb, const char *string, GB_log_attributes attributes) -> void {
49+
static auto log(GB_gameboy_t *gb, const char *string, GB_log_attributes_t attributes) -> void {
5050
}
5151
}
5252

0 commit comments

Comments
 (0)