summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/cam/cam_c.cpp
blob: d35adcb9f403289137e79faf1ccdffca34560b3d (plain) (tree)



















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

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

namespace Service {
namespace CAM {

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

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

} // namespace CAM
} // namespace Service