There was an error fetching the commit references. Please try again later.
hle: Add service stubs for apm and appletOE.
Showing
- src/core/CMakeLists.txt 6 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/am/am.cpp 18 additions, 0 deletionssrc/core/hle/service/am/am.cpp
- src/core/hle/service/am/am.h 16 additions, 0 deletionssrc/core/hle/service/am/am.h
- src/core/hle/service/am/applet_oe.cpp 22 additions, 0 deletionssrc/core/hle/service/am/applet_oe.cpp
- src/core/hle/service/am/applet_oe.h 19 additions, 0 deletionssrc/core/hle/service/am/applet_oe.h
- src/core/hle/service/apm/apm.cpp 27 additions, 0 deletionssrc/core/hle/service/apm/apm.cpp
- src/core/hle/service/apm/apm.h 22 additions, 0 deletionssrc/core/hle/service/apm/apm.h
- src/core/hle/service/lm/lm.cpp 1 addition, 1 deletionsrc/core/hle/service/lm/lm.cpp
- src/core/hle/service/service.cpp 4 additions, 0 deletionssrc/core/hle/service/service.cpp
- src/core/hle/service/sm/sm.cpp 1 addition, 1 deletionsrc/core/hle/service/sm/sm.cpp
src/core/hle/service/am/am.cpp
0 → 100644
src/core/hle/service/am/am.h
0 → 100644
src/core/hle/service/am/applet_oe.cpp
0 → 100644
src/core/hle/service/am/applet_oe.h
0 → 100644
src/core/hle/service/apm/apm.cpp
0 → 100644
src/core/hle/service/apm/apm.h
0 → 100644
Please register or sign in to comment