mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:38:39 -05:00
CAM: implement basic camera functions with a blank camera
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user