fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								3ee9f669c1 
								
							 
						 
						
							
							
								
								Address review comments  
							
							 
							
							
							
						 
						
							2018-09-21 16:39:10 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								687e3e74ca 
								
							 
						 
						
							
							
								
								Merge pull request  #3959  from zhaowenlan1779/semi-reset  
							
							 
							
							... 
							
							
							
							service/apt: Implement soft reset & CloseApplication 
							
						 
						
							2018-09-19 21:02:59 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
							
							
								
							
							
								697bc1a9c7 
								
							 
						 
						
							
							
								
								loader, cfg: choose region based on language if multiple regions available  
							
							 
							
							
							
						 
						
							2018-09-18 10:26:31 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								5ddd382a9b 
								
							 
						 
						
							
							
								
								kernel/svc: Do nothing if svcOutputDebugString's length is <= 0  
							
							 
							
							... 
							
							
							
							While likely very uncommon, this sanitizes the input and does nothing in
the event of the length being equal to or less than zero, avoiding
constructing a std::string when there's no need to. It also avoids an
out-of-memory scenario, as a negative value would wrap around to its
equivalent unsigned representation in std::string's constructor.
e.g. If someone was silly and a length of -1 was specified, this would
make a string with a length of 0xFFFFFFFFFFFFFFFF on a 64-bit platform,
which will obviously eventually fail due to the allocation being way too
large. 
							
						 
						
							2018-09-17 19:52:53 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								ca3d9d659e 
								
							 
						 
						
							
							
								
								kernel/thread: Include thread-related enums within the kernel namespace  
							
							 
							
							... 
							
							
							
							Previously, these were sitting outside of the Kernel namespace, which
doesn't really make sense, given they're related to the Thread class
which is within the Kernel namespace. 
							
						 
						
							2018-09-15 17:16:20 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								5dfa7b74b5 
								
							 
						 
						
							
							
								
								thread: Convert ThreadStatus into an enum class  
							
							 
							
							... 
							
							
							
							Makes the thread status strongly typed, so implicit conversions can't
