Chloe Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							db7abfecdd 
							
						 
					 
					
						
						
							
							hid: ApplyNpadSystemCommonPolicy  
						
						... 
						
						
						
						We already do this specifically for homebrew, so we can keep it stubbed out for the time being 
						
						
					 
					
						2021-05-24 15:07:47 +10:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							7361eac10f 
							
						 
					 
					
						
						
							
							hle: kernel: Implement CloneCurrentObject and improve session management.  
						
						
						
						
					 
					
						2021-05-20 21:41:49 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							c40e7593f5 
							
						 
					 
					
						
						
							
							Revert "WORKAROUND: temp. disable session resource limits while we work out issues"  
						
						... 
						
						
						
						This reverts commit fc086f93b2165b5c210cb7dcd6c18ebe17f1fd7b. 
						
						
					 
					
						2021-05-20 21:40:30 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d86a6ff02 
							
						 
					 
					
						
						
							
							Merge pull request  #6317  from ameerj/fps-fix  
						
						... 
						
						
						
						perf_stats: Rework FPS counter to be more accurate 
						
						
					 
					
						2021-05-18 19:56:29 -07:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							44556dc21a 
							
						 
					 
					
						
						
							
							hid/gesture: Factor out last gesture retrieval into its own function  
						
						... 
						
						
						
						Deduplicates a commonly repeated expression. 
						
						
					 
					
						2021-05-18 03:59:44 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							a9d8e24e47 
							
						 
					 
					
						
						
							
							hid/gesture: Ensure all ID arrays are initialized  
						
						... 
						
						
						
						Makes for deterministic initial state. 
						
						
					 
					
						2021-05-18 03:39:21 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							74f30c0223 
							
						 
					 
					
						
						
							
							hid/gesture: Make Point a template  
						
						... 
						
						
						
						We can now use this in a generic context to reuse it with the finger
position. 
						
						
					 
					
						2021-05-18 03:39:18 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							20699e90fa 
							
						 
					 
					
						
						
							
							hid/gesture: Replace x,y members of GestureState with a Point  
						
						... 
						
						
						
						Simplifies assignments. 
						
						
					 
					
						2021-05-18 03:32:42 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							2f1ef3910b 
							
						 
					 
					
						
						
							
							hid/gesture: Add default comparators to Point  
						
						... 
						
						
						
						Simplifies some comparisons. 
						
						
					 
					
						2021-05-18 03:32:42 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							60831eabd9 
							
						 
					 
					
						
						
							
							hid/gesture: Rename Points to Point  
						
						... 
						
						
						
						This only represents a single point 
						
						
					 
					
						2021-05-18 03:32:38 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5131805ce 
							
						 
					 
					
						
						
							
							Merge pull request  #6284  from ameerj/shantae-fix  
						
						... 
						
						
						
						nvflinger: Create layers when they are queried but not found 
						
						
					 
					
						2021-05-16 01:45:14 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad6e20cfde 
							
						 
					 
					
						
						
							
							Merge pull request  #6296  from lioncash/shadow-error  
						
						... 
						
						
						
						core: Make variable shadowing a compile-time error 
						
						
					 
					
						2021-05-16 01:35:46 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8d2de1f99 
							
						 
					 
					
						
						
							
							Merge pull request  #6307  from Morph1984/fix-response-push-size  
						
						... 
						
						
						
						nifm, ssl: Fix incorrect response sizes 
						
						
					 
					
						2021-05-16 01:32:04 -07:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							9a07ed53eb 
							
						 
					 
					
						
						
							
							core: Make variable shadowing a compile-time error  
						
						... 
						
						
						
						Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely. 
						
						
					 
					
						2021-05-16 03:43:16 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a2b15bf75 
							
						 
					 
					
						
						
							
							Merge pull request  #6299  from bunnei/ipc-improvements  
						
						... 
						
						
						
						Various improvements to IPC and session management 
						
						
					 
					
						2021-05-15 22:30:21 -07:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							faaea00069 
							
						 
					 
					
						
						
							
							nifm, ssl: Fix incorrect response sizes  
						
						
						
						
					 
					
						2021-05-16 00:20:48 -04:00 
						 
				 
			
				
					
						
							
							
								ameerj 
							
						 
					 
					
						
						
						
						
							
						
						
							5bef54618a 
							
						 
					 
					
						
						
							
							perf_stats: Rework FPS counter to be more accurate  
						
						... 
						
						
						
						The FPS counter was based on metrics in the nvdisp swapbuffers call. This metric would be accurate if the gpu thread/renderer were synchronous with the nvdisp service, but that's no longer the case.
