Phantom 
							
						 
					 
					
						
						
							
						
						db21154142 
					 
					
						
						
							
							GetFramebufferSurfaces: Remove an assert that is no longer correct  
						
						
						
						
					 
					
						2018-01-31 08:54:19 -07:00 
						 
				 
			
				
					
						
							
							
								Merry 
							
						 
					 
					
						
						
							
						
						5a57578ce9 
					 
					
						
						
							
							Merge pull request  #3402  from BreadFish64/installed-game-list  
						
						... 
						
						
						
						Allow Installed Apps to Display in the Game List 
						
						
					 
					
						2018-01-27 00:32:36 +00:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						79e4fe58dc 
					 
					
						
						
							
							fix comparison operator  
						
						
						
						
					 
					
						2018-01-26 17:12:50 -06:00 
						 
				 
			
				
					
						
							
							
								Weiyi Wang 
							
						 
					 
					
						
						
							
						
						e53e07b528 
					 
					
						
						
							
							Merge pull request  #3325  from BreadFish64/CompatibiltyReporting  
						
						... 
						
						
						
						Add ability to send test cases through telemetry 
						
						
					 
					
						2018-01-27 00:56:55 +02:00 
						 
				 
			
				
					
						
							
							
								James Rowe 
							
						 
					 
					
						
						
							
						
						b002511df0 
					 
					
						
						
							
							citra-qt: Add customizable speed limit target ( #3353 )  
						
						... 
						
						
						
						citra-qt: Add customizable speed limit target
* Update SDL config for the new frame_limit option
* Made max lag time a function of target speed percent.
* Added a checkbox to enable/disable frame limiter
* UI: Prevent frame_limit from under/overflowing
* UI: Hide target speed percent when frame limiter is off
* Disable frame limit spin box when framelimit isn't enabled 
						
						
					 
					
						2018-01-25 22:24:40 -07:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						4f5892d86d 
					 
					
						
						
							
							Fix comparison operators  
						
						
						
						
					 
					
						2018-01-25 20:50:22 -06:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
							
						
						92f0064b47 
					 
					
						
						
							
							APT/Applet: move applet managing into its own class  
						
						
						
						
					 
					
						2018-01-25 22:20:08 +02:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						db3c83fedc 
					 
					
						
						
							
							remove spaces  
						
						
						
						
					 
					
						2018-01-24 10:17:04 -06:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						1e54b52edf 
					 
					
						
						
							
							revert move  
						
						
						
						
					 
					
						2018-01-24 10:16:40 -06:00 
						 
				 
			
				
					
						
							
							
								B3n30 
							
						 
					 
					
						
						
							
						
						33b0b5163f 
					 
					
						
						
							
							Merge pull request  #3136  from Subv/mem_aliasing1  
						
						... 
						
						
						
						Kernel/Memory: Added a function to change the memory state of an address range 
						
						
					 
					
						2018-01-24 10:17:25 +01:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						eb1b5f588a 
					 
					
						
						
							
							only pass one smdh  
						
						
						
						
					 
					
						2018-01-23 21:32:27 -06:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						4da837c929 
					 
					
						
						
							
							only search to two recursions, add update dir to watch list  
						
						
						
						
					 
					
						2018-01-23 14:13:54 -06:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
							
						
						a7a5c5aa0d 
					 
					
						
						
							
							Kernel/IPC: Partially implement MappedBuffer translation.  
						
						... 
						
						
						
						Right now only MappedBuffers that only span a single page and are not aligned are implemented.
MappedBuffers are unmapped during the reply part of ReplyAndReceive. Only unmapping of ReadOnly buffers is currently implemented. 
						
						
					 
					
						2018-01-23 08:27:00 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
							
						
						928202f744 
					 
					
						
						
							
							Kernel/VMManager: Added a function to map a block of memory into the first available address after a given base.  
						
						
						
						
					 
					
						2018-01-23 08:24:15 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
							
						
						07089cfb3c 
					 
					
						
						
							
							Tests: Added some tests for the VMManager class.  
						
						... 
						
						
						
						Covering basic operations like mapping, unmapping, reprotecting and changing memory state. 
						
						
					 
					
						2018-01-23 08:21:12 -05:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
							
						
						e4f35f70ac 
					 
					
						
						
							
							Memory: Added a function to change the memory state of an address range.  
						
						... 
						
						
						
						This will be useful when implementing memory aliasing operations. 
						
						
					 
					
						2018-01-23 08:19:47 -05:00 
						 
				 
			
				
					
						
							
							
								James Rowe 
							
						 
					 
					
						
						
							
						
						44d07574b1 
					 
					
						
						
							
							Merge pull request  #2882  from danzel/movie-squash  
						
						... 
						
						
						
						Movie (Game Inputs) recording and playback 
						
						
					 
					
						2018-01-23 01:03:37 -07:00 
						 
				 
			
				
					
						
							
							
								James Rowe 
							
						 
					 
					
						
						
							
						
						0e8c25fdfa 
					 
					
						
						
							
							Merge pull request  #3361  from wwylele/ptm-new-framework  
						
						... 
						
						
						
						Service/PTM: convert to ServiceFramework 
						
						
					 
					
						2018-01-22 11:57:44 -07:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						38c5ca68b2 
					 
					
						
						
							
							reduce the scope of the variables  
						
						
						
						
					 
					
						2018-01-22 07:56:24 -06:00 
						 
				 
			
				
					
						
							
							
								Tobias 
							
						 
					 
					
						
						
							
						
						4247826358 
					 
					
						
						
							
							Minor spelling fix  
						
						
						
						
					 
					
						2018-01-21 14:08:13 +01:00 
						 
				 
			
				
					
						
							
							
								Phantom 
							
						 
					 
					
						
						
							
						
						88f6521511 
					 
					
						
						
							
							AccelerateTextureCopy: Better support for contiguous copy  
						
						
						
						
					 
					
						2018-01-20 18:39:27 -07:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						980923d351 
					 
					
						
						
							
							allow installed apps to display in the game list  
						
						
						
						
					 
					
						2018-01-20 11:33:14 -06:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						fc1bdc3c62 
					 
					
						
						
							
							enum class  
						
						
						
						
					 
					
						2018-01-20 09:56:02 -06:00 
						 
				 
			
				
					
						
							
							
								James Rowe 
							
						 
					 
					
						
						
							
						
						bf4e35b916 
					 
					
						
						
							
							Merge pull request  #3399  from FearlessTobi/patch-1  
						
						... 
						
						
						
						Remove "tr" from image formats in graphics_surface.cpp 
						
						
					 
					
						2018-01-19 08:17:40 -07:00 
						 
				 
			
				
					
						
							
							
								Reegea85 
							
						 
					 
					
						
						
							
						
						0ea85b935a 
					 
					
						
						
							
							citra-qt: fix broken About box  
						
						... 
						
						
						
						Fixing contributor ink in about box. Link missing https: 
						
						
					 
					
						2018-01-19 15:26:03 +01:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						169b076913 
					 
					
						
						
							
							use enum and add default case  
						
						
						
						
					 
					
						2018-01-18 21:02:55 -06:00 
						 
				 
			
				
					
						
							
							
								Tobias 
							
						 
					 
					
						
						
							
						
						ae4e8bc316 
					 
					
						
						
							
							Remove tr from image formats  
						
						
						
						
					 
					
						2018-01-18 23:04:31 +01:00 
						 
				 
			
				
					
						
							
							
								literalmente-game 
							
						 
					 
					
						
						
							
						
						7cf9bc88a3 
					 
					
						
						
							
							Update configure_web.cpp  
						
						... 
						
						
						
						Typo 
						
						
					 
					
						2018-01-18 18:08:33 -02:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						c3afd73592 
					 
					
						
						
							
							Merge branch 'master' into CompatibiltyReporting  
						
						
						
						
					 
					
						2018-01-18 10:36:32 -06:00 
						 
				 
			
				
					
						
							
							
								James Rowe 
							
						 
					 
					
						
						
							
						
						e1ffcde355 
					 
					
						
						
							
							Merge pull request  #3297  from wwylele/translation-tx  
						
						... 
						
						
						
						citra-qt: add translation support; link translation with transifex 
						
						
					 
					
						2018-01-18 09:01:00 -07:00 
						 
				 
			
				
					
						
							
							
								Adityarup Laha 
							
						 
					 
					
						
						
							
						
						93cca23dd6 
					 
					
						
						
							
							Variable tilt clamp ( #3366 )  
						
						... 
						
						
						
						* Add tilt clamp setting
* Updated `clamp` to use variable
* Fixed a minor typo
* Include possibly necessary header
* expose setting in sdl2
* expose setting in qt
* incorporate @wwylele 's suggestion in sdl2
* Incorporate @wwylele 's suggestion (?)
Please review the code, this is the first time I'm working with `ParamPackage`s so I may just screw up the code.
* Forgot to change in qt
* Fixed an fatal error
* fixed clang format error
* remove the old setting
* fixed typos cusing errors
* removed old setting
* Changed init style
* Forgot this one
* Removed unnecessary header inclusion
* Update config.cpp
* update qt-config
* Update motion_emu.cpp
* Update motion_emu.cpp 
						
						
					 
					
						2018-01-17 17:30:50 -05:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						11d2825070 
					 
					
						
						
							
							only enable menu visibility  
						
						
						
						
					 
					
						2018-01-17 13:57:42 -06:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
							
						
						3a001c41bb 
					 
					
						
						
							
							Common: Use common swap.h macros in CityHash  
						
						
						
						
					 
					
						2018-01-15 13:43:38 -08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
							
						
						3e456cd3fe 
					 
					
						
						
							
							Common: Fix 2 implicit conversion warnings in CityHash  
						
						
						
						
					 
					
						2018-01-15 13:43:37 -08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
							
						
						712e6ee960 
					 
					
						
						
							
							Common: Remove CityHash32 and CityHashCrc128 variants  
						
						... 
						
						
						
						In 64-bit systems, CityHash64 is always strictly better than CityHash32.
CityHashCrc128 requires SSE 4.2. 
						
						
					 
					
						2018-01-15 13:43:37 -08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
							
						
						f081388afe 
					 
					
						
						
							
							Common: Adapt CityHash code to match our codebase better  
						
						... 
						
						
						
						- Use #pragma once instead of guards
- Move header typedefs to implementation file
- Enclose in Common namespace 
						
						
					 
					
						2018-01-15 13:43:37 -08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
							
						
						d93ee65164 
					 
					
						
						
							
							Common: Add convenience function for hashing a struct  
						
						
						
						
					 
					
						2018-01-15 13:43:37 -08:00 
						 
				 
			
				
					
						
							
							
								Yuri Kunde Schlesner 
							
						 
					 
					
						
						
							
						
						7f77820460 
					 
					
						
						
							
							Common: Replace MurmurHash3 with CityHash64  
						
						... 
						
						
						
						CityHash64 is faster than Murmur3 at all sizes, but especially for short
keys. 
						
						
					 
					
						2018-01-15 01:11:11 -08:00 
						 
				 
			
				
					
						
							
							
								Emmanuel Gil Peyrot 
							
						 
					 
					
						
						
							
						
						c361dad7d2 
					 
					
						
						
							
							Citra: Print the actual error preventing SDL from working  
						
						
						
						
					 
					
						2018-01-13 21:41:51 +01:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
							
						
						f42f7dfcab 
					 
					
						
						
							
							Service/Y2R: convert to ServiceFramework  
						
						
						
						
					 
					
						2018-01-12 13:38:20 +02:00 
						 
				 
			
				
					
						
							
							
								Weiyi Wang 
							
						 
					 
					
						
						
							
						
						9b647d459b 
					 
					
						
						
							
							Merge pull request  #3324  from Subv/gspgpu  
						
						... 
						
						
						
						Services: Keep track of per-session data in GSPGPU 
						
						
					 
					
						2018-01-11 20:03:46 +02:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						ca96077601 
					 
					
						
						
							
							1 -> d  
						
						
						
						
					 
					
						2018-01-11 10:57:44 -06:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						b71d9e108d 
					 
					
						
						
							
							address wwylele's feedback  
						
						
						
						
					 
					
						2018-01-10 19:05:14 -06:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
						
						2e41810608 
					 
					
						
						
							
							Merge pull request  #3333  from Senjosei/pause-coreerror  
						
						... 
						
						
						
						citra_qt: Pause emulation on CoreError 
						
						
					 
					
						2018-01-10 12:16:51 -05:00 
						 
				 
			
				
					
						
							
							
								wwylele 
							
						 
					 
					
						
						
							
						
						9be3ce83db 
					 
					
						
						
							
							Service/PTM: convert to ServiceFramework  
						
						
						
						
					 
					
						2018-01-10 14:23:35 +02:00 
						 
				 
			
				
					
						
							
							
								Emmanuel Gil Peyrot 
							
						 
					 
					
						
						
							
						
						7f9fae5f7c 
					 
					
						
						
							
							Telemetry: Disable CPU detection on ¬x86_64  
						
						
						
						
					 
					
						2018-01-08 19:21:21 +01:00 
						 
				 
			
				
					
						
							
							
								Emmanuel Gil Peyrot 
							
						 
					 
					
						
						
							
						
						e5a3dc2956 
					 
					
						
						
							
							Core: Disable the JIT when dynarmic is not available  
						
						
						
						
					 
					
						2018-01-08 19:13:58 +01:00 
						 
				 
			
				
					
						
							
							
								Emmanuel Gil Peyrot 
							
						 
					 
					
						
						
							
						
						2cd2a7491c 
					 
					
						
						
							
							CMakeLists: Disable dynarmic on ¬x86_64  
						
						
						
						
					 
					
						2018-01-08 17:58:00 +01:00 
						 
				 
			
				
					
						
							
							
								Subv 
							
						 
					 
					
						
						
							
						
						34685f48dc 
					 
					
						
						
							
							GSP: Allow the signaling of the PDC0/1 interrupts even if the GPU right hasn't been acquired.  
						
						... 
						
						
						
						This was verified with a hwtest. 
						
						
					 
					
						2018-01-06 13:51:33 -05:00 
						 
				 
			
				
					
						
							
							
								BreadFish64 
							
						 
					 
					
						
						
							
						
						68959823e9 
					 
					
						
						
							
							move menu action  
						
						
						
						
					 
					
						2018-01-06 11:56:12 -06:00