happen. It also makes it easier to catch mistakes at compile time. 
							
						 
						
							2018-09-15 17:02:44 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								458f8d103b 
								
							 
						 
						
							
							
								
								service/ptm: Add Get/SetPlayCoins functions  
							
							 
							
							
							
						 
						
							2018-09-14 22:28:38 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Valentin Vanelslande 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dce26367a2 
								
							 
						 
						
							
							
								
								ipc: fix typo  
							
							 
							
							
							
						 
						
							2018-09-13 11:51:08 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								0d15b99bfc 
								
							 
						 
						
							
							
								
								service/cecd: Corrected cecd:s function table  
							
							 
							
							
							
						 
						
							2018-09-11 14:39:48 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								105bcc95c0 
								
							 
						 
						
							
							
								
								service/cecd: Add hmac handling  
							
							 
							
							
							
						 
						
							2018-09-10 19:53:23 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								192a0f3b92 
								
							 
						 
						
							
							
								
								service/cecd: Update handling of /outbox/boxinfo and /outbox/obindex  
							
							 
							
							
							
						 
						
							2018-09-10 04:21:24 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Valentin Vanelslande 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5c4da2d218 
								
							 
						 
						
							
							
								
								svc: change unknown to thread in CreateThread  
							
							 
							
							
							
						 
						
							2018-09-08 07:40:24 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								648cecf1aa 
								
							 
						 
						
							
							
								
								service/cecd: Utilize CryptoPP::Base64Encoder for message id  
							
							 
							
							
							
						 
						
							2018-09-07 23:09:14 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ad6b140cb0 
								
							 
						 
						
							
							
								
								service/apt: Implement soft reset & CloseApplication  
							
							 
							
							
							
						 
						
							2018-09-08 11:05:23 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								ff1beca74a 
								
							 
						 
						
							
							
								
								service/cecd: Fixed enum item naming style  
							
							 
							
							
							
						 
						
							2018-09-07 19:36:33 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
							
							
								
							
							
								7d8f115185 
								
							 
						 
						
							
							
								
								Prefix all size_t with std::  
							
							 
							
							... 
							
							
							
							done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2` 
							
						 
						
							2018-09-06 16:03:28 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								eca98eeb3e 
								
							 
						 
						
							
							
								
								Merge pull request  #4143  from zhaowenlan1779/shared-font-text-fix  
							
							 
							
							... 
							
							
							
							core, citra_qt: unify status of system archives and shared fonts 
							
						 
						
							2018-09-06 20:51:32 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								69b3217394 
								
							 
						 
						
							
							
								
								service/cecd: Addressed comments, code cleanup  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								c89759f597 
								
							 
						 
						
							
							
								
								service/cecd: Corrected eventlog.dat creation  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								c185c35bc2 
								
							 
						 
						
							
							
								
								service/cecd: Clang format fixup  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								dd7234a6d0 
								
							 
						 
						
							
							
								
								service/cecd: Migrate Common::StringFromFormat(...) to fmt::format(...)  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								25e7209d5c 
								
							 
						 
						
							
							
								
								service/cecd: Updated function names  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								7a8477d106 
								
							 
						 
						
							
							
								
								service/cecd: Implement mboxlist handling  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								0e8398b51c 
								
							 
						 
						
							
							
								
								service/cecd: Update header checks and increased debug logging  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								71204e525f 
								
							 
						 
						
							
							
								
								service/cecd: Corrected behaviour, started checking and updating file headers  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								d88ad61da4 
								
							 
						 
						
							
							
								
								service/cecd: Output icon to MBoxData.001 and title to MBoxData.010  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								010fbd8614 
								
							 
						 
						
							
							
								
								service/cecd: Update default values for in/out box info header  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								d99585aa53 
								
							 
						 
						
							
							
								
								service/cecd: Add MBox directory check to OpenAndRead and OpenAndWrite and added a CreateAndPopulateMBoxDirectory function  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								30bbea3f4e 
								
							 
						 
						
							
							
								
								service/cecd: Add initial files to archive after it is formatted  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								e27c1bd1f5 
								
							 
						 
						
							
							
								
								service/cecd: Addressed comment about PopEnum  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:27 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								413f1651b7 
								
							 
						 
						
							
							
								
								service/cecd: Implement basic file handling functions.  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:26 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								2ee395d7de 
								
							 
						 
						
							
							
								
								service/cecd: Implement functions  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:26 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								5dacf92fd7 
								
							 
						 
						
							
							
								
								service/cecd: Stub some functions  
							
							 
							
							
							
						 
						
							2018-09-06 15:50:26 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								cf8b1726df 
								
							 
						 
						
							
							
								
								Address review comments  
							
							 
							
							
							
						 
						
							2018-09-06 00:00:21 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								cb3ef488c7 
								
							 
						 
						
							
							
								
								Fixup! string_util: Remove StringFromFormat() and related functions  
							
							 
							
							
							
						 
						
							2018-09-06 00:00:21 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								3284bef360 
								
							 
						 
						
							
							
								
								string_util: Remove StringFromFormat() and related functions  
							
							 
							
							... 
							
							
							
							Given we utilize fmt, we don't need to provide our own functions for formatting anymore 
							
						 
						
							2018-09-06 00:00:21 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								dfb82b4dfd 
								
							 
						 
						
							
							
								
								fixup! fix num_client_certs in CloseClientCertContext  
							
							 
							
							
							
						 
						
							2018-09-04 08:16:25 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Nguyen Dac Nam 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a8af14ad12 
								
							 
						 
						
							
							
								
								change buffer index from 1 to 0.  
							
							 
							
							
							
						 
						
							2018-09-04 09:41:34 +07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ae6007bf9d 
								
							 
						 
						
							
							
								
								Merge pull request  #4069  from B3n30/wait_for_service_register  
							
							 
							
							... 
							
							
							
							Service::SM: Wait till client is registered 
							
						 
						
							2018-09-04 01:57:28 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fffa55b5d8 
								
							 
						 
						
							
							
								
								Merge pull request  #4139  from tgsm/hid-update-table  
							
							 
							
							... 
							
							
							
							Service/HID: update function table 
							
						 
						
							2018-09-04 01:47:26 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								cfd81be661 
								
							 
						 
						
							
							
								
								fixup! fixup! Service::SM: Wait till client is registered  
							
							 
							
							
							
						 
						
							2018-09-02 22:50:13 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								ae37b404c6 
								
							 
						 
						
							
							
								
								fixup! fixup! Service::SM: Wait till client is registered  
							
							 
							
							
							
						 
						
							2018-09-02 16:42:41 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								c47e1db46d 
								
							 
						 
						
							
							
								
								kernel/object: Tighten object against data races  
							
							 
							
							... 
							
							
							
							Despite being covered by a global mutex, we should still ensure that the
class handles its reference counts properly. This avoids potential
shenanigans when it comes to data races.
Given this is the root object that drives quite a bit of the kernel
object hierarchy, ensuring we always have the correct behavior (and no
races) is a good thing. 
							
						 
						
							2018-08-31 00:14:48 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									tgsm 
								
							 
						 
						
							
							
							
							
								
							
							
								7136777fec 
								
							 
						 
						
							
							
								
								Service/HID: update function table  
							
							 
							
							... 
							
							
							
							update 
							
						 
						
							2018-08-29 17:51:47 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f28bc28d6b 
								
							 
						 
						
							
							
								
								core, citra_qt: unify status of system archives and shared fonts  
							
							 
							
							... 
							
							
							
							Shared fonts is no different from any other system archives, and there is not really any point to make a separate status for it. This also fixes the incorrect error message that was introduced when I made the UI text improvements. 
							
						 
						
							2018-08-27 22:40:35 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben 
								
							 
						 
						
							
							
							
							
								
							
							
								b20607dfc6 
								
							 
						 
						
							
							
								
								Add system time configuration ( #4043 )  
							
							 
							
							... 
							
							
							
							* Add setting to switch between a fixed start time and the system time
Add clock settings to SDL
Make clock configureable in qt
Add a SharedPage handler class
Init shared_page_handler for tests 
							
						 
						
							2018-08-26 11:47:45 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9b9227089b 
								
							 
						 
						
							
							
								
								Merge pull request  #4121  from FearlessTobi/port-894  
							
							 
							
							... 
							
							
							
							Port #894  from yuzu: "kernel: Move object class to its own source files" 
							
						 
						
							2018-08-26 00:02:33 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								8fceac801c 
								
							 
						 
						
							
							
								
								Fix clang-format  
							
							 
							
							
							
						 
						
							2018-08-25 14:05:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cf4f8463f1 
								
							 
						 
						
							
							
								
								Merge pull request  #4122  from FearlessTobi/port-905  
							
							 
							
							... 
							
							
							
							Port #905  from yuzu: "kernel/vm_manager: Minor changes" 
							
						 
						
							2018-08-24 19:01:57 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f2816aa430 
								
							 
						 
						
							
							
								
								Merge pull request  #4123  from FearlessTobi/port-914  
							
							 
							
							... 
							
							
							
							Port #914  from yuzu: "kernel/process: Use accessors instead of class members for referencing segment array" 
							
						 
						
							2018-08-24 19:01:07 +01:00