Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d3f4fd1777 
							
						 
					 
					
						
						
							
							applet: Make constructor protected  
						
						... 
						
						
						
						Considering the class is abstract, there's no need to make the constructor
public. 
						
					 
					
						2016-12-07 16:50:32 -05:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							84e78790ab 
							
						 
					 
					
						
						
							
							Config: auto-select region and language  
						
						
						
					 
					
						2016-12-07 20:52:42 +02:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							8d529a5cda 
							
						 
					 
					
						
						
							
							Merge pull request  #2232  from wwylele/other-save  
						
						... 
						
						
						
						FS: implement archives for other game save data 
						
					 
					
						2016-12-07 10:17:02 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							7cde5b83bc 
							
						 
					 
					
						
						
							
							Use boost remove_erase_if instead of the erase-remove idiom  
						
						
						
					 
					
						2016-12-06 19:31:53 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							1f286b72a1 
							
						 
					 
					
						
						
							
							Improved the algorithm for GetHighestPriorityReadyThread.  
						
						
						
					 
					
						2016-12-06 19:15:32 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							c93c5a72bb 
							
						 
					 
					
						
						
							
							Return an error code when connecting to a saturated port.  
						
						... 
						
						
						
						The error code was taken from the 3DS kernel. 
						
					 
					
						2016-12-05 13:59:57 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							61a2fe8c3b 
							
						 
					 
					
						
						
							
							HLE: Use a member variable instead of a virtual function to retrieve the max number of sessions that can be connected to an HLE service at the same time.  
						
						
						
					 
					
						2016-12-05 13:44:41 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							00f0c77570 
							
						 
					 
					
						
						
							
							Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.  
						
						... 
						
						
						
						HandleSyncRequest now takes care of calling the command buffer translate function before actually invoking the command handler for HLE services. 
						
					 
					
						2016-12-05 12:05:00 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							29d809b6e1 
							
						 
					 
					
						
						
							
							Kernel: Remove the Redirection handle type.  
						
						
						
					 
					
						2016-12-05 11:13:22 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							dd8887c8cf 
							
						 
					 
					
						
						
							
							KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.  
						
						
						
					 
					
						2016-12-05 11:02:08 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							bdad00c73f 
							
						 
					 
					
						
						
							
							Threading: Added some utility functions and const correctness.  
						
						
						
					 
					
						2016-12-04 09:58:36 -05:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							efc8179747 
							
						 
					 
					
						
						
							
							GSP: Downgrade log severity of SetAxiConfigQoSMode  
						
						... 
						
						
						
						This function doesn't need to do anything for HLE and some games call it
quite often, spamming up the logs. 
						
					 
					
						2016-12-04 06:14:27 -08:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							8634b8cb83 
							
						 
					 
					
						
						
							
							Threading: Reworked the way our scheduler works.  
						
						... 
						
						
						
						Threads will now be awakened when the objects they're waiting on are signaled, instead of repeating the WaitSynchronization call every now and then.
The scheduler is now called once after every SVC call, and once after a thread is awakened from sleep by its timeout callback.
This new implementation is based off reverse-engineering of the real kernel.
See https://gist.github.com/Subv/02f29bd9f1e5deb7aceea1e8f019c8f4  for a more detailed description of how the real kernel handles rescheduling. 
						
					 
					
						2016-12-03 22:38:14 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							2ce61344d6 
							
						 
					 
					
						
						
							
							Declare empty ServerSession and ClientSession constructors as default.  
						
						
						
					 
					
						2016-12-02 22:58:02 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							ed210c32b3 
							
						 
					 
					
						
						
							
							Threads do not wait for the server endpoint to call AcceptSession before returning from a ConnectToPort or GetServiceHandle call.  
						
						
						
					 
					
						2016-12-01 10:47:06 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							2eceee3a4c 
							
						 
					 
					
						
						
							
							Fixed the rebase mistakes.  
						
						
						
					 
					
						2016-11-30 23:28:31 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							009b15b3aa 
							
						 
					 
					
						
						
							
							A bit of a redesign.  
						
						... 
						
						
						
						Sessions and Ports are now detached from each other.
HLE services are handled by means of a SessionRequestHandler class, Interface now inherits from this class.
The File and Directory classes are no longer kernel objects, but SessionRequestHandlers instead, bound to a ServerSession when requested.
File::OpenLinkFile now creates a new session pair and binds the File instance to it. 
						
					 
					
						2016-11-30 23:12:35 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							c5e7e0fa26 
							
						 
					 
					
						
						
							
							IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.  
						
						... 
						
						
						
						Pass the triggering ServerSession to the HLE command handler to differentiate which session caused the request. 
						
					 
					
						2016-11-30 23:04:00 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							c19afd2118 
							
						 
					 
					
						
						
							
							Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.  
						
						... 
						
						
						
						Interface is now used by aggregation in ClientPort, to forward service commands to their HLE implementation if needed. 
						
					 
					
						2016-11-30 23:03:59 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							0a33d915f8 
							
						 
					 
					
						
						
							
							fixup!  Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.  
						
						
						
					 
					
						2016-11-30 23:02:06 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							073653e858 
							
						 
					 
					
						
						
							
							Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.  
						
						... 
						
						
						
						All handles obtained via srv::GetServiceHandle or svcConnectToPort are references to ClientSessions.
Service modules will wait on the counterpart of those ClientSessions (Called ServerSessions) using svcReplyAndReceive or svcWaitSynchronization[1|N], and will be awoken when a SyncRequest is performed.
HLE Interfaces are now ClientPorts which override the HandleSyncRequest virtual member function to perform command handling immediately. 
						
					 
					
						2016-11-30 23:02:05 -05:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							5b136aa211 
							
						 
					 
					
						
						
							
							Set client SDK version to Service APIs  
						
						
						
					 
					
						2016-11-30 09:51:14 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							589b642790 
							
						 
					 
					
						
						
							
							FileSys: Implement OtherSaveData  
						
						
						
					 
					
						2016-11-29 23:50:00 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							b25f19ac26 
							
						 
					 
					
						
						
							
							FS: add missing MediaType  
						
						
						
					 
					
						2016-11-29 23:50:00 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							5af117e00c 
							
						 
					 
					
						
						
							
							FileSys: abstract SD save data archive source  
						
						
						
					 
					
						2016-11-29 23:50:00 +02:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							3174bfd50c 
							
						 
					 
					
						
						
							
							Merge pull request  #2196  from Subv/system_mode  
						
						... 
						
						
						
						Kernel/Loader: Grab the system mode from the NCCH ExHeader. 
						
					 
					
						2016-11-27 17:04:11 -08:00 
						 
				 
			
				
					
						
							
							
								Sebastian Valle 
							
						 
					 
					
						
						
						
						
							
						
						
							4ba5acdaff 
							
						 
					 
					
						
						
							
							Merge pull request  #2132  from wwylele/fix-fs-err  
						
						... 
						
						
						
						Correct FS error codes & add path boundary checks 
						
					 
					
						2016-11-27 18:56:56 -05:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							ec15e485c9 
							
						 
					 
					
						
						
							
							Output parameters to log  
						
						
						
					 
					
						2016-11-25 09:37:20 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							d4cadf11fc 
							
						 
					 
					
						
						
							
							MIC_U: Stub service funcions  
						
						
						
					 
					
						2016-11-25 09:37:19 +03:00 
						 
				 
			
				
					
						
							
							
								pippo2931 
							
						 
					 
					
						
						
						
						
							
						
						
							0c9c97e5ea 
							
						 
					 
					
						
						
							
							Bravely Default/Second stuck  #1822  ( #2188 )  
						
						... 
						
						
						
						* Bravely Default/Second stuck #1822 
CancelLibraryApplet stub
* Log parameter.
* Taking care of comments
* Sync with 3DBrew
* White space ?
* lower case 
						
					 
					
						2016-11-23 22:57:56 -05:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							ef421696e3 
							
						 
					 
					
						
						
							
							Merge pull request  #2186  from wwylele/config9  
						
						... 
						
						
						
						cfg: add config block 0x00090000 
						
					 
					
						2016-11-23 18:51:01 -08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							fefa645ec7 
							
						 
					 
					
						
						
							
							Merge pull request  #1654  from JamePeng/errdisp  
						
						... 
						
						
						
						Rework the code of err:f service! 
						
					 
					
						2016-11-23 17:43:02 -08:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							f1798c1db6 
							
						 
					 
					
						
						
							
							Merge pull request  #2193  from Subv/pulse_events  
						
						... 
						
						
						
						Kernel/Events: Log an error when trying to create Pulse events and timers 
						
					 
					
						2016-11-19 22:19:45 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							1323ab2f5f 
							
						 
					 
					
						
						
							
							Kernel/Loader: Grab the system mode from the NCCH ExHeader.  
						
						... 
						
						
						
						3dsx and elf files default to system mode 2 (96MB allocated to the application).
