Lioncash 
							
						 
					 
					
						
						
							
						
						90746c33c7 
					 
					
						
						
							
							gl_state: Remove unused type alias  
						
						... 
						
						
						
						This isn't used anywhere within the header, so we can remove it, along
with the include that was previously necessary. This also uncovers an
indirect include in the cpp file for the assertion macros. 
						
						
					 
					
						2018-09-21 18:22:43 -04:00 
						 
				 
			
				
					
						
							
							
								Mat M 
							
						 
					 
					
						
						
							
						
						f237265187 
					 
					
						
						
							
							Merge pull request  #1370  from Hedges/GDBClean  
						
						... 
						
						
						
						Correct endianness of BRK 
						
						
					 
					
						2018-09-20 17:25:56 -04:00 
						 
				 
			
				
					
						
							
							
								Mat M 
							
						 
					 
					
						
						
							
						
						1e35d8fa8f 
					 
					
						
						
							
							Merge pull request  #1362  from MerryMage/dynarmic  
						
						... 
						
						
						
						externals: Update dynarmic to 171d116 
						
						
					 
					
						2018-09-20 17:22:42 -04:00 
						 
				 
			
				
					
						
							
							
								Jarek Syrylak 
							
						 
					 
					
						
						
							
						
						74f966404d 
					 
					
						
						
							
							Correct endianness of BKPT  
						
						
						
						
					 
					
						2018-09-20 22:03:57 +01:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
							
						
						ef31487624 
					 
					
						
						
							
							arm_dynarmic: Halt when BRK encountered  
						
						
						
						
					 
					
						2018-09-20 19:12:42 +01:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						8fe9572271 
					 
					
						
						
							
							Merge pull request  #1358  from DarkLordZach/temp-storage  
						
						... 
						
						
						
						savedata_factory: Add TemporaryStorage SaveDataType 
						
						
					 
					
						2018-09-20 10:13:38 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						0931a711de 
					 
					
						
						
							
							Merge pull request  #1363  from lioncash/control  
						
						... 
						
						
						
						control_metadata: Move language name array definition to the cpp file 
						
						
					 
					
						2018-09-20 10:13:23 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						b02a1e38fa 
					 
					
						
						
							
							Merge pull request  #1361  from lioncash/nax  
						
						... 
						
						
						
						xts_archive/nax: Minor interface changes 
						
						
					 
					
						2018-09-20 10:13:10 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						e57aa62b11 
					 
					
						
						
							
							Merge pull request  #1366  from ogniK5377/splat-fix  
						
						... 
						
						
						
						Implemented NTC & IEnsureNetworkClockAvailabilityService 
						
						
					 
					
						2018-09-20 10:12:35 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						583137709f 
					 
					
						
						
							
							Removed unneeded event clear  
						
						
						
						
					 
					
						2018-09-20 15:16:08 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						335e9d18ae 
					 
					
						
						
							
							Implemented NTC & IEnsureNetworkClockAvailabilityService  
						
						... 
						
						
						
						Needed because of the recent nim fixes 
						
						
					 
					
						2018-09-20 15:14:07 +10:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						3146502a12 
					 
					
						
						
							
							control_metadata: Remove unnecessary else within GetLanguageEntry()  
						
						... 
						
						
						
						There's no need to indent the code here, given the if case contains a
return statement at the end of it. 
						
						
					 
					
						2018-09-19 19:02:06 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						05d49962b6 
					 
					
						
						
							
							control_metadata: Move language name array definition to the cpp file  
						
						... 
						
						
						
						This was used in two different translation units
(deconstructed_rom_directory and patch_manager). This means we'd be
pointlessly duplicating the whole array twice due to it being defined
within the header. 
						
						
					 
					
						2018-09-19 18:57:26 -04:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
							
						
						3b4a158230 
					 
					
						
						
							
							arm_dynarmic: Support BKPT instruction  
						
						
						
						
					 
					
						2018-09-19 21:00:38 +01:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
							
						
						321eb0b6b0 
					 
					
						
						
							
							externals: Update dynarmic to 171d116  
						
						... 
						
						
						
						171d116 A64: Implement SCVTF, UCVTF (vector, fixed-point), scalar variant
f221bb0 emit_x64_floating_point: Reduce fallback LUT code in EmitFPToFixed
eb123e2 A64: Implement FCVTZS, FCVTZU, UCVTF, SCVTF (vector, fixed-point), vector variant
487d37a6c877ff 
						
						
					 
					
						2018-09-19 20:31:39 +01:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						2e5f0e5024 
					 
					
						
						
							
							xts_archive: Remove unused variables from CalculateHMAC256()  
						
						... 
						
						
						
						These variables aren't used, which still has an impact, as std::vector
cannot be optimized away by the compiler (it's constructor and
destructor are both non-trivial), so this was just wasting memory. 
						
						
					 
					
						2018-09-19 14:23:13 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						2752183883 
					 
					
						
						
							
							xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr  
						
						... 
						
						
						
						std::shared_ptr isn't strictly necessary here and is only ever used in
contexts where the object doesn't depend on being shared. This also
makes the interface more flexible, as it's possible to create a
std::shared_ptr from a std::unique_ptr (std::shared_ptr has a
constructor that accepts a std::unique_ptr), but not the other way
around. 
						
						
					 
					
						2018-09-19 14:22:37 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						45195a51a7 
					 
					
						
						
							
							nax: Avoid re-parsing NAX data with GetFileType()  
						
						... 
						
						
						
						An instance of the NAX apploader already has an existing NAX instance in
memory. Calling directly into IdentifyType() directly would re-parse the
whole file again into yet another NAX instance, only to toss it away
again.
This gets rid of unnecessary/redundant file parsing and allocations. 
						
						
					 
					
						2018-09-19 14:22:37 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						c8c4105659 
					 
					
						
						
							
							nax: Avoid unnecessary calls to AsNCA() in IdentifyType()  
						
						... 
						
						
						
						AsNCA() allocates an NCA instance every time it's called. In the current
manner it's used, it's quite inefficient as it's making a redundant
allocation.
We can just amend the order of the conditionals to make it easier to
just call it once. 
						
						
					 
					
						2018-09-19 14:22:37 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						f272261c21 
					 
					
						
						
							
							xts_archive: Ensure NAX's type member is always initialized  
						
						... 
						
						
						
						Ensures that the member always has a deterministic value. 
						
						
					 
					
						2018-09-19 14:22:37 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						92a98a8b19 
					 
					
						
						
							
							xts_archive: Amend initializer order of NAX's constructor  
						
						... 
						
						
						
						Orders the initializer list in the same order the members would be
