There was an error fetching the commit references. Please try again later.
service: Eliminate usages of the global system instance
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
Showing
- src/core/hle/service/acc/acc.cpp 48 additions, 40 deletionssrc/core/hle/service/acc/acc.cpp
- src/core/hle/service/acc/acc.h 2 additions, 3 deletionssrc/core/hle/service/acc/acc.h
- src/core/hle/service/am/am.cpp 40 additions, 34 deletionssrc/core/hle/service/am/am.cpp
- src/core/hle/service/am/am.h 11 additions, 19 deletionssrc/core/hle/service/am/am.h
- src/core/hle/service/am/applet_ae.cpp 24 additions, 25 deletionssrc/core/hle/service/am/applet_ae.cpp
- src/core/hle/service/am/applet_ae.h 2 additions, 3 deletionssrc/core/hle/service/am/applet_ae.h
- src/core/hle/service/am/applet_oe.cpp 12 additions, 12 deletionssrc/core/hle/service/am/applet_oe.cpp
- src/core/hle/service/am/applet_oe.h 2 additions, 3 deletionssrc/core/hle/service/am/applet_oe.h
- src/core/hle/service/am/applets/controller.cpp 2 additions, 2 deletionssrc/core/hle/service/am/applets/controller.cpp
- src/core/hle/service/am/applets/controller.h 1 addition, 0 deletionssrc/core/hle/service/am/applets/controller.h
- src/core/hle/service/am/applets/error.cpp 2 additions, 2 deletionssrc/core/hle/service/am/applets/error.cpp
- src/core/hle/service/am/applets/general_backend.cpp 13 additions, 11 deletionssrc/core/hle/service/am/applets/general_backend.cpp
- src/core/hle/service/am/applets/general_backend.h 2 additions, 1 deletionsrc/core/hle/service/am/applets/general_backend.h
- src/core/hle/service/am/applets/profile_select.cpp 3 additions, 3 deletionssrc/core/hle/service/am/applets/profile_select.cpp
- src/core/hle/service/am/applets/profile_select.h 1 addition, 0 deletionssrc/core/hle/service/am/applets/profile_select.h
- src/core/hle/service/am/applets/software_keyboard.cpp 8 additions, 6 deletionssrc/core/hle/service/am/applets/software_keyboard.cpp
- src/core/hle/service/am/applets/software_keyboard.h 1 addition, 0 deletionssrc/core/hle/service/am/applets/software_keyboard.h
- src/core/hle/service/am/applets/web_browser.cpp 1 addition, 1 deletionsrc/core/hle/service/am/applets/web_browser.cpp
- src/core/hle/service/am/idle.cpp 1 addition, 1 deletionsrc/core/hle/service/am/idle.cpp
- src/core/hle/service/am/idle.h 5 additions, 1 deletionsrc/core/hle/service/am/idle.h
Loading
Please register or sign in to comment