This allows Home Menu to boot without modifications.
Closes  #1849  
						
					 
					
						2016-11-19 20:40:04 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							4ab8692475 
							
						 
					 
					
						
						
							
							Kernel/Events: Log an error when trying to create Pulse events and timers.  
						
						... 
						
						
						
						Related to #1904  
						
					 
					
						2016-11-19 14:00:08 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							d7ab4fd53d 
							
						 
					 
					
						
						
							
							APT/Applets: Renamed the members of the SignalType enum.  
						
						... 
						
						
						
						Names now make sense and match 3dbrew. 
						
					 
					
						2016-11-19 13:42:07 -05:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							d7d6975af0 
							
						 
					 
					
						
						
							
							FileSys: rename SaveDataCheck archive to NCCH archive  
						
						... 
						
						
						
						According to the observation from game and 3dbrew "Used for accessing general NCCH data" 
						
					 
					
						2016-11-19 18:55:35 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							5c6e13a171 
							
						 
					 
					
						
						
							
							PTM & CFG: use the correct path and error code according to the new FileSys policy  
						
						
						
					 
					
						2016-11-19 18:55:34 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							0987783699 
							
						 
					 
					
						
						
							
							FileSys: add SDMCWriteOnlyArchive  
						
						
						
					 
					
						2016-11-19 18:55:34 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							a879984c06 
							
						 
					 
					
						
						
							
							FileSys: add ExtSaveDataArchive  
						
						... 
						
						
						
						ExtSaveData is more similar to SaveData, so let it be a subclass of SaveData 
						
					 
					
						2016-11-19 18:24:37 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							7166fdc490 
							
						 
					 
					
						
						
							
							FileSys: add SaveDataArchive  
						
						... 
						
						
						
						The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive. 
						
					 
					
						2016-11-19 17:17:19 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							dd5c15abd0 
							
						 
					 
					
						
						
							
							cfg: add config block 0x00090000  
						
						
						
					 
					
						2016-11-17 19:34:02 +02:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							af7f5bef8d 
							
						 
					 
					
						
						
							
							Style fix  
						
						
						
					 
					
						2016-11-02 09:38:44 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							5872abeab9 
							
						 
					 
					
						
						
							
							Rename AcConfig, change types u8 to u32  
						
						
						
					 
					
						2016-11-02 09:38:44 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							a62df98686 
							
						 
					 
					
						
						
							
							AC_U: Stub functions, used if EULA agreed  
						
						
						
					 
					
						2016-11-02 09:38:44 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							4dd8a831bd 
							
						 
					 
					
						
						
							
							FileSys: make Archive interfaces return error code  
						
						... 
						
						
						
						and make the mode parameter a reference since it is a BitField union 
						
					 
					
						2016-11-01 18:30:32 +02:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							ae2fab4a0e 
							
						 
					 
					
						
						
							
							Merge pull request  #2126  from wwylele/stub-nwm  
						
						... 
						
						
						
						NWM: stub Initialize with an error 
						
					 
					
						2016-10-31 16:16:12 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Beich 
							
						 
					 
					
						
						
						
						
							
						
						
							702439b519 
							
						 
					 
					
						
						
							
							core: some errno values are uncommon on Unix  
						
						... 
						
						
						
						src/core/hle/service/soc_u.cpp:107:6: error: 'ENODATA' was not declared in this scope
     {ENODATA, 43},
      ^
src/core/hle/service/soc_u.cpp:117:6: error: 'ENOSR' was not declared in this scope
     {ENOSR, 53},
      ^
src/core/hle/service/soc_u.cpp:118:6: error: 'ENOSTR' was not declared in this scope
     {ENOSTR, 54},
      ^
