summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/cam/cam_c.cpp
blob: 93b047c1a1e3370b3fbc101bf32d9f443768d43c (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                            





                                                                     
                                                       

                                    
                               



                      
// 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