Skip to content

Commit

Permalink
Disable snes9x for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin committed Jan 17, 2025
1 parent bf55826 commit adbcc8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,16 @@ function(add_core platform core_name)
WORKING_DIRECTORY "cores/${platform}/${subdir}")
endfunction()

add_core(snes snes9x)

add_core(genesis genesis_plus_gx)
add_core(nes fceumm)
add_core(atari2600 stella)

if(APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
message(warning "Detected Apple Silicon, skipping gambatte (gb)")
message(warning "Detected Apple Silicon, skipping gambatte (gb) and snes9x")
else()
add_core(gb gambatte)
add_core(snes snes9x)
endif()

add_core(gba mgba)
Expand Down

0 comments on commit adbcc8d

Please sign in to comment.