mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	core: De-globalize movie (#6659)
This commit is contained in:
		
							parent
							
								
									a955f02771
								
							
						
					
					
						commit
						f8b8b6e53c
					
				
					 51 changed files with 182 additions and 104 deletions
				
			
		|  | @ -26,6 +26,7 @@ | |||
| #include "core/hle/service/nfc/nfc.h" | ||||
| #include "core/loader/loader.h" | ||||
| #include "core/savestate.h" | ||||
| #include "core/telemetry_session.h" | ||||
| #include "jni/android_common/android_common.h" | ||||
| #include "jni/applets/mii_selector.h" | ||||
| #include "jni/applets/swkbd.h" | ||||
|  | @ -621,7 +622,7 @@ jobjectArray Java_org_citra_citra_1emu_NativeLibrary_GetSavestateInfo( | |||
|         return nullptr; | ||||
|     } | ||||
| 
 | ||||
|     const auto savestates = Core::ListSaveStates(title_id); | ||||
|     const auto savestates = Core::ListSaveStates(title_id, system.Movie().GetCurrentMovieID()); | ||||
|     const jobjectArray array = | ||||
|         env->NewObjectArray(static_cast<jsize>(savestates.size()), savestate_info_class, nullptr); | ||||
|     for (std::size_t i = 0; i < savestates.size(); ++i) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue