diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-04-16 00:03:41 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-04-16 00:03:41 -0400 |
| commit | 32c3462047d814eada8f3b80ee5ea2cd03936ae0 (patch) | |
| tree | 9df4dd16c09f2b94e02e77b4818dc199e3323cc0 /src/core/hle/service/srv.h | |
| parent | acef5e0b17e85bd25a5994d83b22d0ba02f589ba (diff) | |
- added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
Diffstat (limited to 'src/core/hle/service/srv.h')
| -rw-r--r-- | src/core/hle/service/srv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h index b4c5a0c17..a1d26a34d 100644 --- a/src/core/hle/service/srv.h +++ b/src/core/hle/service/srv.h @@ -18,7 +18,7 @@ public: ~Interface(); /** - * Gets the string name used by CTROS for a service + * Gets the string name used by CTROS for the service * @return Port name of service */ std::string GetPortName() const { |
