Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							bce4bfffb6 
							
						 
					 
					
						
						
							
							pm: Implement pm:shell and pm:dmnt GetApplicationPid  
						
						... 
						
						
						
						Returns the process ID of the current application or 0 if no app is running. 
						
						
					 
					
						2019-06-26 19:07:34 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							354c254cde 
							
						 
					 
					
						
						
							
							pm: Implement pm:dmnt GetTitlePid  
						
						... 
						
						
						
						Takes a title ID and searches for a matching process, returning error if it doesn't exist, otherwise the process ID. 
						
						
					 
					
						2019-06-26 19:06:51 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							49af3bcdcb 
							
						 
					 
					
						
						
							
							pm: Implement pm:info GetTitleId  
						
						... 
						
						
						
						Searches the process list for a process with the specified ID, returning the title ID if it exists. 
						
						
					 
					
						2019-06-26 19:05:04 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5829ba1ccc 
							
						 
					 
					
						
						
							
							Merge pull request  #2548  from DarkLordZach/applet-shopn  
						
						... 
						
						
						
						applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets 
						
						
					 
					
						2019-06-26 15:55:24 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							f67039c067 
							
						 
					 
					
						
						
							
							Addressed issues  
						
						
						
						
					 
					
						2019-06-26 16:52:34 +10:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							d10fc2d727 
							
						 
					 
					
						
						
							
							glue: Correct missing bytes in ApplicationLaunchParameter  
						
						
						
						
					 
					
						2019-06-25 22:25:10 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							19dc36ce06 
							
						 
					 
					
						
						
							
							Implement Time::GetSharedMemoryNativeHandle  
						
						... 
						
						
						
						This PR attempts to implement the shared memory provided by GetSharedMemoryNativeHandle. There is still more work to be done however that requires a rehaul of the current time module to handle clock contexts. This PR is mainly to get the basic functionality of the SharedMemory working and allow the use of addition to it whilst things get improved on.
Things to note:
Memory Barriers are used in the SharedMemory and a better solution would need to be done to implement this. Currently in this PR I’m faking the memory barriers as everything is sync and single threaded. They work by incrementing the counter and just populate the two data slots. On data reading, it will read the last added data.
Specific values in the shared memory would need to be updated periodically. This isn't included in this PR since we don't actively do this yet. In a later PR when time is refactored this should be done.
Finally, as we don't handle clock contexts. When time is refactored, we will need to update the shared memory for specific contexts. This PR does this already however since the contexts are all identical and not separated. We're just updating the same values for each context which in this case is empty.
Tiime:SetStandardUserSystemClockAutomaticCorrectionEnabled, Time:IsStandardUserSystemClockAutomaticCorrectionEnabled are also partially implemented in this PR. The reason the implementation is partial is because once again, a lack of clock contexts. This will be improved on in a future PR.
This PR closes issue #2556  
						
						
					 
					
						2019-06-26 00:45:53 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							192f1f7ebe 
							
						 
					 
					
						
						
							
							SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id  
						
						
						
						
					 
					
						2019-06-25 15:19:37 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							5d005b87a3 
							
						 
					 
					
						
						
							
							fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfo  
						
						
						
						
					 
					
						2019-06-25 11:23:23 +10:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							3c4238657d 
							
						 
					 
					
						
						
							
							applets: Pass current process title ID to applets  
						
						... 
						
						
						
						Avoids using system accessor to get current process in applet code. 
						
						
					 
					
						2019-06-24 20:07:10 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							01ff38cca8 
							
						 
					 
					
						
						
							
							general_frontend: Add documentation for parental controls and ecommerce applets  
						
						
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							73dcb13619 
							
						 
					 
					
						
						
							
							web_browser: Only delete temporary directory if it was created  
						
						... 
						
						
						
						Prevents crashes with ShopN applet occasionally. 
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							d018ac2c60 
							
						 
					 
					
						
						
							
							web_browser: Take ECommerce applet frontend optionally in constructor  
						
						... 
						
						
						
						If it is needed but wasn't passed (or passed nullptr), the Shop handling code will alert and throw an error. 
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							3898c3903e 
							
						 
					 
					
						
						
							
							web_browser: Use function tables for execute and initialize  
						
						... 
						
						
						
						Allows easy handling of multiple shim types, as they have enough in common to be the same backend but not enough to share init/exec. 
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							675aa5f719 
							
						 
					 
					
						
						
							
							web_browser: Correct structures and properly parse TLVs/ShimKind  
						
						... 
						
						
						
						Much, much more HW-accurate and allows us to easily support all of the different web 'shim' types. 
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							e447d8aafa 
							
						 
					 
					
						
						
							
							applets: Track ECommerce and Parental Control applet frontends  
						
						
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							9d2d349d7b 
							
						 
					 
					
						
						
							
							applets: Implement Auth applet backend  
						
						... 
						
						
						
						This is responsible for parental controls and supports verifying, changing, and registering PIN codes. 
						
						
					 
					
						2019-06-24 20:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							ce21973022 
							
						 
					 
					
						
						
							
							glue: Implement arp:w and arp:r services  
						
						... 
						
						
						
						These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID. 
						
						
					 
					
						2019-06-24 19:26:16 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							df3ee4f444 
							
						 
					 
					
						
						
							
							glue: Add errors for glue/arp services  
						
						
						
						
					 
					
						2019-06-24 19:20:28 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							4fab0d392b 
							
						 
					 
					
						
						
							
							glue: Add scaffolding for bgtc:t and bgtc:sc services  
						
						
						
						
					 
					
						2019-06-24 19:20:06 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							9003e19797 
							
						 
					 
					
						
						
							
							arp: Move to glue services  
						
						... 
						
						
						
						Glue is the name of the sysmodule that contains both arp and bgtc. 
						
						
					 
					
						2019-06-24 19:17:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							5f8d2a2044 
							
						 
					 
					
						
						
							
							glue: Add manager to keep track of application registry  
						
						... 
						
						
						
						Manages mapping between title IDs and application launch and control properties. 
						
						
					 
					
						2019-06-24 19:17:13 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							e49ae3bf92 
							
						 
					 
					
						
						
							
							Implemented INotificationService  
						
						
						
						
					 
					
						2019-06-24 12:26:45 +10:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69e490b303 
							
						 
					 
					
						
						
							
							Merge pull request  #2602  from lioncash/cast  
						
						... 
						
						
						
						service/acc: Silence truncation warnings 
						
						
					 
					
						2019-06-21 15:27:25 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96412848a9 
							
						 
					 
					
						
						
							
							Merge pull request  #2482  from DarkLordZach/prepo  
						
						... 
						
						
						
						core: Add detailed local reporting feature for development 
						
						
					 
					
						2019-06-21 14:05:18 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							82cd87f6c2 
							
						 
					 
					
						
						
							
							service/acc: Silence truncation warnings  
						
						... 
						
						
						
						The sanitizing function ensures that the returned type is always the
