mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	cfg: Update preferred region data on-demand. (#7206)
This commit is contained in:
		
							parent
							
								
									68e6a2185d
								
							
						
					
					
						commit
						c0ecdb689d
					
				
					 11 changed files with 66 additions and 59 deletions
				
			
		|  | @ -19,11 +19,7 @@ void Java_org_citra_citra_1emu_utils_SystemSaveGame_save([[maybe_unused]] JNIEnv | |||
| 
 | ||||
| void Java_org_citra_citra_1emu_utils_SystemSaveGame_load([[maybe_unused]] JNIEnv* env, | ||||
|                                                          [[maybe_unused]] jobject obj) { | ||||
|     if (Core::System::GetInstance().IsPoweredOn()) { | ||||
|         cfg = Service::CFG::GetModule(Core::System::GetInstance()); | ||||
|     } else { | ||||
|         cfg = std::make_shared<Service::CFG::Module>(); | ||||
|     } | ||||
|     cfg = Service::CFG::GetModule(Core::System::GetInstance()); | ||||
| } | ||||
| 
 | ||||
| jboolean Java_org_citra_citra_1emu_utils_SystemSaveGame_getIsSystemSetupNeeded( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue