fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								c8b1edac63 
								
							 
						 
						
							
							
								
								Port  #943  from yuzu: "game_list: Join declarations and assignments in onTextChanged()"  
							
							
							
						 
						
							2018-08-24 17:28:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								1f0cbf43d6 
								
							 
						 
						
							
							
								
								Port  #942  from yuzu: "qt: Minor cleanup-related changes"  
							
							
							
						 
						
							2018-08-24 17:14:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								79434d3d4c 
								
							 
						 
						
							
							
								
								citra-qt: Use Qt 5 signal/slots where applicable  
							
							... 
							
							
							
							Makes the signal/slot connections type-safe instead of string-based. 
							
						 
						
							2018-08-23 18:34:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								2abe11ee1e 
								
							 
						 
						
							
							
								
								Fix compile errors  
							
							
							
						 
						
							2018-08-23 18:23:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								c786df3e4b 
								
							 
						 
						
							
							
								
								kernel/process: Use std::array where applicable  
							
							
							
						 
						
							2018-08-23 18:08:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								37e78de206 
								
							 
						 
						
							
							
								
								kernel/process: Use accessors instead of class members for referencing segment array  
							
							... 
							
							
							
							Using member variables for referencing the segments array increases the
size of the class in memory for little benefit. The same behavior can be
achieved through the use of accessors that just return the relevant
segment. 
							
						 
						
							2018-08-23 18:08:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								469ed4a09f 
								
							 
						 
						
							
							
								
								kernel/vm_manager: Convert loop into std::any_of()  
							
							
							
						 
						
							2018-08-23 17:53:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								c7e1dab45b 
								
							 
						 
						
							
							
								
								kernel/vm_manager: Use const where applicable  
							
							... 
							
							
							
							Makes our immutable state explicit. 
							
						 
						
							2018-08-23 17:53:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								bb88c3b7b5 
								
							 
						 
						
							
							
								
								kernel/vm_manager: Use the VAddr type alias in CarveVMA()  
							
							... 
							
							
							
							These two variables correspond to address ranges. 
							
						 
						
							2018-08-23 17:39:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								63c7b44ba8 
								
							 
						 
						
							
							
								
								kernel: Move object class to its own source files  
							
							... 
							
							
							
							General moving to keep kernel object types separate from the direct
kernel code. Also essentially a preliminary cleanup before eliminating
global kernel state in the kernel code. 
							
						 
						
							2018-08-23 17:31:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								29e5dec986 
								
							 
						 
						
							
							
								
								sink_details: Deduplicate long std::function repetition  
							
							... 
							
							
							
							We can just use type aliases to avoid needing to write the same long
type twice 
							
						 
						
							2018-08-23 17:03:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								50b58da56c 
								
							 
						 
						
							
							
								
								sink_details: std::move std::function instances  
							
							... 
							
							
							
							Given std::function is allowed to potentially allocate, these should be
