bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1d238bbb8 
							
						 
					 
					
						
						
							
							Merge pull request  #1064  from lioncash/telemetry  
						
						 
						
						... 
						
						
						
						common/telemetry: Migrate core-independent info gathering to common 
						
					 
					
						2018-08-20 19:43:17 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							b39cd70cd4 
							
						 
					 
					
						
						
							
							common: Namespace hex_util.h/.cpp  
						
						 
						
						... 
						
						
						
						It's in the common code, so it should be under the Common namespace like
everything else. 
						
					 
					
						2018-08-15 23:24:00 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c594ec3417 
							
						 
					 
					
						
						
							
							Merge pull request  #1005  from DarkLordZach/registered-fmt  
						
						 
						
						... 
						
						
						
						file_sys: Add support for registration format 
						
					 
					
						2018-08-15 23:11:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f009ed63f3 
							
						 
					 
					
						
						
							
							Merge pull request  #1063  from lioncash/inline  
						
						 
						
						... 
						
						
						
						common/xbyak_abi: Mark defined functions in header as inline 
						
					 
					
						2018-08-14 22:40:23 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad7815a28d 
							
						 
					 
					
						
						
							
							Merge pull request  #1054  from zhaowenlan1779/misc-fixup  
						
						 
						
						... 
						
						
						
						common/misc: use windows.h 
						
					 
					
						2018-08-14 21:47:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							60f476cd8f 
							
						 
					 
					
						
						
							
							common/telemetry: Migrate core-independent info gathering to common  
						
						 
						
						... 
						
						
						
						Previously core itself was the library containing the code to gather
common information (build info, CPU info, and OS info), however all of
this isn't core-dependent and can be moved to the common code and use
the common interfaces. We can then just call those functions from the
core instead.
This will allow replacing our CPU detection with Xbyak's which has
better detection facilities than ours. It also keeps more
architecture-dependent code in common instead of core. 
						
					 
					
						2018-08-14 18:57:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6d549abb4e 
							
						 
					 
					
						
						
							
							common/xbyak_abi: Mark defined functions in header as inline  
						
						 
						
						... 
						
						
						
						Avoids potential One Definition Rule violations when these are used in
the future. 
						
					 
					
						2018-08-14 18:29:56 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0ce0905380 
							
						 
					 
					
						
						
							
							common/xbyak: Use nested namespace specifiers where applicable  
						
						 
						
						
						
					 
					
						2018-08-14 18:27:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							11895d54af 
							
						 
					 
					
						
						
							
							common: Remove unused old breakpoint source files  
						
						 
						
						... 
						
						
						
						These currently aren't used and contain commented out source code that
corresponds to Dolphin's JIT. Given our CPU code is organized quite
differently, we shouldn't be keeping this around (at the moment it just
adds to compile times marginally). 
						
					 
					
						2018-08-14 18:14:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							bc7bfd96f0 
							
						 
					 
					
						
						
							
							logging/backend: Use const reference to refer to log filter  
						
						 
						
						... 
						
						
						
						The filter is returned via const reference, so this was making a
pointless copy of the entire filter every time a message was being
pushed into the logger instance. 
						
					 
					
						2018-08-13 21:44:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhu PengFei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59d18ef55b 
							
						 
					 
					
						
						
							
							common/misc: use windows.h  
						
						 
						
						... 
						
						
						
						linux-mingw does not really like this. 
						
					 
					
						2018-08-14 04:28:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							11470f331a 
							
						 
					 
					
						
						
							
							thread_queue_list: Make contains() and get_first() const member functions  
						
						 
						
						... 
						
						
						
						These don't directly modify the contained data. 
						
					 
					
						2018-08-12 12:54:14 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							55c73e10a7 
							
						 
					 
					
						
						
							
							thread_queue_list: Convert typedef to a type alias  
						
						 
						
						
						
					 
					
						2018-08-12 12:47:11 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							167bfddafa 
							
						 
					 
					
						
						
							
							file_sys: Comply to style guidelines  
						
						 
						
						
						
					 
					
						2018-08-11 22:50:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							b70a831608 
							
						 
					 
					
						
						
							
							file_util: Add getter for NAND registration directory  
						
						 
						
						
						
					 
					
						2018-08-11 22:50:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							10aac376d1 
							
						 
					 
					
						
						
							
							common: Move hex string processing to separate file  
						
						 
						
						
						
					 
					
						2018-08-11 22:50:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a91bb7080d 
							
						 
					 
					
						
						
							
							Merge pull request  #989  from lioncash/log  
						
						 
						
						... 
						
						
						
						common/logging: Add missing service log categories 
						
					 
					
						2018-08-09 19:30:14 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96ef22d3d0 
							
						 
					 
					
						
						
							
							Merge pull request  #897  from DarkLordZach/vfs-accuracy-2  
						
						 
						
						... 
						
						
						
						vfs: Add VfsFilesystem and fix RealVfs* implementations 
						
					 
					
						2018-08-09 19:22:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c908c0373 
							
						 
					 
					
						
						
							
							Merge pull request  #988  from lioncash/color  
						
						 
						
						... 
						
						
						
						common/color: Minor cleanup 
						
					 
					
						2018-08-09 00:37:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							2b6128fe0b 
							
						 
					 
					
						
						
							
							file_util: Use enum instead of bool for specifing path behavior  
						
						 
						
						
						
					 
					
						2018-08-08 21:18:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							3f82dad1e4 
							
						 
					 
					
						
						
							
							file_util: Add platform-specific slash option to SanitizePath  
						
						 
						
						
						
					 
					
						2018-08-08 21:18:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6e90f0bf6a 
							
						 
					 
					
						
						
							
							common/logging: Add missing service log categories  
						
						 
						
						... 
						
						
						
						These weren't added when the services were introduced. 
						
					 
					
						2018-08-08 16:46:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5a9c00ea04 
							
						 
					 
					
						
						
							
							common/color: Remove unnecessary const qualifiers on return types  
						
						 
						
						... 
						
						
						
						These are just superfluous and not necessesary 
						
					 
					
						2018-08-08 16:17:41 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							76197a4be9 
							
						 
					 
					
						
						
							
							common/color: Get rid of undefined behavior  
						
						 
						
						... 
						
						
						
						Gets rid of type punning via reinterpret_cast within functions. Instead,