This commit moves the frame counting responsibility onto the concrete renderers after their frame draw calls. Resulting in more meaningful metrics.
The displayed FPS is now made up of the average framerate between the previous and most recent update, in order to avoid distracting FPS counter updates when framerate is oscillating between close values.
The status bar update frequency was also changed from 2 seconds to 500ms. 
						
						
					 
					
						2021-05-15 20:34:20 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							271f2e2d78 
							
						 
					 
					
						
						
							
							ssl: Stub Import(Client/Server)Pki  
						
						... 
						
						
						
						- Used in JUMP FORCE Deluxe Edition 
						
						
					 
					
						2021-05-12 21:04:13 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a042bdaa1 
							
						 
					 
					
						
						
							
							Merge pull request  #6267  from german77/gestureRewrite  
						
						... 
						
						
						
						hid: Improve hardware accuracy of gestures 
						
						
					 
					
						2021-05-12 09:17:23 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							fc086f93b2 
							
						 
					 
					
						
						
							
							WORKAROUND: temp. disable session resource limits while we work out issues  
						
						
						
						
					 
					
						2021-05-11 10:51:39 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							b9f543b29f 
							
						 
					 
					
						
						
							
							audren  
						
						
						
						
					 
					
						2021-05-11 10:24:53 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							2c1e119c4a 
							
						 
					 
					
						
						
							
							hle: service: sm: Add TIPC support.  
						
						... 
						
						
						
						- Fixes our error checking of names as well. 
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							49c4c329f6 
							
						 
					 
					
						
						
							
							hle: service: sm: GetService: Reserve session resource when we create a KSession.  
						
						
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							21671d05a3 
							
						 
					 
					
						
						
							
							hle: service: Add support for dispatching TIPC requests.  
						
						
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							da25a59866 
							
						 
					 
					
						
						
							
							hle: service: Implement IPC::CommandType::Close.  
						
						... 
						
						
						
						- This was not actually closing sessions before. 
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							41928dfdda 
							
						 
					 
					
						
						
							
							hle: service: sm: Use RegisterNamedService to register the service.  
						
						
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							934b2d8842 
							
						 
					 
					
						
						
							
							hle: service: sm: Improve Initialize implementation.  
						
						
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							c6de9657be 
							
						 
					 
					
						
						
							
							hle: kernel: Implement named service ports using service interface factory.  
						
						... 
						
						
						
						- This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static. 
						
						
					 
					
						2021-05-10 20:34:38 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							44c763f9c6 
							
						 
					 
					
						
						
							
							hle: kernel: KSession: Improve implementation of CloneCurrentObject.  
						
						
						
						
					 
					
						2021-05-10 20:33:53 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							cfed6936f3 
							
						 
					 
					
						
						
							
							hle: service: sm: Increase point buffer size.  
						
						
						
						
					 
					
						2021-05-10 15:43:42 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							faa067f175 
							
						 
					 
					
						
						
							
							Merge pull request  #6266  from bunnei/kautoobject-refactor  
						
						... 
						
						
						
						Kernel Rework: Migrate kernel objects to KAutoObject 
						
						
					 
					
						2021-05-07 23:30:17 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8acf739b3f 
							
						 
					 
					
						
						
							
							Merge pull request  #6287  from lioncash/ldr-copy  
						
						... 
						
						
						
						ldr: Simplify memory copy within LoadNro() 
						
						
					 
					
						2021-05-07 09:46:31 -07:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							8f638e81e9 
							
						 
					 
					
						
						
							
							ldr: Simplify memory copy within LoadNro()  
						
						... 
						
						
						
						We can use the dedicated memory function for performing copies instead
of reading into a temporary buffer and then immediately writing it back
out to memory.
Eliminates a bit of heap memory churn. 
						
						
					 
					
						2021-05-06 19:18:14 -04:00 
						 
				 
			
				
					
						
							
							
								ameerj 
							
						 
					 
					
						
						
						
						
							
						
						
							da62e92784 
							
						 
					 
					
						
						
							
							nvflinger: Create layers when they are queried but not found  
						
						... 
						
						
						
						Fixes Shantae softlock on boot. 
						
						
					 
					
						2021-05-06 11:20:52 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							d2c4dbde9e 
							
						 
					 
					
						
						
							
							fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:54 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							510f71d871 
							
						 
					 
					
						
						
							
							fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.  
						
						
						
						
					 
					
						2021-05-05 16:40:54 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							9f81221528 
							
						 
					 
					
						
						
							
							fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.  
						
						
						
						
					 
					
						2021-05-05 16:40:54 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							d3c166d4d5 
							
						 
					 
					
						
						
							
							common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.  
						
						
						
						
					 
					
						2021-05-05 16:40:53 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							2a7eff57a8 
							
						 
					 
					
						
						
							
							hle: kernel: Rename Process to KProcess.  
						
						
						
						
					 
					
						2021-05-05 16:40:52 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							bf380b8584 
							
						 
					 
					
						
						
							
							hle: kernel: Remove deprecated Object class.  
						
						
						
						
					 
					
						2021-05-05 16:40:52 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							626f746971 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:52 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							7a06864100 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KServerPort to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:52 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							0297448fbc 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KClientPort to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:52 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d8b7421c 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KTransferMemory to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:51 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							7444963bbb 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:51 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							2e8d6fe9a0 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:51 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							89edbe8aa2 
							
						 
					 
					
						
						
							
							hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.  
						
						
						
						
					 
					
						2021-05-05 16:40:51 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							ab704acab8 
							
						 
					 
					
						
						
							
							hle: kernel: Ensure all kernel objects with KAutoObject are properly created.  
						
						
						
						
					 
					
						2021-05-05 16:40:51 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							addc0bf037 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KEvent to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:50 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							086db71e94 
							
						 
					 
					
						
						
							
							hle: kernel: Migrate KSharedMemory to KAutoObject.  
						
						
						
						
					 
					
						2021-05-05 16:40:50 -07:00