src/core/hle/service/soc_u.cpp:139:6: error: 'ETIME' was not declared in this scope
     {ETIME, 75},
      ^ 
						
					 
					
						2016-10-27 23:28:30 +00:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							f672c7bd24 
							
						 
					 
					
						
						
							
							FRD: fix GetMyFriendKey  
						
						
						
					 
					
						2016-10-25 09:54:29 +03:00 
						 
				 
			
				
					
						
							
							
								Ricardo de Almeida Gonzaga 
							
						 
					 
					
						
						
						
						
							
						
						
							13d46f6820 
							
						 
					 
					
						
						
							
							Fix typos  
						
						
						
					 
					
						2016-10-20 12:26:59 -02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							32789a70fb 
							
						 
					 
					
						
						
							
							NWM: stub Initialize with an error  
						
						
						
					 
					
						2016-10-12 22:33:44 +08:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							cc7f1155a8 
							
						 
					 
					
						
						
							
							Merge pull request  #2024  from JamePeng/update-boss-code  
						
						... 
						
						
						
						Update the stub code of BOSS 
						
					 
					
						2016-10-07 23:02:39 -04:00 
						 
				 
			
				
					
						
							
							
								JamePeng 
							
						 
					 
					
						
						
						
						
							
						
						
							691f069743 
							
						 
					 
					
						
						
							
							Rework the code of err:f service  
						
						
						
					 
					
						2016-10-06 21:03:12 +08:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							09c3e444d4 
							
						 
					 
					
						
						
							
							Merge pull request  #1652  from wwylele/kernal-tool  
						
						... 
						
						
						
						Debugger: implement wait tree widget 
						
					 
					
						2016-10-04 23:01:56 -04:00 
						 
				 
			
				
					
						
							
							
								JamePeng 
							
						 
					 
					
						
						
						
						
							
						
						
							bd8c80a7b4 
							
						 
					 
					
						
						
							
							Update the stub code of BOSS  
						
						
						
					 
					
						2016-10-02 17:36:57 +08:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							257e7afb79 
							
						 
					 
					
						
						
							
							fs: clean up log format  
						
						
						
					 
					
						2016-10-02 12:39:28 +08:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							96b0e9476b 
							
						 
					 
					
						
						
							
							fs: implement DeleteDirectoryRecursively  
						
						
						
					 
					
						2016-10-02 11:29:16 +08:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							85a83158fb 
							
						 
					 
					
						
						
							
							move ResetType to kernel.h  
						
						
						
					 
					
						2016-09-22 13:52:52 +08:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							1c0179ad1b 
							
						 
					 
					
						
						
							
							name objects  
						
						
						
					 
					
						2016-09-22 13:52:52 +08:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							f69a543110 
							
						 
					 
					
						
						
							
							implement wait tree widget  
						
						
						
					 
					
						2016-09-22 13:52:52 +08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							84fbbe2629 
							
						 
					 
					
						
						
							
							Use negative priorities to avoid special-casing the self-include  
						
						
						
					 
					
						2016-09-21 00:15:56 -07:00 
						 
				 
			
				
					
						
							
							
								Emmanuel Gil Peyrot 
							
						 
					 
					
						
						
						
						
							
						
						
							ebdae19fd2 
							
						 
					 
					
						
						
							
							Remove empty newlines in #include blocks.  
						
						... 
						
						
						
						This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation. 
						
					 
					
						2016-09-21 11:15:47 +09:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							396a8d91a4 
							
						 
					 
					
						
						
							
							Manually tweak source formatting and then re-run clang-format  
						
						
						
					 
					
						2016-09-18 21:14:25 -07:00 
						 
				 
			
				
					
						
							
							
								Emmanuel Gil Peyrot 
							
						 
					 
					
						
						
						
						
							
						
						
							dc8479928c 
							
						 
					 
					
						
						
							
							Sources: Run clang-format on everything.  
						
						
						
					 
					
						2016-09-18 09:38:01 +09:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							05e120a4cc 
							
						 
					 
					
						
						
							
							arm: ResetContext shouldn't be part of ARM_Interface.  
						
						
						
					 
					
						2016-09-15 17:49:30 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							7c934c5164 
							
						 
					 
					
						
						
							
							Merge pull request  #2023  from yuriks/autobase-bcfnt  
						
						... 
						
						
						
						Auto-detect original shared_font.bin memory base 
						
					 
					
						2016-08-30 09:26:38 -04:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							474586bc53 
							
						 
					 
					
						
						
							
							Merge pull request  #1948  from wwylele/cro++  
						
						... 
						
						
						
						Implemented CRO 
						
					 
					
						2016-08-28 22:21:24 -07:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							1c9612b791 
							
						 
					 
					
						
						
							
							LDR: Implement CRO  
						
						
						
					 
					
						2016-08-27 21:38:06 +08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							1f7ec4be9b 
							
						 
					 
					
						
						
							
							Auto-detect original shared_font.bin memory base  
						
						... 
						
						
						
						This allows a file dumped from either an o3DS or a n3DS (and potentially
even an original unrebased file) to be used. 
						
					 
					
						2016-08-27 01:04:26 -07:00 
						 
				 
			
				
					
						
							
							
								Lectem 
							
						 
					 
					
						
						
						
						
							
						
						
							a94fb932ff 
							
						 
					 
					
						
						
							
							fix   #1942  and adds a few IPC functions for descriptors  
						
						
						
					 
					
						2016-08-02 16:45:15 +02:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							47fcd68b01 
							
						 
					 
					
						
						
							
							Merge pull request  #1950  from JamePeng/fix-apt-0x0055004-and-0x00560000  
						
						... 
						
						
						
						Correct APT::0x00550040 and APT::0x00560000 function 
						
					 
					
						2016-07-28 20:50:49 -04:00 
						 
				 
			
				
					
						
							
							
								Henrik Rydgard 
							
						 
					 
					
						
						
						
						
							
						
						
							9a9e9dc375 
							
						 
					 
					
						
						
							
							Instead of segfaulting, log an error to remind the user to dump the shared font file  
						
						
						
					 
					
						2016-07-28 21:47:57 +02:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							00c34e4df7 
							
						 
					 
					
						
						
							
							HLE: implement system time  
						
						
						
					 
					
						2016-07-23 14:30:23 +03:00 
						 
				 
			
				
					
						
							
							
								JamePeng 
							
						 
					 
					
						
						
						
						
							
						
						
							d5aa474788 
							
						 
					 
					
						
						
							
							Correct APT::0x00550040 and APT::0x00560000 function  
						
						
						
					 
					
						2016-07-15 19:47:01 +08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							ffda82eea5 
							
						 
					 
					
						
						
							
							Merge pull request  #1894  from wwylele/set-config-block  
						
						... 
						
						
						
						Implement config savegame editing & clean up 
						
					 
					
						2016-07-09 20:39:19 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							6fa7b1f486 
							
						 
					 
					
						
						
							
							Merge pull request  #1940  from JamePeng/fix-archive-error-code  
						
						... 
						
						
						
						Fix the errorcode of archive handle 
						
					 
					
						2016-07-06 18:37:43 -04:00 
						 
				 
			
				
					
						
							
							
								Sebastian Valle 
							
						 
					 
					
						
						
						
						
							
						
						
							ff2d1a2b74 
							
						 
					 
					
						
						
							
							Merge pull request  #1921  from Subv/fs_funcs  
						
						... 
						
						
						
						HLE/FS: Document some command parameters and implemented command 0x08560240 
						
					 
					
						2016-07-05 14:45:40 -07:00 
						 
				 
			
				
					
						
							
							
								JamePeng 
							
						 
					 
					
						
						
						
						
							
						
						
							f87bb8ba0a 
							
						 
					 
					
						
						
							
							Fix the errorcode of archive handle  
						
						
						
					 
					
						2016-07-05 00:39:09 +08:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							e06f2705f0 
							
						 
					 
					
						
						
							
							HLE/Applets: Implement ErrEula applet  
						
						
						
					 
					
						2016-07-04 09:54:51 +03:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							8752f07e8e 
							
						 
					 
					
						
						
							
							HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)  
						
						
						
					 
					
						2016-07-03 13:42:52 -05:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							ab2eef396a 
							
						 
					 
					
						
						
							
							Service::CFG/FS: add and refactor out utilities for front-end  
						
						
						
					 
					
						2016-07-03 08:23:59 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							457b6413e6 
							
						 
					 
					
						
						
							
							Service::CFG: move known block ID to an enum  
						
						
						
					 
					
						2016-07-03 08:23:59 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							324c8d21a4 
							
						 
					 
					
						
						
							
							Service::CFG: add SetConfigInfoBlk4  
						
						
						
					 
					
						2016-07-03 08:23:58 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							f00e8d4b2b 
							
						 
					 
					
						
						
							
							Service::CFG: add missing language  
						
						
						
					 
					
						2016-07-02 11:44:25 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							3687a805ec 
							
						 
					 
					
						
						
							
							Service::CFG: name sound output modes  
						
						
						
					 
					
						2016-07-02 11:44:25 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							e023a4cfd0 
							
						 
					 
					
						
						
							
							Result: fix and update ErrorModule  
						
						
						
					 
					
						2016-06-30 11:26:53 +03:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
						
						
							
						
						
							de79b6fc48 
							
						 
					 
					
						
						
							
							Merge pull request  #1869  from wwylele/dont-be-lazy  
						
						... 
						
						
						
						Switch context to the same thread if necessary 
						
					 
					
						2016-06-28 21:03:52 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							87c07643ff 
							
						 
					 
					
						
						
							
							Merge pull request  #1867  from mailwl/srv-update  
						
						... 
						
						
						
						srv: Update according 3dbrew 
						
					 
					
						2016-06-28 18:53:10 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							8f86cc4df9 
							
						 
					 
					
						
						
							
							Merge pull request  #1877  from wwylele/wait-fix-timeout  
						
						... 
						
						
						
						Thread: update timeout when reruning WaitSynch 
						
					 
					
						2016-06-18 01:08:22 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							78f2b85fe6 
							
						 
					 
					
						
						
							
							Merge pull request  #1842  from Subv/ports  
						
						... 
						
						
						
						Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort. 
						
					 
					
						2016-06-11 22:46:35 -04:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							7b445ddff0 
							
						 
					 
					
						
						
							
							Kernel/SVC: Implemented svcCreatePort.  
						
						
						
					 
					
						2016-06-11 08:37:37 -05:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							43183db51f 
							
						 
					 
					
						
						
							
							hid: add missing header  
						
						
						
					 
					
						2016-06-11 08:45:29 +03:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							f99961581e 
							
						 
					 
					
						
						
							
							Merge pull request  #1789  from wwylele/input-refactor  
						
						... 
						
						
						
						Refactor input mapping & implement circle pad modifier 
						
					 
					
						2016-06-10 22:28:58 -04:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							3d9fbffbab 
							
						 
					 
					
						
						
							
							Kernel: Added ClientPort and ServerPort classes.  
						
						... 
						
						
						
						This is part of an ongoing effort to implement support for multiple processes. 
						
					 
					
						2016-06-05 09:35:31 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							64b6a7c006 
							
						 
					 
					
						
						
							
							service: Add other DLP services  
						
						... 
						
						
						
						Specifically, dlp::CLNT and dlp::FKCL
