Initial implementation of a game list
This commit is contained in:
parent
f297a59985
commit
6e1bb58ee8
6 changed files with 356 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue