fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							22fd208e8d 
							
						 
					 
					
						
						
							
							Add cancel option to analog stick configuration  
						
						... 
						
						
						
						Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> 
						
						
					 
					
						2019-09-03 22:53:59 +02:00 
						 
				 
			
				
					
						
							
							
								James Rowe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2392fe46f 
							
						 
					 
					
						
						
							
							Merge pull request  #2766  from FearlessTobi/port-4849  
						
						... 
						
						
						
						Port citra-emu/citra#4849 : "Qt: Fixed behaviour of buttons by connecting functors to correct signals" 
						
						
					 
					
						2019-08-16 19:39:05 -06:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5980aa1e51 
							
						 
					 
					
						
						
							
							yuzu/CMakeLists: Remove qt5_wrap_ui macro usage  
						
						... 
						
						
						
						We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
the UI code generation for targets.
As part of letting CMake automatically handle the header file parsing,
we must not name includes with "ui_*" unless they're related to the
output of the Qt UIC compiler. Because of this, we need to rename
ui_settings, given it would conflict with this restriction. 
						
						
					 
					
						2019-08-09 17:54:08 -04:00 
						 
				 
			
				
					
						
							
							
								Silent 
							
						 
					 
					
						
						
						
						
							
						
						
							221250d922 
							
						 
					 
					
						
						
							
							Qt: Fixed behaviour of buttons by connecting functors to correct signals  
						
						... 
						
						
						
						Following screens got fixes:
- Configure/Debug
- Configure/Input 
						
						
					 
					
						2019-08-02 04:09:38 +02:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							8fc806e88a 
							
						 
					 
					
						
						
							
							yuzu: Remove setting for using Unicorn  
						
						... 
						
						
						
						The JIT is mature enough that this setting can be removed, falling back
to Unicorn only on unsupported architectures. Any missing features from
Unicorn (of which there are extremely few), are mostly
developer-oriented, which most users don't care about.
Features should be coordinated with the JIT, not the interpreter,
anyhow. 
						
						
					 
					
						2019-07-11 05:59:13 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f3a93f13b 
							
						 
					 
					
						
						
							
							Merge pull request  #2669  from FearlessTobi/move-cpujit-setting  
						
						... 
						
						
						
						yuzu: Move CPU Jit setting to Debug tab 
						
						
					 
					
						2019-07-04 15:33:59 -04:00 
						 
				 
			
				
					
						
							
							
								fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							447bdac298 
							
						 
					 
					
						
						
							
							yuzu: Remove CPU Jit setting from the UI  
						
						... 
						
						
						
						A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI. 
						
						
					 
					
						2019-07-04 14:48:08 +02:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							efa7d8d04b 
							
						 
					 
					
						
						
							
							settings: Add config option for kiosk (quest) mode  
						
						
						
						
					 
					
						2019-06-28 18:37:33 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96412848a9 
							
						 
					 
					
						
						
							
							Merge pull request  #2482  from DarkLordZach/prepo  
						
						... 
						
						
						
						core: Add detailed local reporting feature for development 
						
						
					 
					
						2019-06-21 14:05:18 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8893d63612 
							
						 
					 
					
						
						
							
							Merge pull request  #2594  from FearlessTobi/very-important-change  
						
						... 
						
						
						
						yuzu/configure_input: Add missing space in window title 
						
						
					 
					
						2019-06-19 19:15:37 -04:00 
						 
				 
			
				
					
						
							
							
								Tobias 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c64a6f0f2 
							
						 
					 
					
						
						
							
							Change to a more descriptive name  
						
						
						
						
					 
					
						2019-06-19 23:55:13 +02:00 
						 
				 
			
				
					
						
							
							
								Tobias 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5b20a108d 
							
						 
					 
					
						
						
							
							yuzu/configure_input: Add missing space in window name  
						
						
						
						
					 
					
						2019-06-19 23:32:34 +02:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac54f1a967 
							
						 
					 
					
						
						
							
							Merge pull request  #2553  from lioncash/language  
						
						... 
						
						
						
						yuzu/configuration: Make all widgets and dialogs aware of language changes 
						
						
					 
					
						2019-06-07 21:46:08 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de33ad25f5 
							
						 
					 
					
						
						
							
							Merge pull request  #2514  from ReinUsesLisp/opengl-compat  
						
						... 
						
						
						
						video_core: Drop OpenGL core in favor of OpenGL compatibility 
						
						
					 
					
						2019-06-07 17:23:25 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c09ff382a4 
							
						 
					 
					
						
						
							
							yuzu/configuration: Make all widgets and dialogs aware of language changes  
						
						... 
						
						
						
						To prepare for translation support, this makes all of the widgets
cognizant of the language change event that occurs whenever
installTranslator() is called and automatically retranslates their text
where necessary.
This is important as calling the backing UI's retranslateUi() is often
not enough, particularly in cases where we add our own strings that
aren't controlled by it. In that case we need to manually refresh the
strings ourselves. 
						
						
					 
					
						2019-06-05 21:57:21 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							e1d755bdda 
							
						 
					 
					
						
						
							
							yuzu/configuration: Make function naming consistent  
						
						
						
						
					 
					
						2019-06-05 15:40:33 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							433ca686a8 
							
						 
					 
					
						
						
							
							Merge pull request  #2531  from ReinUsesLisp/qt-warnings  
						
						... 
						
						
						
						qt: Silence name collision warnings 
						
						
					 
					
						2019-06-05 15:27:12 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ce5f3e1bf 
							
						 
					 
					
						
						
							
							Merge pull request  #2515  from lioncash/narrowing  
						
						... 
						
						
						
						yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call 
						
						
					 
					
						2019-06-05 15:26:13 -04:00 
						 
				 
			
				
					
						
							
							
								Mat M 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55f8111543 
							
						 
					 
					
						
						
							
							Merge pull request  #2525  from FearlessTobi/remove-unused-settings  
						
						... 
						
						
						
						yuzu: Remove unused birthday setting 
						
						
					 
					
						2019-06-04 13:39:24 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed74a3cb8b 
							
						 
					 
					
						
						
							
							Merge pull request  #1931  from DarkLordZach/mii-database-1  
						
						... 
						
						
						
						mii: Implement MiiManager backend and several mii service commands 
						
						
					 
					
						2019-05-30 13:26:40 -04:00 
						 
				 
			
				
					
						
							
							
								ReinUsesLisp 
							
						 
					 
					
						
						
						
						
							
						
						
							7259f7a733 
							
						 
					 
					
						
						
							
							rasterizer_opengl: Remove OpenGL core profile  
						
						
						
						
					 
					
						2019-05-30 13:21:00 -03:00 
						 
				 
			
				
					
						
							
							
								ReinUsesLisp 
							
						 
					 
					
						
						
						
						
							
						
						
							3f11d1c821 
							
						 
					 
					
						
						
							
							qt: Silence name collision warnings  
						
						
						
						
					 
					
						2019-05-29 21:35:05 -03:00 
						 
				 
			
				
					
						
							
							
								fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							d9c1b94f03 
							
						 
					 
					
						
						
							
							yuzu: Remove unused birthday setting  
						
						... 
						
						
						
						Fixes  #2522 . 
					
						2019-05-29 23:31:55 +02:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							46e2ca5475 
							
						 
					 
					
						
						
							
							game_list_worker: Add better error handling to caching  
						
						
						
						
					 
					
						2019-05-26 17:14:09 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							944c07ac7d 
							
						 
					 
					
						
						
							
							yuzu: Clear partial/full game list cache when data is updated  
						
						
						
						
					 
					
						2019-05-26 15:12:12 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							180f22f17e 
							
						 
					 
					
						
						
							
							ui_settings: Add option to cache game list  
						
						
						
						
					 
					
						2019-05-26 15:12:12 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							b77fde7c5c 
							
						 
					 
					
						
						
							
							loader: Move NSO module tracking to AppLoader  
						
						... 
						
						
						
						Also cleanup of general stuff 
						
						
					 
					
						2019-05-26 11:40:46 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							6f0ee45b5c 
							
						 
					 
					
						
						
							
							qt: Make UI option for 'Reporting Services' temporary  
						
						... 
						
						
						
						Reports are unnecessary for normal users and this is to prevent 'power' users from enabling the feature by accident. 
						
						
					 
					
						2019-05-25 16:09:20 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							658d2ee97d 
							
						 
					 
					
						
						
							
							settings: Add 'Reporting Services' config option  
						
						... 
						
						
						
						Full enable/disable for all reports. 
						
						
					 
					
						2019-05-25 16:09:20 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							88cd5e888e 
							
						 
					 
					
						
						
							
							configure_hotkeys: Remove unnecessary Settings::Apply() call  
						
						... 
						
						
						
						Nothing from the hotkeys dialog relies on this call occurring, and is
already called from the dialog that calls applyConfiguration(). 
						
						
					 
					
						2019-05-25 04:34:54 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							6640f631e2 
							
						 
					 
					
						
						
							
							configure_hotkeys: Tidy up key sequence conflict error string  
						
						... 
						
						
						
						Avoids mentioning the user and formalizes the error itself. 
						
						
					 
					
						2019-05-25 04:25:11 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d61199721d 
							
						 
					 
					
						
						
							
							configure_hotkeys: Change critical error dialog into a warning dialog  
						
						... 
						
						
						
						critical() is intended for critical/fatal errors that threaten the