we use memcpy to transfer the contents across types. 
						
					 
					
						2018-08-08 16:14:37 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							cc9d7bbf01 
							
						 
					 
					
						
						
							
							vector_math: Use variable template version of is_signed in Vec classes  
						
						 
						
						... 
						
						
						
						Same behavior, less code 
						
					 
					
						2018-08-08 15:53:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d224eb7c39 
							
						 
					 
					
						
						
							
							Merge pull request  #966  from lioncash/modernize  
						
						 
						
						... 
						
						
						
						common: Convert type traits templates over to variable template versions where applicable 
						
					 
					
						2018-08-08 15:28:34 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							507e6ae100 
							
						 
					 
					
						
						
							
							Merge pull request  #968  from lioncash/vec  
						
						 
						
						... 
						
						
						
						vector_math: Minor cleanups 
						
					 
					
						2018-08-08 12:00:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							766c1a2d50 
							
						 
					 
					
						
						
							
							vector_math: Remove unimplemented function prototypes  
						
						 
						
						
						
					 
					
						2018-08-07 21:33:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5c323d96e0 
							
						 
					 
					
						
						
							
							vector_math: Make functions constexpr where applicable  
						
						 
						
						
						
					 
					
						2018-08-07 21:32:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							4e3bc37791 
							
						 
					 
					
						
						
							
							vector_math: Convert typedefs to type aliases  
						
						 
						
						
						
					 
					
						2018-08-07 21:15:10 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							a7d6efc520 
							
						 
					 
					
						
						
							
							common: Convert type traits templates over to variable template versions where applicable  
						
						 
						
						... 
						
						
						
						Uses the C++17 inline variable variants 
						
					 
					
						2018-08-07 19:34:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0735a0c8a1 
							
						 
					 
					
						
						
							
							file_util: Avoid sign-conversions in WriteArray() and ReadArray()  
						
						 
						
						... 
						
						
						
						Prevents compiler warnings. 
						
					 
					
						2018-08-07 13:51:37 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							45bc449ff9 
							
						 
					 
					
						
						
							
							service: Add usb services  
						
						 
						
						... 
						
						
						
						Adds basic skeleton for the usb services based off the information provided by Switch Brew. 
						
					 
					
						2018-08-07 03:14:03 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							de72956181 
							
						 
					 
					
						
						
							
							service: Add arp services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton of the arp services based off the information
provided by Switch Brew. 
						
					 
					
						2018-08-04 18:01:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b06301dbf 
							
						 
					 
					
						
						
							
							Merge pull request  #849  from DarkLordZach/xci  
						
						 
						
						... 
						
						
						
						XCI and Encrypted NCA Support 
						
					 
					
						2018-08-04 14:33:11 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40e78b9a89 
							
						 
					 
					
						
						
							
							Merge pull request  #898  from lioncash/mig  
						
						 
						
						... 
						
						
						
						service: Add migration services 
						
					 
					
						2018-08-03 11:00:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef9433411d 
							
						 
					 
					
						
						
							
							Merge pull request  #900  from lioncash/init  
						
						 
						
						... 
						
						
						
						math_util: Always initialize members of Rectangle 
						
					 
					
						2018-08-03 11:00:10 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							f2a03468b1 
							
						 
					 
					
						
						
							
							math_util: Always initialize members of Rectangle  
						
						 
						
						... 
						
						
						
						Prevents potentially using the members uninitialized. 
						
					 
					
						2018-08-02 10:47:34 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							7469e26e5e 
							
						 
					 
					
						
						
							
							service: Add migration services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the mig:usr service based off information
provided by Switch Brew. 
						
					 
					
						2018-08-02 10:09:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							42c5171322 
							
						 
					 
					
						
						
							
							logging/log: Remove incorrect description in PCV doc comment  
						
						 
						
						... 
						
						
						
						PCV isn't the parental control service. 
						
					 
					
						2018-08-01 23:31:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5233040ab4 
							
						 
					 
					
						
						
							
							service: Add psc services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the psc services based off the information
provided by Switch Brew. 
						
					 
					
						2018-08-01 23:31:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							746d7d4d28 
							
						 
					 
					
						
						
							
							Merge pull request  #888  from lioncash/caps  
						
						 
						
						... 
						
						
						
						service: Add capture services 
						
					 
					
						2018-08-01 21:34:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							e39294c267 
							
						 
					 
					
						
						
							
							service: Add capture services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the capture services based off information
provided by Switch Brew. 
						
					 
					
						2018-08-01 16:45:51 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d109279543 
							
						 
					 
					
						
						
							
							service: Add bpc and pcv services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the remaining pcv-related services based off
information on Switch Brew. 
						
					 
					
						2018-08-01 16:13:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							150527ec19 
							
						 
					 
					
						
						
							
							Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch  
						
						 
						
						
						
					 
					
						2018-08-01 00:16:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							cc8234fa89 
							
						 
					 
					
						
						
							
							Use SHGetKnownFolderPath instead of SHGetFolderPathA  
						
						 
						
						
						
					 
					
						2018-08-01 00:16:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							22342487e8 
							
						 
					 
					
						
						
							
							Extract mbedtls to cpp file  
						
						 
						
						
						
					 
					
						2018-08-01 00:16:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							df5b75694f 
							
						 
					 
					
						
						
							
							Remove files that are not used  
						
						 
						
						
						
					 
					
						2018-08-01 00:16:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a2b219a31 
							
						 
					 
					
						
						
							
							Merge pull request  #864  from FearlessTobi/port-3973  
						
						 
						
						... 
						
						
						
						Port #3973  from Citra: "Remove polymorphism issue" 
						
					 
					
						2018-07-31 09:34:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd020ad52a 
							
						 
					 
					
						
						
							
							Merge pull request  #875  from lioncash/fgm  
						
						 
						
						... 
						
						
						
						service: Add fgm services 
						
					 
					
						2018-07-31 09:23:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							268eeeb406 
							
						 
					 
					
						
						
							
							service: Add fgm services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the fgm services based off the information
provided by Switch Brew. 
						
					 
					
						2018-07-31 08:01:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							e373027a73 
							
						 
					 
					
						
						
							
							service: Add the pcie service  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton of the pcie service based off information on
Switch Brew. 
						
					 
					
						2018-07-31 06:40:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tobias 
							
						 
					 
					
						
						
						
						
							
						
						
							420f8fb29e 
							
						 
					 
					
						
						
							
							Port  #3758  from Citra ( #852 ): Add missing std::string import in text_formatter  
						
						 
						
						
						
					 
					
						2018-07-30 16:03:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05ee92a357 
							
						 
					 
					
						
						
							
							Merge pull request  #861  from FearlessTobi/port-3972  
						
						 
						
						... 
						
						
						
						Port #3972  from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 
						
					 
					
						2018-07-30 14:13:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6b08b2209 
							
						 
					 
					
						
						
							
							Merge pull request  #862  from FearlessTobi/port-3997  
						
						 
						
						... 
						
						
						
						Port #3997  from Citra: "common/string_utils: replace boost::transform with std counterpart" 
						
					 
					
						2018-07-30 14:13:34 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8094c2617 
							
						 
					 
					
						
						
							
							Merge pull request  #865  from FearlessTobi/port-3732  
						
						 
						
						... 
						
						
						
						Port #3732  from Citra: "common: Fix compilation on ARM" 
						
					 
					
						2018-07-30 10:07:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5fa3560a6 
							
						 
					 
					
						
						
							
							Merge pull request  #857  from lioncash/wlan  
						
						 
						
						... 
						
						
						
						service: Add wlan services 
						
					 
					
						2018-07-30 10:06:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cameron Cawley 
							
						 
					 
					
						
						
						
						
							
						
						
							1670c4421f 
							
						 
					 
					
						
						
							
							Port  #3732  from Citra: "common: Fix compilation on ARM"  
						
						 
						
						
						
					 
					
						2018-07-29 15:51:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								B3n30 
							
						 
					 
					
						
						
						
						
							
						
						
							6e5f83ee24 
							
						 
					 
					
						
						
							
							remove polymorphism issue  
						
						 
						
						
						
					 
					
						2018-07-29 15:24:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zhupengfei 
							
						 
					 
					
						
						
						
						
							
						
						
							ff510157d8 
							
						 
					 
					
						
						
							
							common/string_utils: replace boost::transform with std counterpart  
						
						 
						
						... 
						
						
						
						Note: according to cppreference it is necessary to convert char to unsigned char when using std::tolower and std::toupper, otherwise the behaviour would be undefined. 
						
					 
					
						2018-07-29 15:05:43 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zhupengfei 
							
						 
					 
					
						
						
						
						
							
						
						
							38a1113674 
							
						 
					 
					
						
						
							
							Port  #3972  from Citra: "common/timer: use std::chrono, avoid platform-dependent code"  
						
						 
						
						
						
					 
					
						2018-07-29 14:58:30 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6ea416091e 
							
						 
					 
					
						
						
							
							service: Add wlan services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the wlan services based off the information
