Initial implementation of a game list

This commit is contained in:
archshift 2015-08-31 21:35:33 -07:00
parent f297a59985
commit 6e1bb58ee8
6 changed files with 356 additions and 2 deletions

View file

@ -17,6 +17,7 @@ set(SRCS
debugger/profiler.cpp
debugger/ramview.cpp
debugger/registers.cpp
game_list.cpp
util/spinbox.cpp
util/util.cpp
bootmanager.cpp
@ -42,6 +43,7 @@ set(HEADERS
debugger/profiler.h
debugger/ramview.h
debugger/registers.h
game_list.h
util/spinbox.h
util/util.h
bootmanager.h