Add initial game list class implementation

This commit is contained in:
Connor McLaughlin
2019-11-29 23:46:04 +10:00
parent 3b11d936df
commit 04c70b3118
5 changed files with 227 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ add_library(core
digital_controller.h
dma.cpp
dma.h
game_list.cpp
game_list.h
gpu.cpp
gpu.h
gpu_commands.cpp