There was an error fetching the commit references. Please try again later.
Merge pull request #156 from mailwl/nifm
Service/nifm: add nifm:a, nifm:s and nifm:u services
No related branches found
No related tags found
Showing
- src/core/CMakeLists.txt 8 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/nifm/nifm.cpp 161 additions, 0 deletionssrc/core/hle/service/nifm/nifm.cpp
- src/core/hle/service/nifm/nifm.h 27 additions, 0 deletionssrc/core/hle/service/nifm/nifm.h
- src/core/hle/service/nifm/nifm_a.cpp 36 additions, 0 deletionssrc/core/hle/service/nifm/nifm_a.cpp
- src/core/hle/service/nifm/nifm_a.h 24 additions, 0 deletionssrc/core/hle/service/nifm/nifm_a.h
- src/core/hle/service/nifm/nifm_s.cpp 36 additions, 0 deletionssrc/core/hle/service/nifm/nifm_s.cpp
- src/core/hle/service/nifm/nifm_s.h 24 additions, 0 deletionssrc/core/hle/service/nifm/nifm_s.h
- src/core/hle/service/nifm/nifm_u.cpp 36 additions, 0 deletionssrc/core/hle/service/nifm/nifm_u.cpp
- src/core/hle/service/nifm/nifm_u.h 24 additions, 0 deletionssrc/core/hle/service/nifm/nifm_u.h
- src/core/hle/service/service.cpp 2 additions, 0 deletionssrc/core/hle/service/service.cpp
src/core/hle/service/nifm/nifm.cpp
0 → 100644
src/core/hle/service/nifm/nifm.h
0 → 100644
src/core/hle/service/nifm/nifm_a.cpp
0 → 100644
src/core/hle/service/nifm/nifm_a.h
0 → 100644
src/core/hle/service/nifm/nifm_s.cpp
0 → 100644
src/core/hle/service/nifm/nifm_s.h
0 → 100644
src/core/hle/service/nifm/nifm_u.cpp
0 → 100644
src/core/hle/service/nifm/nifm_u.h
0 → 100644
Please register or sign in to comment