on Switch Brew. 
						
					 
					
						2018-07-28 21:54:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							ca7655be3a 
							
						 
					 
					
						
						
							
							service: Add btm services  
						
						 
						
						... 
						
						
						
						Adds the skeleton for the btm services based off the information on
Switch Brew. 
						
					 
					
						2018-07-28 21:09:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							458fdda700 
							
						 
					 
					
						
						
							
							Merge pull request  #847  from lioncash/ncm  
						
						 
						
						... 
						
						
						
						service: Add ncm services 
						
					 
					
						2018-07-28 10:46:09 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d00dcdb1be 
							
						 
					 
					
						
						
							
							Merge pull request  #846  from lioncash/mii  
						
						 
						
						... 
						
						
						
						service: Add mii services 
						
					 
					
						2018-07-28 10:45:31 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							7931cc0ceb 
							
						 
					 
					
						
						
							
							service: Add ncm services  
						
						 
						
						... 
						
						
						
						Adds the basic skeleton for the ncm services based off information on
Switch Brew. 
						
					 
					
						2018-07-27 17:38:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0191a1e526 
							
						 
					 
					
						
						
							
							Merge pull request  #845  from lioncash/nfc  
						
						 
						
						... 
						
						
						
						service: Add nfc services 
						
					 
					
						2018-07-27 14:29:27 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							f46bfdd77d 
							
						 
					 
					
						
						
							
							service: Add mii services  
						
						 
						
						... 
						
						
						
						Adds the skeleton for the mii services based off information provided by
Switch Brew 
						
					 
					
						2018-07-27 16:01:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							04d144aa40 
							
						 
					 
					
						
						
							
							service: Add nfc services  
						
						 
						
						... 
						
						
						
						Adds the skeleton of the nfc service based off the information provided
on Switch Brew. 
						
					 
					
						2018-07-27 14:50:24 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							ea8dd8b650 
							
						 
					 
					
						
						
							
							service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode  
						
						 
						
						... 
						
						
						
						Implements these functions according to the information available on
