mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	bcat: Update function tables and add missing classes (#4172)
* bcat: Update function tables and add missing classes
This commit is contained in:
		
							parent
							
								
									ca25a3845e
								
							
						
					
					
						commit
						e6fee39ae7
					
				@ -14,6 +14,8 @@ BCAT::BCAT(Core::System& system, std::shared_ptr<Module> module,
 | 
				
			|||||||
        {0, &BCAT::CreateBcatService, "CreateBcatService"},
 | 
					        {0, &BCAT::CreateBcatService, "CreateBcatService"},
 | 
				
			||||||
        {1, &BCAT::CreateDeliveryCacheStorageService, "CreateDeliveryCacheStorageService"},
 | 
					        {1, &BCAT::CreateDeliveryCacheStorageService, "CreateDeliveryCacheStorageService"},
 | 
				
			||||||
        {2, &BCAT::CreateDeliveryCacheStorageServiceWithApplicationId, "CreateDeliveryCacheStorageServiceWithApplicationId"},
 | 
					        {2, &BCAT::CreateDeliveryCacheStorageServiceWithApplicationId, "CreateDeliveryCacheStorageServiceWithApplicationId"},
 | 
				
			||||||
 | 
					        {3, nullptr, "CreateDeliveryCacheProgressService"},
 | 
				
			||||||
 | 
					        {4, nullptr, "CreateDeliveryCacheProgressServiceWithApplicationId"},
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    // clang-format on
 | 
					    // clang-format on
 | 
				
			||||||
    RegisterHandlers(functions);
 | 
					    RegisterHandlers(functions);
 | 
				
			||||||
 | 
				
			|||||||
@ -143,10 +143,13 @@ public:
 | 
				
			|||||||
            {20401, nullptr, "UnregisterSystemApplicationDeliveryTask"},
 | 
					            {20401, nullptr, "UnregisterSystemApplicationDeliveryTask"},
 | 
				
			||||||
            {20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"},
 | 
					            {20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"},
 | 
				
			||||||
            {30100, &IBcatService::SetPassphrase, "SetPassphrase"},
 | 
					            {30100, &IBcatService::SetPassphrase, "SetPassphrase"},
 | 
				
			||||||
 | 
					            {30101, nullptr, "Unknown"},
 | 
				
			||||||
 | 
					            {30102, nullptr, "Unknown2"},
 | 
				
			||||||
            {30200, nullptr, "RegisterBackgroundDeliveryTask"},
 | 
					            {30200, nullptr, "RegisterBackgroundDeliveryTask"},
 | 
				
			||||||
            {30201, nullptr, "UnregisterBackgroundDeliveryTask"},
 | 
					            {30201, nullptr, "UnregisterBackgroundDeliveryTask"},
 | 
				
			||||||
            {30202, nullptr, "BlockDeliveryTask"},
 | 
					            {30202, nullptr, "BlockDeliveryTask"},
 | 
				
			||||||
            {30203, nullptr, "UnblockDeliveryTask"},
 | 
					            {30203, nullptr, "UnblockDeliveryTask"},
 | 
				
			||||||
 | 
					            {30210, nullptr, "SetDeliveryTaskTimer"},
 | 
				
			||||||
            {30300, nullptr, "RegisterSystemApplicationDeliveryTasks"},
 | 
					            {30300, nullptr, "RegisterSystemApplicationDeliveryTasks"},
 | 
				
			||||||
            {90100, nullptr, "EnumerateBackgroundDeliveryTask"},
 | 
					            {90100, nullptr, "EnumerateBackgroundDeliveryTask"},
 | 
				
			||||||
            {90200, nullptr, "GetDeliveryList"},
 | 
					            {90200, nullptr, "GetDeliveryList"},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user