window half working

This commit is contained in:
2024-04-12 16:52:12 -07:00
parent b680c4f390
commit 8effdf132d
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})