Switch Brew. 
						
					 
					
						2018-07-27 14:20:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							8781beaf0d 
							
						 
					 
					
						
						
							
							service: Add ldn services  
						
						 
						
						... 
						
						
						
						Adds ldn services based off information provided by Switch Brew. 
						
					 
					
						2018-07-26 01:48:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							59cb258409 
							
						 
					 
					
						
						
							
							VFS Regression and Accuracy Fixes ( #776 )  
						
						 
						
						... 
						
						
						
						* Regression and Mode Fixes
* Review Fixes
* string_view correction
* Add operator& for FileSys::Mode
* Return std::string from SanitizePath
* Farming Simulator Fix
* Use != With mode operator& 
						
					 
					
						2018-07-23 19:40:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							9d33122197 
							
						 
					 
					
						
						
							
							string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16()  
						
						 
						
						... 
						
						
						
						There's no need to perform the resize separately here, since the
constructor allows presizing the buffer.
Also move the empty string check before the construction of the string
to make the early out more straightforward. 
						
					 
					
						2018-07-22 16:39:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							26a157cd31 
							
						 
					 
					
						
						
							
							string_util: Use emplace_back() in SplitString() instead of push_back()  
						
						 
						
						... 
						
						
						
						This is equivalent to doing:
push_back(std::string(""));
which is likely not to cause issues, assuming a decent std::string
implementation with small-string optimizations implemented in its
design, however it's still a little unnecessary to copy that buffer
regardless. Instead, we can use emplace_back() to directly construct the
empty string within the std::vector instance, eliminating any possible
overhead from the copy. 
						
					 
					
						2018-07-22 15:36:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							cd46b267f5 
							
						 
					 
					
						
						
							
							string_util: Remove unnecessary std::string instance in TabsToSpaces()  
						
						 
						
						... 
						
						
						
						We can just use the variant of std::string's replace() function that can
replace an occurrence with N copies of the same character, eliminating
the need to allocate a std::string containing a buffer of spaces. 
						
					 
					
						2018-07-22 15:35:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ee4c49c30 
							
						 
					 
					
						
						
							
							Merge pull request  #768  from lioncash/string-view  
						
						 
						
						... 
						
						
						
						file_util, vfs: Use std::string_view where applicable 
						
					 
					
						2018-07-22 11:32:28 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							398444e676 
							
						 
					 
					
						
						
							
							file_util, vfs: Use std::string_view where applicable  
						
						 
						
						... 
						
						
						
						Avoids unnecessary construction of std::string instances where
applicable. 
						
					 
					
						2018-07-22 03:22:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							258a5cee84 
							
						 
					 
					
						
						
							
							Merge pull request  #765  from lioncash/file  
						
						 
						
						... 
						
						
						
						file_util: Remove goto usages from Copy() 
						
					 
					
						2018-07-22 00:03:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c5de0a67a8 
							
						 
					 
					
						
						
							
							file_util: Remove goto usages from Copy()  
						
						 
						
						... 
						
						
						
						We can just leverage std::unique_ptr to automatically close these for us
in error cases instead of jumping to the end of the function to call
fclose on them. 
						
					 
					
						2018-07-21 23:08:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0ba7fe4ab1 
							
						 
					 
					
						
						
							
							file_util: Use a u64 to represent number of entries  
						
						 
						
						... 
						
						
						
						This avoids a truncating cast on size. I doubt we'd ever traverse a
directory this large, however we also shouldn't truncate sizes away. 
						
					 
					
						2018-07-21 22:42:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							964154ce44 
							
						 
					 
					
						
						
							
							file_util: std::move FST entries in ScanDirectoryTree()  
						
						 
						
						... 
						
						
						
						Avoids unnecessary copies when building up the FST entries. 
						
					 
					
						2018-07-21 22:31:44 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53a219f163 
							
						 
					 
					
						
						
							
							Merge pull request  #759  from lioncash/redundant  
						
						 
						
						... 
						
						
						
						file_util: Remove redundant duplicate return in GetPathWithoutTop() 
						
					 
					
						2018-07-21 18:50:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5e87f4ce1 
							
						 
					 
					
						
						
							
							Merge pull request  #758  from lioncash/sync  
						
						 
						
						... 
						
						
						
						common: Remove synchronized_wrapper.h 
						
					 
					
						2018-07-21 18:30:31 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d66b43dadf 
							
						 
					 
					
						
						
							
							file_util: Use an enum class for GetUserPath()  
						
						 
						
						... 
						
						
						
						Instead of using an unsigned int as a parameter and expecting a user to
always pass in the correct values, we can just convert the enum into an
enum class and use that type as the parameter type instead, which makes
the interface more type safe.
We also get rid of the bookkeeping "NUM_" element in the enum by just
using an unordered map. This function is generally low-frequency in
terms of calls (and I'd hope so, considering otherwise would mean we're
slamming the disk with IO all the time) so I'd consider this acceptable
in this case. 
						
					 
					
						2018-07-21 16:21:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							34d6a1349c 
							
						 
					 
					
						
						
							
							file_util: Remove explicit type from std::min() in GetPathWithoutTop()  
						
						 
						
						... 
						
						
						
						Given both operands are the same type, there won't be an issue with
overload selection that requires making this explicit. 
						
					 
					
						2018-07-21 15:19:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							41660c8923 
							
						 
					 
					
						
						
							
							file_util: Remove redundant duplicate return in GetPathWithoutTop()  
						
						 
						
						
						
					 
					
						2018-07-21 15:18:23 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							973fdce79b 
							
						 
					 
					
						
						
							
							common: Remove synchronized_wrapper.h  
						
						 
						
						... 
						
						
						
						This is entirely unused in the codebase. 
						
					 
					
						2018-07-21 14:51:44 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8afc21f175 
							
						 
					 
					
						
						
							
							Merge pull request  #743  from lioncash/view  
						
						 
						
						... 
						
						
						
						logging: Use std::string_view where applicable 
						
					 
					
						2018-07-20 17:17:04 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							3268321f4b 
							
						 
					 
					
						
						
							
							param_package: Take std::string by value in string-based Set() function  
						
						 
						
						... 
						
						
						
						Allows avoiding string copies by letting the strings be moved into the
function calls. 
						
					 
					
						2018-07-20 17:24:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6279c2dcf4 
							
						 
					 
					
						
						
							
							param_package: Use std::unordered_map's insert_or_assign instead of map indexing  
						
						 
						
						... 
						
						
						
						This avoids a redundant std::string construction if a key doesn't exist
in the map already.
e.g.
data[key] requires constructing a new default instance of the value in
the map (but this is wasteful, since we're already setting something
into the map over top of it). 
						
					 
					
						2018-07-20 17:24:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							474ec2ee5f 
							
						 
					 
					
						
						
							
							param_package: Get rid of file-static std::string construction  
						
						 
						
						... 
						
						
						
						Avoids potential dynamic allocation occuring during program launch 
						
					 
					
						2018-07-20 17:24:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							f63ccbd936 
							
						 
					 
					
						
						
							
							logging/filter: Use std::string_view in ParseFilterString()  
						
						 
						
						... 
						
						
						
						Allows avoiding constructing std::string instances, since this only
reads an arbitrary sequence of characters.
We can also make ParseFilterRule() internal, since it doesn't depend on
any private instance state of Filter 
						
					 
					
						2018-07-20 15:58:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							7a1a860abe 
							
						 
					 
					
						
						
							
							logging/backend: Add missing standard includes  
						
						 
						
						... 
						
						
						
						A few inclusions were being satisfied indirectly. To prevent breakages
in the future, include these directly. 
						
					 
					
						2018-07-20 15:31:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							457d1b4490 
							
						 
					 
					
						
						
							
							logging/backend: Use std::string_view in RemoveBackend() and GetBackend()  
						
						 
						
						... 
						
						
						
						These can just use a view to a string since its only comparing against
two names in both cases for matches. This avoids constructing
std::string instances where they aren't necessary. 
						
					 
					
						2018-07-20 15:27:20 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e91ba6c057 
							
						 
					 
					
						
						
							
							Merge pull request  #711  from lioncash/swap  
						
						 
						
						... 
						
						
						
						common/swap: Minor changes 
						
					 
					
						2018-07-19 11:48:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6c7a05239 
							
						 
					 
					
						
						
							
							Merge pull request  #710  from lioncash/unused  
						
						 
						
						... 
						
						
						
						common/common_funcs: Remove unused rotation functions 
						
					 
					
						2018-07-19 11:43:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbc31ba6af 
							
						 
					 
					
						
						
							
							Merge pull request  #709  from lioncash/thread-local  
						
						 
						
						... 
						
						
						
						common/misc: Deduplicate code in GetLastErrorMsg() 
						
					 
					
						2018-07-19 10:00:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04f7a7036a 
							
						 
					 
					
						
						
							
							Merge pull request  #705  from lioncash/string-ref  
						
						 
						
						... 
						
						
						
						file_util: return string by const reference for GetExeDirectory() 
						
					 
					
						2018-07-19 08:47:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5c47ea1a4e 
							
						 
					 
					
						
						
							
							common/swap: Remove unnecessary const on return value of swap()  
						
						 
						
						
						
					 
					
						2018-07-19 09:35:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0a868641fa 
							
						 
					 
					
						
						
							
							common/swap: Use static_cast where applicable  
						
						 
						
						
						
					 
					
						2018-07-19 09:35:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							1edf4dd7ef 
							
						 
					 
					
						
						
							
							common/swap: Use using aliases where applicable  
						
						 
						
						
						
					 
					
						2018-07-19 09:32:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							9128271292 
							
						 
					 
					
						
						
							
							common/common_funcs: Remove unused rotation functions  
						
						 
						
						... 
						
						
						
						These are unused and essentially don't provide much benefit either. If
we ever need rotation functions, these can be introduced in a way that
they don't sit in a common_* header and require a bunch of ifdefing to
simply be available 
						
					 
					
						2018-07-19 09:21:23 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							e0b8a35937 
							
						 
					 
					
						
						
							
							common/misc: Deduplicate code in GetLastErrorMsg()  
						
						 
						
						... 
						
						
						
						Android and macOS have supported thread_local for quite a while, but
most importantly is that we don't even really need it. Instead of using
a thread-local buffer, we can just return a non-static buffer as a
std::string, avoiding the need for that quality entirely. 
						
					 
					
						2018-07-19 09:15:38 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							63e64f0131 
							
						 
					 
					
						
						
							
							file_util: return string by const reference for GetExeDirectory()  
						
						 
						
						... 
						
						
						
						This disallows modifying the internal string buffer (which shouldn't be
modified anyhow). 
						
					 
					
						2018-07-19 01:27:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							33fbcb45a7 
							
						 
					 
					
						
						
							
							string_util: Remove AsciiToHex()  
						
						 
						
						... 
						
						
						
						Easy TODO 
						
					 
					
						2018-07-18 23:57:15 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b10905c8ae 
							
						 
					 
					
						
						
							
							Merge pull request  #686  from lioncash/fmt  
						
						 
						
						... 
						
						
						
						externals: update fmt to version 5.1.0 
						
					 
					
						2018-07-18 19:44:44 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							29aff8d5ab 
							
						 
					 
					
						
						
							
							Virtual Filesystem 2: Electric Boogaloo ( #676 )  
						
						 
						
						... 
						
						
						
						* Virtual Filesystem
* Fix delete bug and documentate
* Review fixes + other stuff
* Fix puyo regression 
						
					 
					
						2018-07-18 18:07:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							f5d7706ca1 
							
						 
					 
					
						
						
							
							externals: update fmt to version 5.1.0  
						
						 
						
						... 
						
						
						
						Previously, we were on 4.1.0, which was a major version behind. 
						
					 
					
						2018-07-18 17:46:17 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c65a8fafa0 
							
						 
					 
					
						
						
							
							telemetry: Remove unnecessary Field constructor  
						
						 
						
						... 
						
						
						
						We can just take the value parameter by value which allows both moving
into it, and copies at the same time, depending on the calling code. 
						
					 
					
						2018-07-18 00:32:35 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0aebe6b3d5 
							
						 
					 
					
						
						
							
							telemetry: Make operator== and operator!= const member functions of Field  
						
						 
						
						... 
						
						
						
						These operators don't modify internal class state, so they can be made
const member functions. While we're at it, drop the unnecessary inline
keywords. Member functions that are defined in the class declaration are
already inline by default. 
						
					 
					
						2018-07-18 00:28:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							3575d367a4 
							
						 
					 
					
						
						
							
							telemetry: Default copy/move constructors and assignment operators  
						
						 
						
						... 
						
						
						
						This provides the equivalent behavior, but without as much boilerplate.
While we're at it, explicitly default the move constructor, since we
have a move-assignment operator defined. 
						
					 
					
						2018-07-18 00:25:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04b9cde4f5 
							
						 
					 
					
						
						
							
							Merge pull request  #664  from jroweboy/logging-stuff  
						
						 
						
						... 
						
						
						
						Minor logging improvements 
						
					 
					
						2018-07-15 12:58:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Rowe 
							
						 
					 
					
						
						
						
						
							
						
						
							497b81558e 
							
						 
					 
					
						
						
							
							Logging: Dump all logs in the queue on close in debug mode  
						
						 
						
						
						
					 
					
						2018-07-15 13:02:09 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Rowe 
							
						 
					 
					
						
						
						
						
							
						
						
							6daebaaa57 
							
						 
					 
					
						
						
							
							Logging: Don't lock the queue for the duration of the write  
						
						 
						
						
						
					 
					
						2018-07-14 11:57:13 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hedges 
							
						 
					 
					
						
						
						
						
							
						
						
							e066bc75b9 
							
						 
					 
					
						
						
							
							More improvements to GDBStub ( #653 )  
						
						 
						
						... 
						
						
						
						* More improvements to GDBStub
- Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS.
- List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names.
- Initial support for floating point registers.
* Tidy up as requested in PR feedback
* Tidy up as requested in PR feedback 
						
					 
					
						2018-07-12 20:22:59 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04524e76c2 
							
						 
					 
					
						
						
							
							Merge pull request  #633  from FearlessTobi/port-defines  
						
						 
						
						... 
						
						
						
						Port #3579  from Citra: Clean up architecture-specific defines 
						
					 
					
						2018-07-10 09:12:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef2c955db5 
							
						 
					 
					
						
						
							
							Merge pull request  #635  from FearlessTobi/port-crashfix  
						
						 
						
						... 
						
						
						
						Port #3474  from Citra: Do not crash on unimplemented code in debug build 
						
					 
					
						2018-07-09 17:08:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							913896cbd9 
							
						 
					 
					
						
						
							
							Revert "Virtual Filesystem ( #597 )"  
						
						 
						
						... 
						
						
						
						This reverts commit 77c684c114 . 
						
					 
					
						2018-07-07 20:24:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							476e0fae4c 
							
						 
					 
					
						
						
							
							Port  #3474  from Citra  
						
						 
						
						
						
					 
					
						2018-07-07 14:17:44 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							70a6691e3b 
							
						 
					 
					
						
						
							
							Port  #3579  from Citra  
						
						 
						
						
						
					 
					
						2018-07-07 13:59:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bebe09a1aa 
							
						 
					 
					
						
						
							
							Merge pull request  #630  from FearlessTobi/remove-citra-references  
						
						 
						
						... 
						
						
						
						Remove some references to Citra 
						
					 
					
						2018-07-06 11:13:50 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							77c684c114 
							
						 
					 
					
						
						
							
							Virtual Filesystem ( #597 )  
						
						 
						
						... 
						
						
						
						* Add VfsFile and VfsDirectory classes
* Finish abstract Vfs classes
* Implement RealVfsFile (computer fs backend)
* Finish RealVfsFile and RealVfsDirectory
* Finished OffsetVfsFile
* More changes
* Fix import paths
* Major refactor
* Remove double const
* Use experimental/filesystem or filesystem depending on compiler
* Port partition_filesystem
* More changes
* More Overhaul
* FSP_SRV fixes
* Fixes and testing
* Try to get filesystem to compile
* Filesystem on linux
* Remove std::filesystem and document/test
* Compile fixes
* Missing include
* Bug fixes
* Fixes
* Rename v_file and v_dir
* clang-format fix
* Rename NGLOG_* to LOG_*
* Most review changes
* Fix TODO
* Guess 'main' to be Directory by filename 
						
					 
					
						2018-07-06 10:51:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							c9aadff9a9 
							
						 
					 
					
						
						
							
							Remove some references to Citra  
						
						 
						
						
						
					 
					
						2018-07-06 15:47:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							76b475faf7 
							
						 
					 
					
						
						
							
							Fix build and address review feedback  
						
						 
						
						
						
					 
					
						2018-07-02 21:45:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Rowe 
							
						 
					 
					
						
						
						
						
							
						
						
							6269a01b4e 
							
						 
					 
					
						
						
							
							Add configurable logging backends  
						
						 
						
						
						
					 
					
						2018-07-02 21:45:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Rowe 
							
						 
					 
					
						
						
						
						
							
						
						
							0d46f0df12 
							
						 
					 
					
						
						
							
							Update clang format  
						
						 
						
						
						
					 
					
						2018-07-02 21:45:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Rowe 
							
						 
					 
					
						
						
						
						
							
						
						
							638956aa81 
							
						 
					 
					
						
						
							
							Rename logging macro back to LOG_*  
						
						 
						
						
						
					 
					
						2018-07-02 21:45:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							a2efb1dd48 
							
						 
					 
					
						
						
							
							Common/string_util: add StringFromBuffer function  
						
						 
						
						... 
						
						
						
						convert input buffer (std::vector<u8>) to string, stripping zero chars 
						
					 
					
						2018-06-07 09:59:47 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							7e3d746b06 
							
						 
					 
					
						
						
							
							Service/MM: add service and stub some functions  
						
						 
						
						
						
					 
					
						2018-06-05 12:19:29 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							7757cc1a7f 
							
						 
					 
					
						
						
							
							Service/BCAT: add module and services  
						
						 
						
						
						
					 
					
						2018-05-28 16:46:56 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							acc10c7ee2 
							
						 
					 
					
						
						
							
							vector_math: Ensure members are always initialized  
						
						 
						
						... 
						
						
						
						Ensures that values are always in a well-defined state. 
						
					 
					
						2018-05-01 21:25:25 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81a0082f6b 
							
						 
					 
					
						
						
							
							Merge pull request  #424  from lioncash/string  
						
						 
						
						... 
						
						
						
						string_util: Remove StringFromFormat() and related functions 
						
					 
					
						2018-04-29 21:49:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3abba08080 
							
						 
					 
					
						
						
							
							string_util: Remove StringFromFormat() and related functions  
						
						 
						
						... 
						
						
						
						Given we utilize fmt, we don't need to provide our own functions for formatting anymore 
						
					 
					
						2018-04-29 18:52:33 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8bbafb746 
							
						 
					 
					
						
						
							
							file_util: Make move constructor/assignment operator and related functions noexcept  
						
						 
						
						... 
						
						
						
						Without this, it's possible to get compilation failures in the (rare) scenario where
a container is used to store a bunch of live IOFile instances, as they may be using
std::move_if_noexcept under the hood. Given these definitely don't throw exceptions
this is also not incorrect to add either. 
						
					 
					
						2018-04-29 18:34:09 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40d2dcabd7 
							
						 
					 
					
						
						
							
							file_util: Add static assertions to ReadBytes() and WriteBytes()  
						
						 
						
						... 
						
						
						
						Ensure that the actual types being passed in are trivially copyable. The internal
call to ReadArray() and WriteArray() will always succeed, since they're passed a pointer to char*
which is always trivially copyable. 
						
					 
					
						2018-04-29 18:24:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d9ee12b1a 
							
						 
					 
					
						
						
							
							file_util: Remove compiler version checks around is_trivially_copyable()  
						
						 
						
						... 
						
						
						
						The minimum clang/GCC versions we support already support this. We can also
remove is_standard_layout(), as fread and fwrite only require the type to be
trivially copyable. 
						
					 
					
						2018-04-28 15:31:23 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d43c49264f 
							
						 
					 
					
						
						
							
							log: Remove old logging macros and functions  
						
						 
						
						... 
						
						
						
						Now that the old macros are no longer used, we can remove all functionality related to them. 
						
					 
					
						2018-04-27 16:18:34 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8475496630 
							
						 
					 
					
						
						
							
							general: Convert assertion macros over to be fmt-compatible  
						
						 
						
						
						
					 
					
						2018-04-27 10:04:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c40496409 
							
						 
					 
					
						
						
							
							Merge pull request  #380  from ogniK5377/service-impl  
						
						 
						
						... 
						
						
						
						Implemented some useful interfaces needed for games. 
						
					 
					
						2018-04-27 00:49:40 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							abc23416e8 
							
						 
					 
					
						
						
							
							Switched to NGLOG_WARNING  
						
						 
						
						
						
					 
					
						2018-04-26 20:03:12 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3cfe77ae75 
							
						 
					 
					
						
						
							
							common: Move logging macros over to new fmt-capable macros where applicable  
						
						 
						
						
						
					 
					
						2018-04-26 20:09:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							7391741a20 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/yuzu-emu/yuzu  into service-impl  
						
						 
						
						
						
					 
					
						2018-04-26 14:28:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							f1f7f2cba9 
							
						 
					 
					
						
						
							
							Added PREPO to logging backend, Removed comments from SaveReportWithUser  
						
						 
						
						
						
					 
					
						2018-04-26 14:19:34 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87a92ef062 
							
						 
					 
					
						
						
							
							common: Remove chunk_file.h and linear_disk_cache.h  
						
						 
						
						... 
						
						
						
						These are unused (and given chunk_file references Dolphin's >SVN< I doubt they were going to be used). 
						
					 
					
						2018-04-26 14:59:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							27650499bc 
							
						 
					 
					
						
						
							
							GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.  
						
						 
						
						
						
					 
					
						2018-04-22 19:02:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							326b044c19 
							
						 
					 
					
						
						
							
							Merge pull request  #367  from lioncash/clamp  
						
						 
						
						... 
						
						
						
						math_util: Remove the Clamp() function 
						
					 
					
						2018-04-20 14:18:03 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87f89ac82d 
							
						 
					 
					
						
						
							
							Merge pull request  #361  from lioncash/common  
						
						 
						
						... 
						
						
						
						common_types: Minor changes 
						
					 
					
						2018-04-20 10:27:17 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fae2dd0344 
							
						 
					 
					
						
						
							
							math_util: Remove the Clamp() function  
						
						 
						
						... 
						
						
						
						C++17 adds clamp() to the standard library, so we can remove ours in
favor of it. 
						
					 
					
						2018-04-20 10:14:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d96997447 
							
						 
					 
					
						
						
							
							Merge pull request  #364  from lioncash/thread-local  
						
						 
						
						... 
						
						
						
						common/thread: Remove unnecessary feature checking for thread_local 
						
					 
					
						2018-04-20 09:43:52 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5c204ac6f 
							
						 
					 
					
						
						
							
							Merge pull request  #362  from lioncash/snprintf  
						
						 
						
						... 
						
						
						
						common_funcs: Remove check for VS versions that we don't even support 
						
					 
					
						2018-04-20 09:43:30 -04:00