Skip to content

Commit

Permalink
Disable MPU emulation in GUS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Nov 23, 2024
1 parent 1761be1 commit cd51711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ add_subdirectory(opl)
# Build GUS firmware
function(build_gus TARGET_NAME MULTIFW)
set(USB_JOYSTICK TRUE)
set(SOUND_MPU TRUE)
set(SOUND_MPU FALSE)
config_target(${TARGET_NAME} ${MULTIFW})
pico_set_program_name(${TARGET_NAME} "picogus-gus")
target_sources(${TARGET_NAME} PRIVATE
Expand Down

0 comments on commit cd51711

Please sign in to comment.