Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							960057cba0 
							
						 
					 
					
						
						
							
							service/audio/hwopus: Provide a name for the second word of OpusPacketHeader  
						
						... 
						
						
						
						This indicates the entropy coder's final range. 
						
						
					 
					
						2019-03-07 05:48:35 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d41d85766f 
							
						 
					 
					
						
						
							
							service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager  
						
						... 
						
						
						
						This will be utilized by more than just that class in the future. This
also renames it from OpusHeader to OpusPacketHeader to be more specific
about what kind of header it is. 
						
						
					 
					
						2019-03-07 05:37:08 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							3293877456 
							
						 
					 
					
						
						
							
							service/audio/hwopus: Enclose internals in an anonymous namespace  
						
						... 
						
						
						
						Makes it impossible to violate the ODR, as well as providing a place for
future changes. 
						
						
					 
					
						2019-03-07 05:32:42 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							64e7524f36 
							
						 
					 
					
						
						
							
							service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing  
						
						... 
						
						
						
						The service itself only does further actions if the stream is playing.
If the stream is already stopped, then it just exits successfully. 
						
						
					 
					
						2019-03-07 03:39:01 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed0bdcc638 
							
						 
					 
					
						
						
							
							Merge pull request  #2197  from lioncash/include  
						
						... 
						
						
						
						core/hle/ipc: Remove unnecessary includes 
						
						
					 
					
						2019-03-06 21:55:16 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							aaa373585c 
							
						 
					 
					
						
						
							
							gpu: Refactor a/synchronous implementations into their own classes.  
						
						
						
						
					 
					
						2019-03-06 21:48:57 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							7b574f406b 
							
						 
					 
					
						
						
							
							gpu: Move command processing to another thread.  
						
						
						
						
					 
					
						2019-03-06 21:48:57 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2ff93c319 
							
						 
					 
					
						
						
							
							Merge pull request  #2190  from lioncash/ogl-global  
						
						... 
						
						
						
						core: Remove the global telemetry accessor function 
						
						
					 
					
						2019-03-06 21:41:53 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							ac51d048a9 
							
						 
					 
					
						
						
							
							gpu: Refactor command and swap buffers interface for asynch.  
						
						
						
						
					 
					
						2019-03-06 21:09:09 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							4483089d70 
							
						 
					 
					
						
						
							
							gpu: Refactor to take RendererBase instead of RasterizerInterface.  
						
						
						
						
					 
					
						2019-03-06 21:09:09 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							d6015ee211 
							
						 
					 
					
						
						
							
							settings: Add new graphics setting for use_asynchronous_gpu_emulation.  
						
						
						
						
					 
					
						2019-03-06 21:09:09 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							81e086b5ac 
							
						 
					 
					
						
						
							
							core: Set is_powered_on before GPU is initialized.  
						
						
						
						
					 
					
						2019-03-06 21:07:33 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75b417489a 
							
						 
					 
					
						
						
							
							Merge pull request  #2199  from lioncash/arbiter  
						
						... 
						
						
						
						kernel/address_arbiter: Convert the address arbiter into a class 
						
						
					 
					
						2019-03-06 15:55:56 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							9ac176d5a3 
							
						 
					 
					
						
						
							
							hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl()  
						
						... 
						
						
						
						Previously we were overwriting the error case with a success code
further down (which is definitely not what we should be doing here). 
						
						
					 
					
						2019-03-06 11:44:32 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							234f00bdd4 
							
						 
					 
					
						
						
							
							Merge pull request  #2194  from lioncash/mem  
						
						... 
						
						
						
						svc: Move memory range checking functions to the VMManager class 
						
						
					 
					
						2019-03-06 11:43:07 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a57b1a09b 
							
						 
					 
					
						
						
							
							Merge pull request  #2200  from lioncash/audio  
						
						... 
						
						
						
						hle/service/audio: Extract audio error codes to a header 
						
						
					 
					
						2019-03-06 10:52:45 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							221613d4ea 
							
						 
					 
					
						
						
							
							kernel/server_session: Make data members private  
						
						... 
						
						
						
						Makes it much nicer to locally reason about server session behavior, as
part of its functionality isn't placed around other classes. 
						
						
					 
					
						2019-03-05 20:10:07 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							7526b6fce3 
							
						 
					 
					
						
						
							
							kernel/client_session: Make data members private  
						
						... 
						
						
						
						These can be made private, as they aren't accessed in contexts that
require them to be public. 
						
						
					 
					
						2019-03-05 20:10:03 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							ad9dbeb44b 
							
						 
					 
					
						
						
							
							hle/service/audio: Extract audio error codes to a header  
						
						... 
						
						
						
						Places all error codes in an easily includable header.
This also corrects the unsupported error code (I accidentally used the
hex value when I meant to use the decimal one). 
						
						
					 
					
						2019-03-05 16:51:37 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c161389a0f 
							
						 
					 
					
						
						
							
							kernel/address_arbiter: Pass in system instance to constructor  
						
						... 
						
						
						
						Allows getting rid of reliance on the global accessor functions and