correct type. This eliminates warnings without extra casts. 
						
						
					 
					
						2019-06-21 10:04:31 -04:00 
						 
				 
			
				
					
						
							
							
								Fernando Sahmkow 
							
						 
					 
					
						
						
						
						
							
						
						
							26fcdf087d 
							
						 
					 
					
						
						
							
							Revert PR 2590.  
						
						... 
						
						
						
						Even though it has been proven that IAudioRenderer:SystemEvent is 
actually an automatic event. The current implementation of such event is 
all thought to be manual. Thus it's implementation needs to be corrected 
when doing such change. As it is right now this PR introduced a series 
of regressions on softlocks on multiple games. Therefore, this pr 
reverts such change until a correct implementation is made. 
						
						
					 
					
						2019-06-19 23:19:19 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca470890a3 
							
						 
					 
					
						
						
							
							Merge pull request  #2590  from lioncash/event  
						
						... 
						
						
						
						service/audio/audren_u: Correct event reset type for the system event 
						
						
					 
					
						2019-06-19 22:27:52 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5799404b78 
							
						 
					 
					
						
						
							
							service/audio/audren_u: Correct event reset type for the system event  
						
						... 
						
						
						
						This is actually an auto-reset event in the audio service itself, not a
manual one. 
						
						
					 
					
						2019-06-18 09:23:20 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							6ca20ad7ba 
							
						 
					 
					
						
						
							
							Addressed issues  
						
						
						
						
					 
					
						2019-06-17 08:17:26 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							50e3269f3b 
							
						 
					 
					
						
						
							
							Signalled accumulated_suspended_tick_changed_event on creation based on RE  
						
						
						
						
					 
					
						2019-06-16 22:18:54 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							5fb6781c61 
							
						 
					 
					
						
						
							
							Cleanup  
						
						
						
						
					 
					
						2019-06-16 20:18:35 +10:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							335127af69 
							
						 
					 
					
						
						
							
							Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent  
						
						... 
						
						
						
						IPC-100 was changed to InitializeApplicationInfoOld instead of InitializeApplicationInfo. IPC-150 makes an indentical call to IPC-100 however does extra processing. They should not have the same name as it's quite confusing to debug. 
						
						
					 
					
						2019-06-16 19:06:33 +10:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a62088539e 
							
						 
					 
					
						
						
							
							common/hex_util: Combine HexVectorToString() and HexArrayToString()  
						
						... 
						
						
						
						These can be generified together by using a concept type to designate
