added controller input
This commit is contained in:
parent
640df2feb2
commit
674ee5059b
6 changed files with 83 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
add_executable (nesemu "main.c" "bus.c" "cpu.c" "cartridge.c" "opcodes.c" "log.c" "ppu.c" "mappers/mapper000.c" "mapper.c")
|
||||
add_executable (nesemu "main.c" "bus.c" "cpu.c" "cartridge.c" "opcodes.c" "log.c" "ppu.c" "mappers/mapper000.c" "mapper.c" "controller.c")
|
||||
|
||||
target_include_directories(nesemu PUBLIC ${SDL2_INCLUDE_DIRS})
|
||||
target_link_libraries(nesemu PUBLIC ${SDL2_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue