nwm_soc.cpp 368 B

1234567891011121314151617181920
  1. // Copyright 2016 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #include "core/hle/service/nwm/nwm_soc.h"
  5. namespace Service {
  6. namespace NWM {
  7. /*
  8. const Interface::FunctionInfo FunctionTable[] = {
  9. };
  10. */
  11. NWM_SOC::NWM_SOC() {
  12. // Register(FunctionTable);
  13. }
  14. } // namespace NWM
  15. } // namespace Service