There was an error fetching the commit references. Please try again later.
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class. Interface is now used by aggregation in ClientPort, to forward service commands to their HLE implementation if needed.
Showing
- src/core/hle/kernel/client_port.cpp 23 additions, 0 deletionssrc/core/hle/kernel/client_port.cpp
- src/core/hle/kernel/client_port.h 21 additions, 8 deletionssrc/core/hle/kernel/client_port.h
- src/core/hle/service/service.cpp 4 additions, 8 deletionssrc/core/hle/service/service.cpp
- src/core/hle/service/service.h 4 additions, 8 deletionssrc/core/hle/service/service.h
Please register or sign in to comment