hle: Remove a large amount of 3ds-specific service code.
This commit is contained in:
parent
b1d5db1cf6
commit
0906de9a14
200 changed files with 1 additions and 22392 deletions
|
@ -7,7 +7,6 @@
|
|||
#include <array>
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/cam/cam.h"
|
||||
|
||||
namespace Settings {
|
||||
|
||||
|
@ -122,10 +121,6 @@ struct Values {
|
|||
bool enable_audio_stretching;
|
||||
std::string audio_device_id;
|
||||
|
||||
// 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