mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	ir: Set ir:rst max sessions to 2. (#7317)
This commit is contained in:
		
							parent
							
								
									f2ee9baec7
								
							
						
					
					
						commit
						0df72f3873
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -163,7 +163,7 @@ void IR_RST::Shutdown(Kernel::HLERequestContext& ctx) { | |||
|     LOG_DEBUG(Service_IR, "called"); | ||||
| } | ||||
| 
 | ||||
| IR_RST::IR_RST(Core::System& system) : ServiceFramework("ir:rst", 1), system(system) { | ||||
| IR_RST::IR_RST(Core::System& system) : ServiceFramework("ir:rst", 2), system(system) { | ||||
|     using namespace Kernel; | ||||
|     // Note: these two kernel objects are even available before Initialize service function is
 | ||||
|     // called.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue