summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/cam/cam_s.cpp
blob: 2a13984d85e44be711055799f453699a4637eff6 (plain) (tree)
1
2
3
4



                                            













                                                                     
// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "core/hle/service/cam/cam_s.h"

namespace Service {
namespace CAM {

// Empty arrays are illegal -- commented out until an entry is added.
//const Interface::FunctionInfo FunctionTable[] = { };

CAM_S_Interface::CAM_S_Interface() {
    //Register(FunctionTable);
}

} // namespace CAM
} // namespace Service