std::move'd to prevent potential reallocation (should that ever happen). 
							
						 
						
							2018-08-23 17:03:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								d944d1120f 
								
							 
						 
						
							
							
								
								video_core: Remove unimplemented Start() function prototype  
							
							... 
							
							
							
							Given this has no definition, we can just remove it entirely. 
							
						 
						
							2018-08-23 16:58:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nguyen Dac Nam 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7d8569d799 
								
							 
						 
						
							
							
								
								fix soc service - Fcntl failed on validate header  
							
							
							
						 
						
							2018-08-21 12:14:18 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								b3ca900ba7 
								
							 
						 
						
							
							
								
								Revert "Set DiscordRPC OFF by default ( #4109 )"  
							
							... 
							
							
							
							This reverts commit 516be14a6b 
							
						 
						
							2018-08-20 10:34:58 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vamsi Krishna 
								
							 
						 
						
							
							
							
							
								
							
							
								516be14a6b 
								
							 
						 
						
							
							
								
								Set DiscordRPC OFF by default ( #4109 )  
							
							
							
						 
						
							2018-08-20 16:19:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
							
							
								
							
							
								9d056282df 
								
							 
						 
						
							
							
								
								citra_qt: record movie record/playback path  
							
							
							
						 
						
							2018-08-20 11:36:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
							
							
								
							
							
								3b459f6eb3 
								
							 
						 
						
							
							
								
								citra_qt, movie: allow recording/playback before emulation starts  
							
							
							
						 
						
							2018-08-20 11:34:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
							
							
								
							
							
								a9ad8daf47 
								
							 
						 
						
							
							
								
								citra_qt: Add movie frontend  
							
							
							
						 
						
							2018-08-20 11:34:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
							
							
								
							
							
								0f44f7b481 
								
							 
						 
						
							
							
								
								core/movie: Movie refactor, add a completion callback  
							
							
							
						 
						
							2018-08-20 11:27:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vamsi Krishna 
								
							 
						 
						
							
							
							
							
								
							
							
								6cb9a45154 
								
							 
						 
						
							
							
								
								Add Discord Rich Presence Support ( #3883 )  
							
							... 
							
							
							
							* Initial Discord RPC support
Build with Discord Presence ON
Fix RPC detection
Fix Time elapsed on pause; will now continue to count.
* Fix CI builds with compile flag
Addressed reviews
Fix silly mistakes
Fix 'Not in-game' display
class instead of namespace
Fix
Revamped
remove redundant code
Using Pimpl pattern
* Implement Null class
* Fix config updation
* Addressed All Reviews
* externals/discord-rpc : Updated to latest commit 
							
						 
						
							2018-08-20 11:20:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								b19e88a9f4 
								
							 
						 
						
							
							
								
								Small fixup  
							
							
							
						 
						
							2018-08-19 16:46:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								4cd737abae 
								
							 
						 
						
							
							
								
								Address zhaowenlans feedback  
							
							
							
						 
						
							2018-08-19 15:53:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								d1c5f01afe 
								
							 
						 
						
							
							
								
								Add more verbose popups for video_core errors  
							
							
							
						 
						
							2018-08-19 15:48:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jarek Syrylak 
								
							 
						 
						
							
							
							
							
								
							
							
								039fb95f80 
								
							 
						 
						
							
							
								
								More fixes as per PR feedback.  
							
							
							
						 
						
							2018-08-16 19:44:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jarek Syrylak 
								
							 
						 
						
							
							
							
							
								
							
							
								a6ecb3c913 
								
							 
						 
						
							
							
								
								Fixed as per PR feedback.  
							
							
							
						 
						
							2018-08-16 16:24:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jarek Syrylak 
								
							 
						 
						
							
							
							
							
								
							
							
								bd658a8801 
								
							 
						 
						
							
							
								
								GDB Modernization:  
							
							... 
							
							
							
							- Can be used in either DynCom or Dynarmic mode
- Added support for threads
- Proper support for FPU registers
- Fix for NibbleToHex conversion that used to produce false error codes
- Fix for clang-format failing under Windows 
							
						 
						
							2018-08-16 10:40:52 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhaowenlan1779 
								
							 
						 
						
							
							
							
							
								
							
							
								5c5aad09ce 
								
							 
						 
						
							
							
								
								qt_themes: add two colorful themes ( #4004 )  
							
							... 
							
							
							
							* qt_themes: add two colorful themes
These two colorful themes are based on the Default and Dark themes, and contain icons that are colored rather than black and white. These icons come from https://icons8.com  and they have been slightly revised by me. I'm pretty sure I was licensed to use them for Citra.
* Add license for icons 
							
						 
						
							2018-08-16 10:39:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								20cb8f66db 
								
							 
						 
						
							
							
								
								Merge pull request  #4099  from zhaowenlan1779/lle-service-modules-fixup  
							
							... 
							
							
							
							citra_qt: set object name for LLEServiceModulesWidget 
							
						 
						
							2018-08-14 10:48:03 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhaowenlan1779 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e837717592 
								
							 
						 
						
							
							
								
								citra_qt: set object name for LLEServiceModulesWidget  
							
							... 
							
							
							
							Gets rid of a qt error that occurs when Citra is closed. 
							
						 
						
							2018-08-14 20:28:47 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								aed15a8d9d 
								
							 
						 
						
							
							
								
								Merge pull request  #4012  from zhaowenlan1779/ui-retext  
							
							... 
							
							
							
							citra_qt: UI text improvements 
							
						 
						
							2018-08-13 23:31:39 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									CodingKoopa 
								
							 
						 
						
							
							
							
							
								
							
							
								8cbb60c281 
								
							 
						 
						
							
							
								
								Change level of invalid UDP packet log message from Error to Debug.  
							
							
							
						 
						
							2018-08-12 22:17:34 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Valentin Vanelslande 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2c31bd1a52 
								
							 
						 
						
							
							
								
								network: fix 3 typos  
							
							
							
						 
						
							2018-08-12 17:55:15 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
							
							
								
							
							
								1b1439c6af 
								
							 
						 
						
							
							
								
								NWM_UDS: use sizeof(<var being used>) instead of hard-coded type ( #4093 )  
							
							... 
							
							
							
							* NWM_UDS: use sizeof(<var being used>) instead of hard-coded type
Intend to fix  #4090 . 
` node_map.node.second` type was changed to `u16` in #3985 . However the type change wasn't reflected here. Should have used variable name instead to automatically do type change
* NWM_UDS: ... and also the node.first one
* NWM_UDS: ... and here
* Network: bump version because we changed UDS packet layout
* Update nwm_uds.cpp 
							
						 
						
							2018-08-12 22:47:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c18a7896e0 
								
							 
						 
						
							
							
								
								Merge pull request  #4078  from zhaowenlan1779/port-yuzu-934  
							
							... 
							
							
							
							Port " core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds" from yuzu 
							
						 
						
							2018-08-11 10:26:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8db6822ee9 
								
							 
						 
						
							
							
								
								citra_qt: add motion/touch config  
							
							
							
						 
						
							2018-08-11 14:16:44 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8af89b6979 
								
							 
						 
						
							
							
								
								input_common, common: Add a few functions  
							
							... 
							
							
							
							These functions include reloading udp client, testing communication and configuring calibration. I also added a function to common/thread.h to use WaitFor. 
							
						 
						
							2018-08-11 14:09:35 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e1ae14d508 
								
							 
						 
						
							
							
								
								input_common/udp: allow changing pad index  
							
							
							
						 
						
							2018-08-11 13:23:10 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d1c364bb85 
								
							 
						 
						
							
							
								
								Merge pull request  #4073  from zhaowenlan1779/port-yuzu-988  
							
							... 
							
							
							
							Port "common/color: Minor cleanup" from yuzu 
							
						 
						
							2018-08-10 21:18:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c0346718fd 
								
							 
						 
						
							
							
								
								Merge pull request  #4076  from zhaowenlan1779/port-yuzu-945  
							
							... 
							
							
							
							qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme() 
							
						 
						
							2018-08-10 21:17:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4aec7ec96b 
								
							 
						 
						
							
							
								
								Merge pull request  #4079  from zhaowenlan1779/port-yuzu-932  
							
							... 
							
							
							
							Port "core_timing: Use transparent functors where applicable" from yuzu 
							
						 
						
							2018-08-10 21:15:00 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0b798ab7a2 
								
							 
						 
						
							
							
								
								Merge pull request  #4081  from zhaowenlan1779/port-yuzu-900  
							
							... 
							
							
							
							Port "math_util: Always initialize members of Rectangle" from yuzu 
							
						 
						
							2018-08-10 21:09:02 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f201484c63 
								
							 
						 
						
							
							
								
								Merge pull request  #4082  from zhaowenlan1779/port-yuzu-906  
							
							... 
							
							
							
							Port "input_common: minor changes" from yuzu 
							
						 
						
							2018-08-10 21:08:49 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								44fc338f21 
								
							 
						 
						
							
							
								
								Merge pull request  #4083  from zhaowenlan1779/port-yuzu-904  
							
							... 
							
							
							
							Port "kernel/thread: Minor changes" from yuzu 
							
						 
						
							2018-08-10 21:08:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								39d5ada4e1 
								
							 
						 
						
							
							
								
								kernel/thread: Remove unimplemented function prototype  
							
							... 
							
							
							
							Given there's no implementation, we may as well remove the code
entirely. 
							
						 
						
							2018-08-10 17:05:01 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								596caf70b7 
								
							 
						 
						
							
							
								
								kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t  
							
							... 
							
							
							
							Avoids using a u32 to compare against a range of size_t, which can be a
source of warnings. While we're at it, compress a std::tie into a
structured binding. 
							
						 
						
							2018-08-10 10:13:50 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								893d9c5ff3 
								
							 
						 
						
							
							
								
								kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference  
							
							... 
							
							
							
							This function only reads the data being referenced, it doesn't modify
it, so we can turn the reference into a const reference. 
							
						 
						
							2018-08-10 10:13:49 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								c71c9e63ec 
								
							 
						 
						
							
							
								
								kernel/thread: Make GetFreeThreadLocalSlot() internally linked  
							
							... 
							
							
							
							This function isn't used outside of this translation unit, so we can
make it internally linked. 
							
						 
						
							2018-08-10 10:13:48 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								384c9e5382 
								
							 
						 
						
							
							
								
								input_common: Use std::move where applicable  
							
							... 
							
							
							
							Avoids unnecessary atomic reference count increments and decrements 
							
						 
						
							2018-08-10 10:12:30 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								8ce104f0a0 
								
							 
						 
						
							
							
								
								input_common: Add missing override specifiers  
							
							
							
						 
						
							2018-08-10 10:12:29 +08:00