instead operating on the provided system instance. 
						
						
					 
					
						2019-03-05 15:47:03 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							9d9676f620 
							
						 
					 
					
						
						
							
							kernel/address_arbiter: Minor tidying up  
						
						... 
						
						
						
						- Invert conditions into guard clases where applicable.
- Mark std::vector parameter of WakeThreads as const 
						
						
					 
					
						2019-03-05 12:58:31 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							ec6664f6d6 
							
						 
					 
					
						
						
							
							kernel/address_arbiter: Convert the address arbiter into a class  
						
						... 
						
						
						
						Places all of the functions for address arbiter operation into a class.
This will be necessary for future deglobalizing efforts related to both
the memory and system itself. 
						
						
					 
					
						2019-03-05 12:58:26 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							52ac6419da 
							
						 
					 
					
						
						
							
							vm_manager: Remove cheat-specific ranges from VMManager  
						
						
						
						
					 
					
						2019-03-05 10:09:36 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							79f970e6de 
							
						 
					 
					
						
						
							
							kernel/thread: Remove obsolete TODO in Create()  
						
						... 
						
						
						
						This is a TODO carried over from Citra that doesn't apply here. 
						
						
					 
					
						2019-03-05 10:05:49 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							02bc9e9de1 
							
						 
					 
					
						
						
							
							core/hle/ipc: Remove unnecessary includes  
						
						... 
						
						
						
						Removes a few inclusion dependencies from the headers or replaces
existing ones with ones that don't indirectly include the required
headers.
This allows removing an inclusion of core/memory.h, meaning that if the
memory header is ever changed in the future, it won't result in
rebuilding the entirety of the HLE services (as the IPC headers are used
quite ubiquitously throughout the HLE service implementations). 
						
						
					 
					
						2019-03-05 09:53:38 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							7053546687 
							
						 
					 
					
						
						
							
							core: Add support for registering and controlling ownership of CheatEngine  
						
						
						
						
					 
					
						2019-03-04 18:41:29 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							769b346682 
							
						 
					 
					
						
						
							
							cheat_engine: Add parser and interpreter for game cheats  
						
						
						
						
					 
					
						2019-03-04 18:39:58 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							c100a4b8d4 
							
						 
					 
					
						
						
							
							loader/nso: Set main code region in VMManager  
						
						... 
						
						
						
						For rom directories (and by extension, XCI/NSP/NAX/NCA) this is for the NSO with name 'main', for regular NSOs, this is the NSO. 
						
						
					 
					
						2019-03-04 18:39:58 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							b952a30555 
							
						 
					 
					
						
						
							
							vm_manager: Add support for storing and getting main code region  
						
						... 
						
						
						
						Used as root for one region of cheats, set by loader 
						
						
					 
					
						2019-03-04 18:39:58 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							4495bf5706 
							
						 
					 
					
						
						
							
							patch_manager: Display cheats in game list add-ons  
						
						
						
						
					 
					
						2019-03-04 18:39:57 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							c5091bfe00 
							
						 
					 
					
						
						
							
							patch_manager: Add support for loading cheats lists  
						
						... 
						
						
						
						Uses load/<title_id>/<mod_name>/cheats as root dir, file name is all upper or lower hex first 8 bytes build ID. 
						
						
					 
					
						2019-03-04 18:39:57 -05:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							9d1ab766a0 
							
						 
					 
					
						
						
							
							controllers/npad: Add accessor for current press state  
						
						... 
						
						
						
						Allows frontend/features to access pressed buttons conveniently as possible 
						
						
					 
					
						2019-03-04 18:39:57 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							40de7f6fe8 
							
						 
					 
					
						
						
							
							vm_manager: Use range helpers in HeapAlloc() and HeapFree()  
						
						... 
						
						
						
						Significantly tidies up two guard conditionals. 
						
						
					 
					
						2019-03-04 17:16:52 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6c42a23550 
							
						 
					 
					
						
						
							
							vm_manager: Provide address range checking functions for other memory regions  
						
						... 
						
						
						
						Makes the interface uniform when it comes to checking various memory
regions. 
						
						
					 
					
						2019-03-04 17:08:55 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							fad20213e6 
							
						 
					 
					
						
						
							
							kernel/scheduler: Pass in system instance in constructor  
						
						... 
						
						
						
						Avoids directly relying on the global system instance and instead makes
an arbitrary system instance an explicit dependency on construction.
This also allows removing dependencies on some global accessor functions
as well. 
						
						
					 
					
						2019-03-04 17:01:37 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							f59040d752 
							
						 
					 
					
						
						
							
							kernel/shared_memory: Get rid of the use of global accessor functions within Create()  
						
						... 
						
						
						
						Given we already pass in a reference to the kernel that the shared
memory instance is created under, we can just use that to check the
current process, rather than using the global accessor functions.
This allows removing direct dependency on the system instance entirely. 
						
						
					 
					
						2019-03-04 16:52:36 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0be8fffc99 
							
						 
					 
					
						
						
							
							svc: Migrate address range checking functions to VMManager  
						
						... 
						
						
						
						Provides a bit of a more proper interface for these functions. 
						
						
					 
					
						2019-03-04 16:32:03 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							b114928459 
							
						 
					 
					
						
						
							
							core/core: Remove the global telemetry accessor function  
						
						... 
						
						
						
						With all usages converted off of it, this function can be removed. 
						
						
					 
					
						2019-03-04 10:24:13 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							b5f0dc95db 
							
						 
					 
					
						
						
							
							core/core: Replace direct usage of the global system telemetry accessor from Shutdown()  
						
						... 
						
						
						
						The telemetry instance is actually a member of the class itself, so we
can access it directly instead of going through the global accessor. 
						
						
					 
					
						2019-03-04 10:24:13 -05:00 
						 
				 
			
				
					
						
							
							
								Weiyi Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							5159f4eee8 
							
						 
					 
					
						
						
							
							Memory: don't lock hle mutex in memory read/write  
						
						... 
						
						
						
						The comment already invalidates itself: neither MMIO nor rasterizer cache belongsHLE kernel state. This mutex has a too large scope if MMIO or cache is included, which is prone to dead lock when multiple thread acquires these resource at the same time. If necessary, each MMIO component or rasterizer should have their own lock. 
						
						
					 
					
						2019-03-02 15:20:05 +01:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12e74fe801 
							
						 
					 
					
						
						
							
							Merge pull request  #2180  from lioncash/audren  
						
						... 
						
						
						
						service/audio: Provide an implementation of ExecuteAudioRendererRendering 
						
						
					 
					
						2019-03-01 09:50:14 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							84aff56644 
							
						 
					 
					
						
						
							
							service/audio/audren_u: Implement OpenAudioRendererAuto  
						
						... 
						
						
						
						This currently has the same behavior as the regular
OpenAudioRenderer API function, so we can just move the code within
OpenAudioRenderer to an internal function that both service functions
call. 
						
						
					 
					
						2019-03-01 05:40:29 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							42dc73157c 
							
						 
					 
					
						
						
							
							service/audio: Provide an implementation of ExecuteAudioRendererRendering  
						
						... 
						
						
						
						This service function appears to do nothing noteworthy on the switch.
All it does at the moment is either return an error code or abort the
system. Given we obviously don't want to kill the system, we just opt
for always returning the error code. 
						
						
					 
					
						2019-03-01 03:37:00 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49c6d21b31 
							
						 
					 
					
						
						
							
							Merge pull request  #2174  from lioncash/fwd  
						
						... 
						
						
						
						service/hid: Amend forward declaration of ServiceManager 
						
						
					 
					
						2019-02-27 21:20:06 -05:00 
						 
				 
			
				
					
						
							
							
								Annomatg 
							
						 
					 
					
						
						
						
						
							
						
						
							ef84c70d22 
							
						 
					 
					
						
						
							
							Speed up memory page mapping ( #2141 )  
						
						... 
						
						
						
						- Memory::MapPages total samplecount was reduced from 4.6% to 1.06%.
- From main menu into the game from 1.03% to 0.35% 
						
						
					 
					
						2019-02-27 17:22:47 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6335bf136f 
							
						 
					 
					
						
						
							
							service/hid: Amend forward declaration of ServiceManager  
						
						... 
						
						
						
						The SM namespace is within the Service namespace, so this was forward
declaring a type that didn't exist. 
						
						
					 
					
						2019-02-27 11:36:48 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42f7c11021 
							
						 
					 
					
						
						
							
							Merge pull request  #2169  from lioncash/naming  
						
						... 
						
						
						
						audio_core/audio_renderer: Provide names for some parameters of AudioRendererParameter 
						
						
					 
					
						2019-02-27 11:26:54 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14430f7df9 
							
						 
					 
					
						
						
							
							Merge pull request  #2170  from lioncash/emu-window  
						
						... 
						
						
						
						core/frontend/emu_window: Make ClipToTouchScreen a const member function 
						
						
					 
					
						2019-02-27 11:26:24 -05:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb5a3dd1c7 
							
						 
					 
					
						
						
							
							Merge pull request  #2161  from lioncash/handle-table  
						
						... 
						
						
						
						kernel/handle_table: Allow process capabilities to limit the handle table size 
						
						
					 
					
						2019-02-27 11:22:26 -05:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							46b3209abb 
							
						 
					 
					
						
						
							
							core/frontend/emu_window: Make ClipToTouchScreen a const member function  
						
						... 
						
						
						
						This member function doesn't modify instance state, so it can have the
const specifier applied to it. 
						
						
					 
					
						2019-02-27 08:54:42 -05:00