Moves them to their own folder like with other services. 
						
					 
					
						2016-06-04 19:43:33 -04:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							7d56e88369 
							
						 
					 
					
						
						
							
							Thread: update timeout when rerunning WaitSynch  
						
						
						
					 
					
						2016-06-04 09:27:16 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							07cc781163 
							
						 
					 
					
						
						
							
							gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue  
						
						
						
					 
					
						2016-06-01 09:40:15 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							e85b22320a 
							
						 
					 
					
						
						
							
							Fix parameter name in EnableNotification  
						
						
						
					 
					
						2016-05-31 10:06:00 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							eea08f281d 
							
						 
					 
					
						
						
							
							Fix mistakes, add output header codes  
						
						
						
					 
					
						2016-05-31 10:06:00 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							eb231cb19d 
							
						 
					 
					
						
						
							
							remove ugly function  
						
						
						
					 
					
						2016-05-31 10:06:00 +03:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							dc338ccecf 
							
						 
					 
					
						
						
							
							srv: Update according 3dbrew  
						
						
						
					 
					
						2016-05-31 10:06:00 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							81d3462a19 
							
						 
					 
					
						
						
							
							Switch context on the same thread if necessary  
						
						
						
					 
					
						2016-05-30 07:34:53 +03:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							ab4b27f0f5 
							
						 
					 
					
						
						
							
							Merge pull request  #1692  from Subv/rm_getpointer2  
						
						... 
						
						
						
						Memory: Remove most usages of GetPointer 
						
					 
					
						2016-05-29 21:57:07 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							1104913a8f 
							
						 
					 
					
						
						
							
							Merge pull request  #1756  from wwylele/config-cleanup  
						
						... 
						
						
						
						Config block: clean up 
						
					 
					
						2016-05-28 20:42:17 -04:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							0aef634a54 
							
						 
					 
					
						
						
							
							Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.  
						
						
						
					 
					
						2016-05-28 13:52:50 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							660499ac01 
							
						 
					 
					
						
						
							
							Memory: Make ReadBlock and WriteBlock accept void pointers.  
						
						
						
					 
					
						2016-05-28 13:52:49 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							99695d03d2 
							
						 
					 
					
						
						
							
							SOC_U: Remove usage of GetPointer  
						
						
						
					 
					
						2016-05-28 13:52:49 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							59b268de35 
							
						 
					 
					
						
						
							
							SSL_C: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-28 13:52:48 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							5f33d2cf07 
							
						 
					 
					
						
						
							
							GSP_GPU: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-28 13:52:47 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							e936f5952c 
							
						 
					 
					
						
						
							
							DSP_DSP: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-28 13:44:49 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							896e5009ae 
							
						 
					 
					
						
						
							
							FS/Archive: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-28 13:44:44 -05:00 
						 
				 
			
				
					
						
							
							
								Mat M 
							
						 
					 
					
						
						
						
						
							
						
						
							ade0889519 
							
						 
					 
					
						
						
							
							Merge pull request  #1855  from MerryMage/memory-headers-20160526  
						
						... 
						
						
						
						Memory: Added necessary headers and removed unnecessary header 
						
					 
					
						2016-05-26 14:19:31 -04:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							80abe6eb08 
							
						 
					 
					
						
						
							
							Memory: Added necessary headers and removed unnecessary header  
						
						
						
					 
					
						2016-05-26 18:55:37 +01:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							c106f71beb 
							
						 
					 
					
						
						
							
							New3DS: Minor style cleanup to  #1520 .  
						
						
						
					 
					
						2016-05-24 17:24:11 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5e7d9be0 
							
						 
					 
					
						
						
							
							Merge pull request  #1520  from JamePeng/checknew3ds  
						
						... 
						
						
						
						Implement CheckNew3DS and CheckNew3DSApp 
						
					 
					
						2016-05-24 17:19:26 -04:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							64068583fb 
							
						 
					 
					
						
						
							
							CFG: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-21 11:14:13 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							fddd243b17 
							
						 
					 
					
						
						
							
							APT: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-21 11:14:12 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							1ebaaf9bb1 
							
						 
					 
					
						
						
							
							Kernel/Thread: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-21 11:14:11 -05:00 
						 
				 
			
				
					
						
							
							
								MerryMage 
							
						 
					 
					
						
						
						
						
							
						
						
							aa84cab4e9 
							
						 
					 
					
						
						
							
							Applets/swkdb: Remove use of Memory::GetPointer  
						
						
						
					 
					
						2016-05-21 11:14:10 -05:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							86ea7995ad 
							
						 
					 
					
						
						
							
							SVC::WaitSynchronizationN: Reschedule at the end  
						
						
						
					 
					
						2016-05-21 18:29:38 +03:00 
						 
				 
			
				
					
						
							
							
								András Domonkos 
							
						 
					 
					
						
						
						
						
							
						
						
							960297e577 
							
						 
					 
					
						
						
							
							Update ACT:U and create ACT:A ( #1809 )  
						
						... 
						
						
						
						* Update ACT_U
* Create act_a.h
* Create act_a.cpp
* Add service ACT:A
* Add ACT:A source and header
* Fix wrong header 
						
					 
					
						2016-05-17 21:28:25 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							a39144050b 
							
						 
					 
					
						
						
							
							Merge pull request  #1800  from JayFoxRox/set-fpscr  
						
						... 
						
						
						
						Set fpscr for new threads 
						
					 
					
						2016-05-17 21:24:57 -04:00 
						 
				 
			
				
					
						
							
							
								Jannik Vogel 
							
						 
					 
					
						
						
						
						
							
						
						
							af37dd0d52 
							
						 
					 
					
						
						
							
							Set fpscr for new threads  
						
						
						
					 
					
						2016-05-17 08:59:52 +02:00 
						 
				 
			
				
					
						
							
							
								Maribel 
							
						 
					 
					
						
						
						
						
							
						
						
							5c8beca792 
							
						 
					 
					
						
						
							
							DSP_DSP: Remove GetHeadphoneStatus logspam ( #1799 )  
						
						
						
					 
					
						2016-05-15 20:43:01 -04:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							6cccdcacd2 
							
						 
					 
					
						
						
							
							fixup! fixup! Refactor input system  
						
						
						
					 
					
						2016-05-15 19:35:06 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							03631f9b8f 
							
						 
					 
					
						
						
							
							Refactor input subsystem  
						
						
						
					 
					
						2016-05-15 13:24:22 +03:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							64da2bf0cd 
							
						 
					 
					
						
						
							
							Memory: Fixed a regression caused by  #1695  and  #1689 .  
						
						... 
						
						
						
						Reserve enough space in the vector that holds the linear heap memory to prevent relocations of the backing memory when growing too much.
Closes  #1790  
						
					 
					
						2016-05-14 11:24:19 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							18b517e236 
							
						 
					 
					
						
						
							
							Merge pull request  #1689  from Subv/shmem  
						
						... 
						
						
						
						Kernel: Implemented shared memory. 
						
					 
					
						2016-05-13 15:33:44 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							0d8bd3ba36 
							
						 
					 
					
						
						
							
							Merge pull request  #1695  from Subv/tls_alloc  
						
						... 
						
						
						
						Kernel/Threads: Dynamically allocate the TLS region for threads. 
						
					 
					
						2016-05-12 21:51:35 -04:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							ac2de12ed8 
							
						 
					 
					
						
						
							
							HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.  
						
						
						
					 
					
						2016-05-12 20:01:59 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							d261984f54 
							
						 
					 
					
						
						
							
							Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.  
						
						
						
					 
					
						2016-05-12 20:01:59 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							abf8dcd700 
							
						 
					 
					
						
						
							
							APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.  
						
						
						
					 
					
						2016-05-12 20:01:54 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							5679d066b5 
							
						 
					 
					
						
						
							
							Kernel/SharedMemory: Log an error when Map fails.  
						
						
						
					 
					
						2016-05-12 20:01:27 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							0fb6d2a247 
							
						 
					 
					
						
						
							
							Kernel: Implemented shared memory permissions.  
						
						
						
					 
					
						2016-05-12 20:01:26 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							9005cda664 
							
						 
					 
					
						
						
							
							APT: Implement relocating the shared font to its true address.  
						
						
						
					 
					
						2016-05-12 20:01:20 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							f72bd57212 
							
						 
					 
					
						
						
							
							Kernel/Memory: Remove the Shared Memory region from the legacy memory map.  
						
						
						
					 
					
						2016-05-12 20:00:33 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							1bd0cf542f 
							
						 
					 
					
						
						
							
							Kernel/SharedMemory: Properly implemented shared memory support.  
						
						... 
						
						
						
						Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object.
Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock.
Removed the APT Shared Font hack as it is no longer needed. 
						
					 
					
						2016-05-12 20:00:32 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							42a50da76b 
							
						 
					 
					
						
						
							
							Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.  
						
						... 
						
						
						
						R0 is used as the last parameter instead of R4. 
						
					 
					
						2016-05-12 20:00:29 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							282a2ad539 
							
						 
					 
					
						
						
							
							Merge pull request  #1766  from Subv/log_cpu  
						
						... 
						
						
						
						Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1) 
						
					 
					
						2016-05-08 15:03:08 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							6abc6003f5 
							
						 
					 
					
						
						
							
							Merge pull request  #1718  from alex-laties/fixup-type-conversions  
						
						... 
						
						
						
						fixup simple type conversions where possible 
						
					 
					
						2016-05-07 17:24:16 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							8e9b33a34a 
							
						 
					 
					
						
						
							
							Merge pull request  #1761  from Subv/applets_fb  
						
						... 
						
						
						
						HLE/Applets: Use the correct size for the framebuffer SharedMemory 
						
					 
					
						2016-05-07 17:21:48 -04:00 
						 
				 
			
				
					
						
							
							
								Alexander Laties 
							
						 
					 
					
						
						
						
						
							
						
						
							0a31e373f1 
							
						 
					 
					
						
						
							
							fixup simple type conversions where possible  
						
						
						
					 
					
						2016-05-07 11:41:55 -04:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							5b7f86708c 
							
						 
					 
					
						
						
							
							Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).  
						
						... 
						
						
						
						We do not currently implement any cores other than the AppCore (Core 0). 
						
					 
					
						2016-05-07 10:23:03 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							d192fb066d 
							
						 
					 
					
						
						
							
							Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.  
						
						... 
						
						
						
						Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries.
This is consistent with what the real kernel does. 
						
					 
					
						2016-05-07 10:18:47 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
						
						
							
						
						
							6970b7d3d5 
							
						 
					 
					
						
						
							
							HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.  
						
						
						
					 
					
						2016-05-07 10:01:40 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							75cbfeee58 
							
						 
					 
					
						
						
							
							Merge pull request  #1762  from bunnei/global  
						
						... 
						
						
						
						hle: Get rid of direct global access to g_reschedule 
						
					 
					
						2016-05-05 21:45:57 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							4cb2995c61 
							
						 
					 
					
						
						
							
							HLE: Rename RescheduleIsPending to IsReschedulePending.  
						
						
						
					 
					
						2016-05-05 21:34:10 -04:00 
						 
				 
			
				
					
						
							
							
								mailwl 
							
						 
					 
					
						
						
						
						
							
						
						
							e311398a22 
							
						 
					 
					
						
						
							
							Layout Mii parameters input/output, and return success as result of applet work  
						
						
						
					 
					
						2016-05-05 22:31:33 +03:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
						
						
							
						
						
							9b66e0dc8b 
							
						 
					 
					
						
						
							
							clean up config block  
						
						
						
					 
					
						2016-05-03 19:27:47 +03:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							a6e76c0903 
							
						 
					 
					
						
						
							
							Merge pull request  #1732  from wwylele/config00170000  
						
						... 
						
						
						
						add config block 0x00170000; remove duplicated content 
						
					 
					
						2016-05-02 19:04:20 -04:00