mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	updated service comments
This commit is contained in:
		
							parent
							
								
									de3dcd38f6
								
							
						
					
					
						commit
						b8851305bd
					
				| @ -8,6 +8,9 @@ | |||||||
| #include "core/hle/hle.h" | #include "core/hle/hle.h" | ||||||
| #include "core/hle/service/apt.h" | #include "core/hle/service/apt.h" | ||||||
| 
 | 
 | ||||||
|  | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  | // Namespace APT_U
 | ||||||
|  | 
 | ||||||
| namespace APT_U { | namespace APT_U { | ||||||
| 
 | 
 | ||||||
| void Initialize() { | void Initialize() { | ||||||
|  | |||||||
| @ -7,7 +7,7 @@ | |||||||
| #include "core/hle/service/service.h" | #include "core/hle/service/service.h" | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
| // Namespace Service
 | // Namespace APT_U
 | ||||||
| 
 | 
 | ||||||
| namespace APT_U { | namespace APT_U { | ||||||
| 
 | 
 | ||||||
| @ -17,6 +17,7 @@ namespace APT_U { | |||||||
| // exactly the same, however certain commands are only accessible with APT:S(NS module will call 
 | // exactly the same, however certain commands are only accessible with APT:S(NS module will call 
 | ||||||
| // svcBreak when the command isn't accessible). See http://3dbrew.org/wiki/NS#APT_Services.
 | // svcBreak when the command isn't accessible). See http://3dbrew.org/wiki/NS#APT_Services.
 | ||||||
| 
 | 
 | ||||||
|  | /// Interface to "APT:U" service
 | ||||||
| class Interface : public Service::Interface { | class Interface : public Service::Interface { | ||||||
| public: | public: | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -8,6 +8,9 @@ | |||||||
| #include "core/hle/hle.h" | #include "core/hle/hle.h" | ||||||
| #include "core/hle/service/gsp.h" | #include "core/hle/service/gsp.h" | ||||||
| 
 | 
 | ||||||
|  | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  | // Namespace GSP_GPU
 | ||||||
|  | 
 | ||||||
| namespace GSP_GPU { | namespace GSP_GPU { | ||||||
| 
 | 
 | ||||||
| const HLE::FunctionDef FunctionTable[] = { | const HLE::FunctionDef FunctionTable[] = { | ||||||
|  | |||||||
| @ -7,10 +7,11 @@ | |||||||
| #include "core/hle/service/service.h" | #include "core/hle/service/service.h" | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
| // Namespace Service
 | // Namespace GSP_GPU
 | ||||||
| 
 | 
 | ||||||
| namespace GSP_GPU { | namespace GSP_GPU { | ||||||
| 
 | 
 | ||||||
|  | /// Interface to "srv:" service
 | ||||||
| class Interface : public Service::Interface { | class Interface : public Service::Interface { | ||||||
| public: | public: | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -7,6 +7,9 @@ | |||||||
| #include "core/hle/service/service.h" | #include "core/hle/service/service.h" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  | // Namespace SRV
 | ||||||
|  | 
 | ||||||
| namespace SRV { | namespace SRV { | ||||||
| 
 | 
 | ||||||
| void Initialize() { | void Initialize() { | ||||||
|  | |||||||
| @ -4,11 +4,12 @@ | |||||||
| 
 | 
 | ||||||
| #include "core/hle/service/service.h" | #include "core/hle/service/service.h" | ||||||
| 
 | 
 | ||||||
|  | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  | // Namespace SRV
 | ||||||
|  | 
 | ||||||
| namespace SRV { | namespace SRV { | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | /// Interface to "srv:" service
 | ||||||
| // Interface to "SRV" service
 |  | ||||||
| 
 |  | ||||||
| class Interface : public Service::Interface { | class Interface : public Service::Interface { | ||||||
| 
 | 
 | ||||||
| public: | public: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user