CAM: implement basic camera functions with a blank camera
This commit is contained in:
parent
51dd13b8a0
commit
cf3a272332
14 changed files with 1517 additions and 169 deletions
|
@ -29,6 +29,9 @@ set(SRCS
|
|||
file_sys/ivfc_archive.cpp
|
||||
file_sys/path_parser.cpp
|
||||
file_sys/savedata_archive.cpp
|
||||
frontend/camera/blank_camera.cpp
|
||||
frontend/camera/factory.cpp
|
||||
frontend/camera/interface.cpp
|
||||
frontend/emu_window.cpp
|
||||
frontend/key_map.cpp
|
||||
gdbstub/gdbstub.cpp
|
||||
|
@ -200,6 +203,9 @@ set(HEADERS
|
|||
file_sys/ivfc_archive.h
|
||||
file_sys/path_parser.h
|
||||
file_sys/savedata_archive.h
|
||||
frontend/camera/blank_camera.h
|
||||
frontend/camera/factory.h
|
||||
frontend/camera/interface.h
|
||||
frontend/emu_window.h
|
||||
frontend/key_map.h
|
||||
gdbstub/gdbstub.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue