Pengfei Zhu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b96b7ab3f6 
								
							 
						 
						
							
							
								
								Merge pull request  #5232  from lioncash/sign  
							
							... 
							
							
							
							core/memory: Resolve sign conversion in serialize() 
							
						 
						
							2020-04-19 08:45:44 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								2cefd16850 
								
							 
						 
						
							
							
								
								primitive_assembly: Mark constructor explicit  
							
							... 
							
							
							
							Prevents any implicit constructions from occurring, given the
constructor isn't a converting constructor. 
							
						 
						
							2020-04-18 20:42:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								59bb84b86c 
								
							 
						 
						
							
							
								
								primitive_assembly: Take triangle_handler by reference  
							
							... 
							
							
							
							Avoids copying the std::function when we don't need to. Particularly
given the std::function isn't actually stored anywhere, so there's no
need to move it. 
							
						 
						
							2020-04-18 20:40:45 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								e38e79e27e 
								
							 
						 
						
							
							
								
								primitive_assembly: Make use of std::array where applicable  
							
							... 
							
							
							
							Same behavior, minus any potential implicit array to pointer decay. 
							
						 
						
							2020-04-18 20:39:07 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								dd2a86bed1 
								
							 
						 
						
							
							
								
								video_core: Amend misplaced forward declarations  
							
							... 
							
							
							
							ShaderProgramManager was placed within the wrong namespace. Backend
simply isn't necessary, so it can be removed. 
							
						 
						
							2020-04-18 20:12:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								f7ad004fb0 
								
							 
						 
						
							
							
								
								kernel/shared_page: Silence missing return warning in GetInitTime()  
							
							... 
							
							
							
							We can use UNREACHABLE_MSG to indicate that this path isn't intended to
be reached, as it would indicate a wrong enum value. 
							
						 
						
							2020-04-18 19:48:54 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								7eabcdf1c3 
								
							 
						 
						
							
							
								
								apt/applet_manager: std::move parameter in GlanceParameter()  
							
							... 
							
							
							
							Same behavior, minus a redundant copy. 
							
						 
						
							2020-04-18 19:22:03 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								a6e37b48e9 
								
							 
						 
						
							
							
								
								ipc_helpers: Make PushStaticBuffer take std::vector by value  
							
							... 
							
							
							
							Allows interfaces to move the vector into the calls, avoiding any
reallocations.
Many existing call sites already std::move into the parameter, expecting
a move to occur. Only a few remain where this wasn't already
being done, which we can convert over. 
							
						 
						
							2020-04-18 19:17:11 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								8b22c80ba2 
								
							 
						 
						
							
							
								
								core/memory: Resolve sign conversion in serialize()  
							
							... 
							
							
							
							auto i = 0 deduces to an int, which was being compared with a size_t
within the loop condition. 
							
						 
						
							2020-04-18 18:50:40 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								397bd1bb73 
								
							 
						 
						
							
							
								
								Fix MIC_U serialization and timing ( #5223 )  
							
							... 
							
							
							
							* Fix MIC_U serialization and timing
* Better sample rate conversion
* Actually should be every 15 samples
* Reduce rounding errors 
							
						 
						
							2020-04-18 20:52:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Valle 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								75c9784239 
								
							 
						 
						
							
							
								
								Services/APT: Implemented the GetCaptureInfo function. ( #5194 )  
							
							... 
							
							
							
							This one is similar to the ReceiveCaptureBufferInfo function except it doesn't clear the capture buffer, according to 3dbrew.
This function is used by the Home Menu 
							
						 
						
							2020-04-18 20:48:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c8a503b10f 
								
							 
						 
						
							
							
								
								CMakeLists: Only compile A32 frontend for dynarmic ( #5229 )  
							
							
							
						 
						
							2020-04-18 20:45:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								79a0cbbba8 
								
							 
						 
						
							
							
								
								Update dynarmic ( #5214 )  
							
							... 
							
							
							
							* Update dynarmic
* Really update the submodule 
							
						 
						
							2020-04-18 08:52:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								07f49e588e 
								
							 
						 
						
							
							
								
								Services/APT: Implemented the IsTitleAllowed function.  
							
							... 
							
							
							
							The Home Menu uses this to determine whether it is allowed to launch an app (call StartApplication)
This is a no-op for us, we allow any and all titles to be launched. The official APT module holds a list of some forbidden titles like some versions of IronFall and Flipnote Studio 3D. 
							
						 
						
							2020-04-18 00:26:08 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pengfei Zhu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8967b403b9 
								
							 
						 
						
							
							
								
								Merge pull request  #5196  from Subv/apt_sys_menu_arg  
							
							... 
							
							
							
							Services/APT: Implemented the Store/LoadSysMenuArg functions. 
							
						 
						
							2020-04-18 13:24:10 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pengfei Zhu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								47829ee095 
								
							 
						 
						
							
							
								
								Merge pull request  #5213  from Subv/fs_resource  
							
							... 
							
							
							
							Services/FS: Stubbed GetSdmcArchiveResource and GetNandArchiveResource. 
							
						 
						
							2020-04-18 13:22:21 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c605bb42db 
								
							 
						 
						
							
							
								
								Merge pull request  #4908  from hamish-milne/feature/savestates-2  
							
							... 
							
							
							
							Save states 
							
						 
						
							2020-04-17 21:52:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								f5b23eff4b 
								
							 
						 
						
							
							
								
								Correctly register AddressArbiter as a type of WakeupCallback  
							
							
							
						 
						
							2020-04-17 14:13:22 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								32cbb1bc77 
								
							 
						 
						
							
							
								
								input_common/udp: Port various changes from yuzu ( #5133 )  
							
							
							
						 
						
							2020-04-17 02:50:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								026a63bcf7 
								
							 
						 
						
							
							
								
								Merge pull request  #5130  from B3n30/warn_if_cia_contend_is_encrypted  
							
							... 
							
							
							
							Show an error if CIA contend is encrypted 
							
						 
						
							2020-04-17 00:09:36 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ab998b04c8 
								
							 
						 
						
							
							
								
								Merge pull request  #5108  from B3n30/load_aes_key_X0x25_from_nativeFirm  
							
							... 
							
							
							
							Load NCCHSecure2 keyX from native firm 
							
						 
						
							2020-04-17 00:07:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								7af4b1a18e 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/savestates-2  
							
							
							
						 
						
							2020-04-17 00:01:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9afd58cec2 
								
							 
						 
						
							
							
								
								Merge pull request  #5185  from MerryMage/fix-gdbstub  
							
							... 
							
							
							
							gdbstub: Fix some gdbstub jankiness 
							
						 
						
							2020-04-16 23:52:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ebbbf5bdba 
								
							 
						 
						
							
							
								
								Merge pull request  #5132  from FearlessTobi/port-3497  
							
							... 
							
							
							
							Port yuzu-emu/yuzu#3497 : "Small corrections and features to microprofile" 
							
						 
						
							2020-04-16 23:49:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f2e9f7be9e 
								
							 
						 
						
							
							
								
								Merge pull request  #5124  from rykdesjardins/patch-1  
							
							... 
							
							
							
							Added a search path in FindSDL2 for Ubuntu (Budgie) 20.04 
							
						 
						
							2020-04-16 23:41:35 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								d6c84227d8 
								
							 
						 
						
							
							
								
								Fixed NWM not responding  
							
							
							
						 
						
							2020-04-16 20:44:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marshall Mohror 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								55ecaa0344 
								
							 
						 
						
							
							
								
								video_core: add ScaleForce to texture filters ( #5210 )  
							
							... 
							
							
							
							* video_core: add ScaleForce to texture filters
* fix erroneous namespace end comment
Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com>
* move copyright header to shader file
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com> 
							
						 
						
							2020-04-16 13:33:14 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								824453b133 
								
							 
						 
						
							
							
								
								Remove the build type from the bin path  
							
							
							
						 
						
							2020-04-16 19:04:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								9cd669db84 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/savestates-2  
							
							
							
						 
						
							2020-04-16 19:03:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								0d8c3ee1d3 
								
							 
						 
						
							
							
								
								Services/APT: Implemented the Store/LoadSysMenuArg functions.  
							
							... 
							
							
							
							They are called by the Home Menu during initialization.
These functions will not see much use until we actually implement application jumping and system rebooting. For now we just need them to prevent some unmapped reads in the Home Menu due to the static buffers not being properly set up. 
							
						 
						
							2020-04-15 22:32:11 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Valle 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								49a686faee 
								
							 
						 
						
							
							
								
								Merge pull request  #5112  from vitor-k/ling-warnings  
							
							... 
							
							
							
							Qt Linguistic warnings 
							
						 
						
							2020-04-15 22:18:08 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								783e7af5b2 
								
							 
						 
						
							
							
								
								Services/FS: Stubbed GetSdmcArchiveResource and GetNandArchiveResource.  
							
							... 
							
							
							
							Also rewritten how GetArchiveResource works so that they all use the same interface.
We should decide what to do with these at some point.
Related to #3131  and #3110  
							
						 
						
							2020-04-15 16:52:55 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Valle 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9ae37da292 
								
							 
						 
						
							
							
								
								Kernel/Process: Fixed scheduling multiple processes in the SysCore using Dynarmic ( #5193 )  
							
							... 
							
							
							
							* Kernel/Process: Notify the CPUs that a new pagetable has been set every time the process they're executing changes.
Previously the page table would only be changed when the current CPU's page table was changed, this lead to stale JIT states and the PC going to 0 when context-switching a different core inside the ThreadManager::SwitchContext function because the JIT for a new pagetable is only constructed upon receiving the change notification.
* Kernel/Process: Use the relevant CPU's last process to determine when to switch its current process.
Previously it was checking the kernel's current_process variable, which gets overwritten every time a CPU runs its slice. The rescheduling happens after all CPUs have run their slice so the code was effectively only checking the last CPU's process. 
							
						 
						
							2020-04-15 14:35:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Valentin Vanelslande 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								263e5be78e 
								
							 
						 
						
							
							
								
								Fix Luigi's Mansion can't remove amiibo bug ( #5200 )  
							
							... 
							
							
							
							* Fix Luigi's Mansion can't remove amiibo bug 
							
						 
						
							2020-04-14 14:33:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marshall Mohror 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								45dfb3aacc 
								
							 
						 
						
							
							
								
								Merge pull request  #5186  from hamish-milne/feature/fix-5067  
							
							... 
							
							
							
							Revert one change from #4844  
							
						 
						
							2020-04-13 23:57:46 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								3a651ac9fc 
								
							 
						 
						
							
							
								
								Fix clang format  
							
							
							
						 
						
							2020-04-13 18:08:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marshall Mohror 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d5a435fdf0 
								
							 
						 
						
							
							
								
								Merge pull request  #5162  from tbsp/log_user_ips  
							
							... 
							
							
							
							Added user IP to log events for join/left/kicked/banned 
							
						 
						
							2020-04-13 12:05:42 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								4d6bd9b569 
								
							 
						 
						
							
							
								
								Fix the merge  
							
							
							
						 
						
							2020-04-13 11:50:27 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								e733eed6bd 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into feature/savestates-2  
							
							
							
						 
						
							2020-04-13 11:36:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								d53e94db88 
								
							 
						 
						
							
							
								
								Show save/load errors to the user  
							
							
							
						 
						
							2020-04-12 23:12:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Valle 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e480a8032b 
								
							 
						 
						
							
							
								
								Debuggers/Qt: Show the threads process names and ids in the Wai… ( #5201 )  
							
							
							
						 
						
							2020-04-12 23:44:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								915c426dc9 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into feature/savestates-2  
							
							
							
						 
						
							2020-04-12 22:26:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mat M 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f75cc8be64 
								
							 
						 
						
							
							
								
								Merge pull request  #5184  from MerryMage/dyn-update-2020-04  
							
							... 
							
							
							
							Update dynarmic (Apr 2020) 
							
						 
						
							2020-04-12 09:10:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								828f88d20a 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/savestates-2  
							
							
							
						 
						
							2020-04-12 11:24:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pengfei Zhu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a1be6a4ffe 
								
							 
						 
						
							
							
								
								Merge pull request  #5190  from Subv/warnings  
							
							... 
							
							
							
							Warnings: Fixed a few warnings from various places 
							
						 
						
							2020-04-12 12:44:32 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								77c4b26e6c 
								
							 
						 
						
							
							
								
								Attempt to improve save/load during frame advance  
							
							
							
						 
						
							2020-04-11 22:25:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								19872b599b 
								
							 
						 
						
							
							
								
								Fix button state not persisting between loads  
							
							
							
						 
						
							2020-04-11 20:47:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								34af0d3452 
								
							 
						 
						
							
							
								
								Attempt to fix network bug  
							
							
							
						 
						
							2020-04-11 20:33:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								4be752dd98 
								
							 
						 
						
							
							
								
								Allow GDB debugging through loads  
							
							
							
						 
						
							2020-04-11 19:47:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hamish Milne 
								
							 
						 
						
							
							
							
							
								
							
							
								e6b40486c5 
								
							 
						 
						
							
							
								
								Add a couple of useful SVC logs  
							
							
							
						 
						
							2020-04-11 19:47:06 +01:00