window half working

This commit is contained in:
2024-04-12 16:52:12 -07:00
parent 028eca6ffc
commit 1d5ecba11a
11 changed files with 293 additions and 118 deletions

View File

@@ -16,5 +16,6 @@ add_executable(GBpp src/main.cpp
src/addressSpace.cpp
src/addressSpace.hpp
src/testing.hpp
src/joypad.cpp
)
target_link_libraries(GBpp ${SDL2_LIBRARIES})