mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Merge pull request #330 from purpasmart96/new_srv
More services & small clean ups
This commit is contained in:
		
						commit
						5d2ee78d8f
					
				
					 61 changed files with 367 additions and 309 deletions
				
			
		| 
						 | 
				
			
			@ -597,8 +597,5 @@ FSUserInterface::FSUserInterface() {
 | 
			
		|||
    Register(FunctionTable, ARRAY_SIZE(FunctionTable));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
FSUserInterface::~FSUserInterface() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
} // namespace FS
 | 
			
		||||
} // namespace Service
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,15 +15,8 @@ namespace FS {
 | 
			
		|||
/// Interface to "fs:USER" service
 | 
			
		||||
class FSUserInterface : public Service::Interface {
 | 
			
		||||
public:
 | 
			
		||||
 | 
			
		||||
    FSUserInterface();
 | 
			
		||||
 | 
			
		||||
    ~FSUserInterface();
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Gets the string port name used by CTROS for the service
 | 
			
		||||
     * @return Port name of service
 | 
			
		||||
     */
 | 
			
		||||
    std::string GetPortName() const override {
 | 
			
		||||
        return "fs:USER";
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue