mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	FS: correct maximum session
the number is got from FS module code
This commit is contained in:
		
							parent
							
								
									36169144b5
								
							
						
					
					
						commit
						6c6e42375c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -693,7 +693,7 @@ void FS_USER::GetSaveDataSecureValue(Kernel::HLERequestContext& ctx) { | ||||||
|     rb.Push<u64>(0);      // the secure value
 |     rb.Push<u64>(0);      // the secure value
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| FS_USER::FS_USER() : ServiceFramework("fs:USER", 10 /*?*/) { | FS_USER::FS_USER() : ServiceFramework("fs:USER", 30) { | ||||||
|     static const FunctionInfo functions[] = { |     static const FunctionInfo functions[] = { | ||||||
|         {0x000100C6, nullptr, "Dummy1"}, |         {0x000100C6, nullptr, "Dummy1"}, | ||||||
|         {0x040100C4, nullptr, "Control"}, |         {0x040100C4, nullptr, "Control"}, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue