summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/cam/cam_c.cpp
blob: 8fa7abc8579f6a2d383d17cdbc62d0be653fc403 (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_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