them. This also has the benefit of not making copies of potentially very
large arrays. 
						
						
					 
					
						2019-06-12 17:54:05 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							11f2f0f45c 
							
						 
					 
					
						
						
							
							constants: Extract backup JPEG used by account services  
						
						
						
						
					 
					
						2019-06-07 17:46:57 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03d9bbaa90 
							
						 
					 
					
						
						
							
							Merge pull request  #2551  from lioncash/dtor  
						
						... 
						
						
						
						service/ns: Add missing override specifiers 
						
						
					 
					
						2019-06-06 10:37:28 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4fea833d4 
							
						 
					 
					
						
						
							
							Merge pull request  #2419  from DarkLordZach/srv-lr-iface  
						
						... 
						
						
						
						lr: Add command handler skeletons for Open*LocationResolver 
						
						
					 
					
						2019-06-05 18:05:50 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							8304aaf282 
							
						 
					 
					
						
						
							
							service/ns: Add missing override specifiers  
						
						
						
						
					 
					
						2019-06-05 16:20:24 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							799302bc9d 
							
						 
					 
					
						
						
							
							Merge pull request  #2526  from lioncash/global  
						
						... 
						
						
						
						core/telemetry_session: Remove usages of the global system accessor 
						
						
					 
					
						2019-06-05 15:57:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81e09bb121 
							
						 
					 
					
						
						
							
							Merge pull request  #2545  from lioncash/timing  
						
						... 
						
						
						
						core/core_timing_util: Use std::chrono types for specifying time units 
						
						
					 
					
						2019-06-05 15:52:37 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2beaaa35c5 
							
						 
					 
					
						
						
							
							Merge pull request  #2510  from SciresM/desired_language  
						
						... 
						
						
						
						Implement/Fix IApplicationFunctions::GetDesiredLanguage 
						
						
					 
					
						2019-06-05 15:39:33 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							2548661c08 
							
						 
					 
					
						
						
							
							core/core_timing_util: Amend casing of cyclesTo* functions  
						
						... 
						
						
						
						Makes the casing consistent with all of our general function naming
conventions. 
						
						
					 
					
						2019-06-04 20:31:46 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							42f5fd0ab3 
							
						 
					 
					
						
						
							
							core/core_timing_util: Use std::chrono types for specifying time units  
						
						... 
						
						
						
						Makes the interface more type-safe and consistent in terms of return
values. 
						
						
					 
					
						2019-06-04 20:31:24 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed74a3cb8b 
							
						 
					 
					
						
						
							
							Merge pull request  #1931  from DarkLordZach/mii-database-1  
						
						... 
						
						
						
						mii: Implement MiiManager backend and several mii service commands 
						
						
					 
					
						2019-05-30 13:26:40 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							8bbe930fac 
							
						 
					 
					
						
						
							
							core/core: Remove unnecessary includes  
						
						... 
						
						
						
						The contents of these includes aren't used anywhere in this translation
unit. 
						
						
					 
					
						2019-05-29 00:00:27 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							52b80d231c 
							
						 
					 
					
						
						
							
							ncm: Implement LR OpenAddOnContentLocationResolver (2)  
						
						... 
						
						
						
						Returns an object of type IAddOnContentLocationResolver for the provided StorageId. 
						
						
					 
					
						2019-05-26 20:37:13 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							e0920ef4ba 
							
						 
					 
					
						
						
							
							ncm: Implement LR OpenRegisteredLocationResolver (1)  
						
						... 
						
						
						
						Returns an object of type IRegisteredLocationResolver for the StorageId. 
						
						
					 
					
						2019-05-26 18:24:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							33ac193bf6 
							
						 
					 
					
						
						
							
							ncm: Implement LR OpenLocationResolver (0)  
						
						... 
						
						
						
						Returns an object of type ILocationResolver with the provided StorageId. 
						
						
					 
					
						2019-05-26 18:24:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							b77fde7c5c 
							
						 
					 
					
						
						
							
							loader: Move NSO module tracking to AppLoader  
						
						... 
						
						
						
						Also cleanup of general stuff 
						
						
					 
					
						2019-05-26 11:40:46 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb248a2710 
							
						 
					 
					
						
						
							
							Merge pull request  #2509  from lioncash/aoc  
						
						... 
						
						
						
						service/aoc_u: Minor cleanup 
						
						
					 
					
						2019-05-25 23:00:12 -04:00