initialized. Avoids compiler warnings. 
						
						
					 
					
						2018-09-19 14:22:30 -04:00 
						 
				 
			
				
					
						
							
							
								David 
							
						 
					 
					
						
						
							
						
						0432af5ad1 
					 
					
						
						
							
							Reworked incorrect nifm stubs ( #1355 )  
						
						... 
						
						
						
						* Reworked incorrect nifm stubs
Need confirmation on `CreateTemporaryNetworkProfile`, unsure which game uses it but according to reversing. It should return a uuid which we currently don't do.
Any 0 client id is considered an invalid client id.
GetRequestState 0 is considered invalid.
* Fixups for nifm 
						
						
					 
					
						2018-09-19 11:59:01 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						52fb86c65c 
					 
					
						
						
							
							Merge pull request  #1356  from degasus/hotfix  
						
						... 
						
						
						
						gl_rasterizer: Fix StartAddress handling with indexed draw calls. 
						
						
					 
					
						2018-09-19 11:58:22 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						8dff92c5f6 
					 
					
						
						
							
							Merge pull request  #1359  from ogniK5377/nes  
						
						... 
						
						
						
						Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 
						
						
					 
					
						2018-09-19 10:01:36 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						5fbc354261 
					 
					
						
						
							
							Merge pull request  #1353  from ogniK5377/remove-MakeBuilder  
						
						... 
						
						
						
						Removed the use of rp.MakeBuilder in the yuzu codebase 
						
						
					 
					
						2018-09-19 10:00:23 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						cbc7ad8f6d 
					 
					
						
						
							
							Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision  
						
						... 
						
						
						
						With these, `Nintendo Entertainment System - Nintendo Switch Online` loads 
						
						
					 
					
						2018-09-19 23:25:00 +10:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
						
						dfaea55be5 
					 
					
						
						
							
							savedata_factory: Add TemporaryStorage SaveDataType  
						
						... 
						
						
						
						Seems to be used by NSO NES Emulator 
						
						
					 
					
						2018-09-19 09:06:22 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Wick 
							
						 
					 
					
						
						
							
						
						f465e4aaf2 
					 
					
						
						
							
							gl_rasterizer: Fix StartAddress handling with indexed draw calls.  
						
						... 
						
						
						
						We uploaded the wrong data before. So the offset on the host GPU pointer may work for the first vertices, the last ones run out bounds.
Let's just offset the upload instead. 
						
						
					 
					
						2018-09-19 09:22:30 +02:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						08819ec70a 
					 
					
						
						
							
							Removed MakeBuilder as it's not needed anymore  
						
						
						
						
					 
					
						2018-09-19 15:13:56 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						6a0612f2bf 
					 
					
						
						
							
							Removed the use of rp.MakeBuilder  
						
						... 
						
						
						
						Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}` 
						
						
					 
					
						2018-09-19 15:09:59 +10:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						b33ce787b7 
					 
					
						
						
							
							Merge pull request  #1348  from ogniK5377/GetImageSize  
						
						... 
						
						
						
						Implemented IProfile::GetImageSize 
						
						
					 
					
						2018-09-18 22:15:18 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						d85130d7be 
					 
					
						
						
							
							Merge pull request  #1319  from lioncash/audio  
						
						... 
						
						
						
						audio_core: Replace includes with forward declarations where applicable. 
						
						
					 
					
						2018-09-18 22:14:26 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						c9942fe46e 
					 
					
						
						
							
							Merge pull request  #1351  from ogniK5377/GetDefaultDisplayResolution  
						
						... 
						
						
						
						Implemented GetDefaultDisplayResolution 
						
						
					 
					
						2018-09-18 22:13:28 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						bf957d5345 
					 
					
						
						
							
							Merge pull request  #1341  from lioncash/dependency  
						
						... 
						
						
						
						core/core_cpu: Replace exclusive monitor include with forward declaration 
						
						
					 
					
						2018-09-18 22:13:05 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						c768535463 
					 
					
						
						
							
							Merge pull request  #1346  from lioncash/svc  
						
						... 
						
						
						
						svc_wrap: Convert the PARAM macro into a function 
						
						
					 
					
						2018-09-18 22:12:47 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						e9abbcae85 
					 
					
						
						
							
							Merge pull request  #1350  from ogniK5377/Six-Axis-Stub  
						
						... 
						
						
						
						Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor 
						
						
					 
					
						2018-09-18 22:12:12 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						bd88d4108f 
					 
					
						
						
							
							Merge pull request  #1342  from lioncash/trunc  
						
						... 
						
						
						
						gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code 
						
						
					 
					
						2018-09-18 22:11:48 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						0284cbe7ec 
					 
					
						
						
							
							Merge pull request  #1279  from FernandoS27/csetp  
						
						... 
						
						
						
						shader_decompiler: Implemented (Partialy) Control Codes and CSETP 
						
						
					 
					
						2018-09-18 22:10:48 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						6415f81bb8 
					 
					
						
						
							
							Merge pull request  #1299  from FernandoS27/texture-sanatize  
						
						... 
						
						
						
						shader_decompiler: Asserts for Texture Instructions 
						
						
					 
					
						2018-09-18 22:10:09 -04:00 
						 
				 
			
				
					
						
							
							
								Philippe Babin 
							
						 
					 
					
						
						
							
						
						9155c8daeb 
					 
					
						
						
							
							Invalid default value of username in yuzu_cmd ( #1334 )  
						
						... 
						
						
						
						* Fix bug where default username value for yuzu_cmd create an userprofile with uninitialize data as username
* Fix format
* Apply code review changes
* Remove nullptr check 
						
						
					 
					
						2018-09-18 19:58:28 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						733c47623b 
					 
					
						
						
							
							Merge pull request  #1343  from lioncash/mutex  
						
						... 
						
						
						
						kernel/svc: Handle invalid address cases within svcArbitrateLock() and svcArbitrateUnlock() 
						
						
					 
					
						2018-09-18 14:25:00 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						c2cf784376 
					 
					
						
						
							
							Merge pull request  #1344  from lioncash/arm  
						
						... 
						
						
						
						arm_interface: Remove ARM11-isms from the CPU interface 
						
						
					 
					
						2018-09-18 14:24:20 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						c7a4bf5074 
					 
					
						
						
							
							Merge pull request  #1345  from lioncash/write  
						
						... 
						
						
						
						arm_dynarmic: Correct ExclusiveWrite128()'s operation 
						
						
					 
					
						2018-09-18 14:23:57 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						de9604d63e 
					 
					
						
						
							
							Added ActivateGesture  
						
						
						
						
					 
					
						2018-09-19 01:13:58 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						1a2d33eeb4 
					 
					
						
						
							
							Implemented GetDefaultDisplayResolution  
						
						
						
						
					 
					
						2018-09-19 01:10:16 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						a8b1c7763b 
					 
					
						
						
							
							Added StopSixAxisSensor  
						
						
						
						
					 
					
						2018-09-19 00:56:02 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						717889e93c 
					 
					
						
						
							
							Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor  
						
						
						
						
					 
					
						2018-09-19 00:52:20 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
							
						
						528e5cee67 
					 
					
						
						
							
							Implemented GetImageSize  
						
						
						
						
					 
					
						2018-09-19 00:16:52 +10:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						f85ab0a123 
					 
					
						
						
							
							svc_wrap: Convert the PARAM macro into a function  
						
						... 
						
						
						
						This can just be a regular function, getting rid of the need to also
explicitly undef the define at the end of the file. Given FuncReturn()
was already converted into a function, it's #undef can also be removed. 
						
						
					 
					
						2018-09-18 04:27:38 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						ead2a4eeb4 
					 
					
						
						
							
							arm_dynarmic: Correct ExclusiveWrite128()'s operation  
						
						... 
						
						
						
						Previously the second half of the value being written would overwrite
the first half. Thankfully this wasn't a bug that was being encountered,
as the function is currently unused. 
						
						
					 
					
						2018-09-18 03:56:32 -04:00