overall stability of an application. A user entering a conflicting key
sequence is neither of those. 
						
						
					 
					
						2019-05-25 04:08:18 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							ef3c0f54d0 
							
						 
					 
					
						
						
							
							configure_hotkeys: Move conflict detection logic to IsUsedKey()  
						
						... 
						
						
						
						We don't need to extract the entire set of hotkeys into a list and then
iterate through it. We can traverse the list and early-exit if we're
able to. 
						
						
					 
					
						2019-05-25 04:08:13 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c03fb00ac1 
							
						 
					 
					
						
						
							
							configure_hotkeys: Remove unused EmitHotkeysChanged()  
						
						... 
						
						
						
						1. This is something that should be solely emitted by the hotkey dialog
itself
2. This is functionally unused, given there's nothing listening for the
signal. 
						
						
					 
					
						2019-05-25 04:08:07 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d623e38d18 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call  
						
						... 
						
						
						
						A checkbox is able to be tri-state, giving it three possible activity
types, so in the connect call here, it would actually be truncating an
int into a bool.
Instead, we can just listen on the toggled() signal, which passes along
a bool, not an int. 
						
						
					 
					
						2019-05-24 22:24:40 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							f49a04ba39 
							
						 
					 
					
						
						
							
							yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp file  
						
						... 
						
						
						
						Given the array is a private static array, we can just make it
internally linked to hide it from external code. This also allows us to
remove an inclusion within the header. 
						
						
					 
					
						2019-05-20 21:09:35 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							938d6dca30 
							
						 
					 
					
						
						
							
							yuzu/configuration/config: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the configuration code to build successfully with implicit string
conversions disabled. 
						
						
					 
					
						2019-05-20 21:08:32 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ffc60b5b3 
							
						 
					 
					
						
						
							
							Merge pull request  #2455  from lioncash/config  
						
						... 
						
						
						
						configuration/config: Move config loading and saving to functions based off groups 
						
						
					 
					
						2019-05-20 20:46:05 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							2318c394a8 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_web: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the web config code to compile with implicit string conversions
disabled. We can also deduplicate the calls to create the pixmap. 
						
						
					 
					
						2019-05-19 13:05:09 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d9c4d64ed5 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_system: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the system config code to build successfully with implicit string
conversions disabled. 
						
						
					 
					
						2019-05-19 12:56:43 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							428d8098a7 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_profile_manager: Mark UI string as translatable  
						
						... 
						
						
						
						This is a user-facing string, so it should be marked as translatable. 
						
						
					 
					
						2019-05-19 12:54:04 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							17255cd835 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_per_general: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the per-game configuration to be successfully built with implicit
string conversions disabled. 
						
						
					 
					
						2019-05-19 12:47:33 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							3039211c20 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_mouse_advanced: Clean up array accesses  
						
						... 
						
						
						
						Deduplicates array accesses and uses a named variable where appropriate. 
						
						
					 
					
						2019-05-19 12:34:18 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c9c4208c4a 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the advanced mouse configuration code to build with implicit
string conversions disabled. 
						
						
					 
					
						2019-05-19 12:34:18 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							aa83639b78 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_input_player: Clean up array accesses  
						
						... 
						
						
						
						Rather than repeatedly index arrays that have quite a large array index,
we can just use a named variable instead. 
						
						
					 
					
						2019-05-19 12:34:15 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							4d2da5a40a 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_input_player: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the player input configuration code to compile with implicit
string conversions disabled. 
						
						
					 
					
						2019-05-19 11:38:31 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d81d4a0f68 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_input: Mark controller type names as translateable  
						
						... 
						
						
						
						These are user-facing strings, so they should be localizable. 
						
						
					 
					
						2019-05-19 11:23:25 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							7e650088dd 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_general: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the general configuration code to successfully compile with
implicit string conversions disabled. 
						
						
					 
					
						2019-05-19 11:18:16 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							05235ccaa9 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_gamelist: Specify string conversions explicitly  
						
						... 
						
						
						
						Allows the gamelist configuration code to compile with implicit string
conversions disabled. 
						
						
					 
					
						2019-05-19 11:16:23 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							5f01ec338e 
							
						 
					 
					
						
						
							
							yuzu/configuration/configure_audio: Store power on query into a variable  
						
						... 
						
						
						
						Avoids using the system accessor more than necessary, and ensures that
both dialog boxes see the same power on state. 
						
						
					 
					
						2019-05-19 11:12:31 -04:00