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
|
@ -7,6 +7,7 @@
|
|||
#include <array>
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/cam/cam.h"
|
||||
|
||||
namespace Settings {
|
||||
|
||||
|
@ -105,6 +106,10 @@ struct Values {
|
|||
std::string sink_id;
|
||||
bool enable_audio_stretching;
|
||||
|
||||
// Camera
|
||||
std::array<std::string, Service::CAM::NumCameras> camera_name;
|
||||
std::array<std::string, Service::CAM::NumCameras> camera_config;
|
||||
|
||||
// Debugging
|
||||
bool use_gdbstub;
|
||||
u16 gdbstub_port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue