bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8542f2f3fc 
							
						 
					 
					
						
						
							
							Merge pull request  #6567  from Kelebek1/Audio2  
						
						... 
						
						
						
						[audren] Report 2 channels active rather than 1 
						
						
					 
					
						2021-07-07 14:52:08 -07:00 
						 
				 
			
				
					
						
							
							
								Kelebek1 
							
						 
					 
					
						
						
						
						
							
						
						
							b9f915e07a 
							
						 
					 
					
						
						
							
							Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.  
						
						
						
						
					 
					
						2021-07-06 18:52:49 +01:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							ebb82b0b83 
							
						 
					 
					
						
						
							
							CMakeLists: Treat -Wsign-compare as an error on GCC/Clang  
						
						... 
						
						
						
						Treats (un)signed comparison mismatches as errors to be consistent with MSVC 
						
						
					 
					
						2021-07-06 12:50:09 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf50345d4c 
							
						 
					 
					
						
						
							
							Merge pull request  #6537  from Morph1984/warnings  
						
						... 
						
						
						
						general: Enforce multiple warnings in MSVC 
						
						
					 
					
						2021-07-05 17:09:23 -07:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							5dfa313d2c 
							
						 
					 
					
						
						
							
							service: mii: Retrieve the correct default miis.  
						
						... 
						
						
						
						We were including the first 2 default miis which are not meant to be shown in games. With this change, we properly retrieve the 6 default miis shown in games, with 3 of each gender. 
						
						
					 
					
						2021-07-04 05:38:34 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fc0a760f0 
							
						 
					 
					
						
						
							
							Merge pull request  #6498  from Kelebek1/Audio  
						
						... 
						
						
						
						[audio_core] Decouple audio update and processing, and process at variable rate 
						
						
					 
					
						2021-07-03 00:24:33 -07:00 
						 
				 
			
				
					
						
							
							
								Kelebek1 
							
						 
					 
					
						
						
						
						
							
						
						
							b455043e45 
							
						 
					 
					
						
						
							
							Fix XC2/VOEZ crashing, add audio looping and a few misc fixes  
						
						
						
						
					 
					
						2021-07-01 06:01:01 +01:00 
						 
				 
			
				
					
						
							
							
								lat9nq 
							
						 
					 
					
						
						
						
						
							
						
						
							0e5c74bc9e 
							
						 
					 
					
						
						
							
							core, input_common: Miscellaneous fixes  
						
						... 
						
						
						
						bcat: Fix settings access
telemetry_session: Fix settings accesses
So this is what I get for testing with the web service disabled.
touch_from_button: Fix settings access for clang 
						
						
					 
					
						2021-06-28 20:56:17 -04:00 
						 
				 
			
				
					
						
							
							
								lat9nq 
							
						 
					 
					
						
						
						
						
							
						
						
							b91b76df4f 
							
						 
					 
					
						
						
							
							general: Make most settings a BasicSetting  
						
						... 
						
						
						
						Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.
Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting. 
						
						
					 
					
						2021-06-28 17:32:17 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							e828c5a559 
							
						 
					 
					
						
						
							
							core: Enforce C4242  
						
						
						
						
					 
					
						2021-06-28 14:20:25 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							511ee03a21 
							
						 
					 
					
						
						
							
							patch_manager: Do not apply LayeredFS mods when dumping  
						
						... 
						
						
						
						We should not apply any mods when dumping a game's RomFS. 
						
						
					 
					
						2021-06-28 10:14:36 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							6ac978426c 
							
						 
					 
					
						
						
							
							filesystem: Open a read-only directory for SDMC mods  
						
						... 
						
						
						
						This prevents mod files from being locked due to the read-only share flag in Windows. 
						
						
					 
					
						2021-06-28 10:08:08 -04:00 
						 
				 
			
				
					
						
							
							
								lat9nq 
							
						 
					 
					
						
						
						
						
							
						
						
							844e0114b0 
							
						 
					 
					
						
						
							
							core: Simplify SDMC mod loading  
						
						... 
						
						
						
						If someone else wants to support other mod formats in the SDMC
directory, that can be added later. For now, just allow RomFS modding
here and force people to do other types of mods the old way.
Addresses review comments.
Co-authored-by: LC <mathew1800@gmail.com> 
						
						
					 
					
						2021-06-28 10:08:08 -04:00 
						 
				 
			
				
					
						
							
							
								lat9nq 
							
						 
					 
					
						
						
						
						
							
						
						
							1664c74a6c 
							
						 
					 
					
						
						
							
							core: Support LayeredFS mod from SDMC directory  
						
						... 
						
						
						
						Enables loading a mod directly from `[yuzu data
directory]/sdmc/atmosphere/contents/[title_id]`. For use with some
homebrew mod managers. 
						
						
					 
					
						2021-06-28 10:08:07 -04:00 
						 
				 
			
				
					
						
							
							
								Kelebek1 
							
						 
					 
					
						
						
						
						
							
						
						
							0857d6a3db 
							
						 
					 
					
						
						
							
							Decouple audio processing and run at variable rate  
						
						... 
						
						
						
						Currently, processing of audio samples is called from AudioRenderer's Update method, using a fixed 4 buffers to process the given samples. Games call Update at variable rates, depending on framerate and/or sample count, which causes inconsistency in audio processing. From what I've seen, 60 FPS games update every ~0.004s, but 30 FPS/160 sample games update somewhere between 0.02 and 0.04, 5-10x slower. Not enough samples get fed to the backend, leading to a lot of audio skipping.
This PR seeks to address this by de-coupling the audio consumption and the audio update. Update remains the same without calling for buffer queuing, and the consume now schedules itself to run based on the sample rate and count. 
						
						
					 
					
						2021-06-27 15:58:07 +01:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							432fab7c4f 
							
						 
					 
					
						
						
							
							Merge pull request  #6526  from bunnei/doom-update  
						
						... 
						
						
						
						services: Misc. minor changes for latest SDK update. 
						
						
					 
					
						2021-06-26 01:21:55 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							36d581ec73 
							
						 
					 
					
						
						
							
							hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.  
						
						
						
						
					 
					
						2021-06-26 00:38:08 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9c2732121 
							
						 
					 
					
						
						
							
							Merge pull request  #6519  from Wunkolo/mem-size-literal  
						
						... 
						
						
						
						common: Replace common_sizes into user-literals 
						
						
					 
					
						2021-06-24 19:09:12 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							982be246ab 
							
						 
					 
					
						
						
							
							hle: hle_helpers: Skip data payload offset checks on TIPC requests.  
						
						... 
						
						
						
						- TIPC does not use this. 
						
						
					 
					
						2021-06-24 18:39:43 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							3565e32f4d 
							
						 
					 
					
						
						
							
							hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx.  
						
						... 
						
						
						
						- This is used by the latest update of Doom Eternal. 
						
						
					 
					
						2021-06-24 18:25:37 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							d1ba4a2db2 
							
						 
					 
					
						
						
							
							hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.  
						
						... 
						
						
						
						- This is used by the latest update of Doom Eternal. 
						
						
					 
					
						2021-06-24 18:22:53 -07:00 
						 
				 
			
				
					
						
							
							
								Wunkolo 
							
						 
					 
					
						
						
						
						
							
						
						
							4569f39c7c 
							
						 
					 
					
						
						
							
							common: Replace common_sizes into user-literals  
						
						... 
						
						
						
						Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc
user-literals within literals.h.
To keep the global namespace clean, users will have to use:
```
using namespace Common::Literals;
```
to access these literals. 
						
						
					 
					
						2021-06-24 09:27:40 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dc2f5a341 
							
						 
					 
					
						
						
							
							Merge pull request  #6522  from Morph1984/pragma  
						
						... 
						
						
						
						general: Add missing #pragma once directives 
						
						
					 
					
						2021-06-24 08:53:27 -07:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							eed0d1f33b 
							
						 
					 
					
						
						
							
							general: Add missing #pragma once directives  
						
						
						
						
					 
					
						2021-06-24 07:20:57 -04:00 
						 
				 
			
				
					
						
							
							
								Chloe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f216a9432b 
							
						 
					 
					
						
						
							
							Add missing includes ( #6521 )  
						
						... 
						
						
						
						* Add missing includes
* Add array 
						
						
					 
					
						2021-06-24 03:24:17 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b09d6628b 
							
						 
					 
					
						
						
							
							Merge pull request  #6517  from lioncash/fmtlib  
						
						... 
						
						
						
						externals: Update fmt to 8.0.0 
						
						
					 
					
						2021-06-23 15:31:04 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							809e5fd523 
							
						 
					 
					
						
						
							
							Merge pull request  #6504  from Kelebek1/samples-played  
						
						... 
						
						
						
						[audout] Implement GetAudioOutPlayedSampleCount 
						
						
					 
					
						2021-06-23 11:31:12 -07:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d0b1f2bd05 
							
						 
					 
					
						
						
							
							General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable  
						
						... 
						
						
						
						Also removes some deprecated API usages. 
						
						
					 
					
						2021-06-23 13:48:21 -04:00 
						 
				 
			
				
					
						
							
							
								Mai M 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ec7d79174 
							
						 
					 
					
						
						
							
							Merge pull request  #6510  from ReinUsesLisp/npad-data-race  
						
						... 
						
						
						
						npad: Fix data race when updating devices 
						
						
					 
					
						2021-06-22 22:17:57 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0308a2679e 
							
						 
					 
					
						
						
							
							Merge pull request  #6493  from Morph1984/fs-nodiscard  
						
						... 
						
						
						
						common: fs: Miscellaneous changes 
						
						
					 
					
						2021-06-22 17:21:59 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							255f8d22d7 
							
						 
					 
					
						
						
							
							Merge pull request  #6472  from Morph1984/spl  
						
						... 
						
						
						
						service: spl: Implement general SPL service 
						
						
					 
					
						2021-06-22 15:43:10 -07:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							791d3d1bea 
							
						 
					 
					
						
						
							
							Merge pull request  #6483  from Morph1984/get-tz-file  
						
						... 
						
						
						
						service: time: Use GetFileRelative to get files within subdirectories 
						
						
					 
					
						2021-06-22 14:25:41 -07:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							0394893354 
							
						 
					 
					
						
						
							
							vfs_real: Fix Mode to FileAccessMode conversion  
						
						... 
						
						
						
						These enforce requiring the file to exist prior to opening. 
						
						
					 
					
						2021-06-22 15:07:51 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							81b1b71993 
							
						 
					 
					
						
						
							
							common: fs: Remove [[nodiscard]] attribute on Remove* functions  
						
						... 
						
						
						
						There are a lot of scenarios where we don't particularly care whether or not the removal operation and just simply attempt a removal.
As such, removing the [[nodiscard]] attribute is best for these functions. 
						
						
					 
					
						2021-06-22 13:36:24 -04:00 
						 
				 
			
				
					
						
							
							
								Mai M 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							698add8541 
							
						 
					 
					
						
						
							
							Merge pull request  #6511  from ReinUsesLisp/core-is-powered-data-race  
						
						... 
						
						
						
						core: Make is_powered_on atomic 
						
						
					 
					
						2021-06-22 04:28:38 -04:00 
						 
				 
			
				
					
						
							
							
								Rodrigo Locatti 
							
						 
					 
					
						
						
						
						
							
						
						
							c9c8537643 
							
						 
					 
					
						
						
							
							core: Make is_powered_on atomic  
						
						... 
						
						
						
						Fixes potential data races when shutting down. 
						
						
					 
					
						2021-06-22 04:33:07 -03:00 
						 
				 
			
				
					
						
							
							
								Rodrigo Locatti 
							
						 
					 
					
						
						
						
						
							
						
						
							15cc561d12 
							
						 
					 
					
						
						
							
							npad: Fix data race when updating devices  
						
						... 
						
						
						
						Add a lock to avoid data races.
This reduces the number of -fsanitize=thread errors significantly. 
						
						
					 
					
						2021-06-22 03:16:21 -03:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a7a65c944 
							
						 
					 
					
						
						
							
							Merge pull request  #6481  from Morph1984/missing-peak-set  
						
						... 
						
						
						
						kernel: Fix missing peak set in KResourceLimit::SetLimitValue 
						
						
					 
					
						2021-06-21 22:16:48 -07:00 
						 
				 
			
				
					
						
							
							
								Kelebek1 
							
						 
					 
					
						
						
						
						
							
						
						
							ba3af04da1 
							
						 
					 
					
						
						
							
							Implement audout GetAudioOutPlayedSampleCount  
						
						... 
						
						
						
						Used in Ninja Gaiden games. 
						
						
					 
					
						2021-06-22 04:39:17 +01:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0485b8e84b 
							
						 
					 
					
						
						
							
							Merge pull request  #6499  from FernandoS27/we-were-on-a-break  
						
						... 
						
						
						
						Update dynarmic and add new unsafe CPU option. 
						
						
					 
					
						2021-06-21 14:56:08 -07:00 
						 
				 
			
				
					
						
							
							
								Fernando Sahmkow 
							
						 
					 
					
						
						
						
						
							
						
						
							2298508465 
							
						 
					 
					
						
						
							
							Update dynarmic and add new unsafe CPU option.  
						
						
						
						
					 
					
						2021-06-20 20:40:02 +02:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							fd5ef1970c 
							
						 
					 
					
						
						
							
							service: time: Use GetFileRelative to get files within subdirectories  
						
						... 
						
						
						
						The timezone info file can be within subdirectories (such as Asia/Tokyo), use GetFileRelative instead of GetFile to get files within subdirectories. 
						
						
					 
					
						2021-06-18 11:25:26 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							1a5eceeb9c 
							
						 
					 
					
						
						
							
							kernel: Fix missing peak set in KResourceLimit::SetLimitValue  
						
						
						
						
					 
					
						2021-06-18 07:27:48 -04:00 
						 
				 
			
				
					
						
							
							
								ameerj 
							
						 
					 
					
						
						
						
						
							
						
						
							3522fc019c 
							
						 
					 
					
						
						
							
							nvflinger: Add toggle to disable buffer swap interval limits  
						
						... 
						
						
						
						Enabling this setting will allow some titles to present more frames to
the screen as they become available in the nvflinger buffer queue. 
						
						
					 
					
						2021-06-17 01:41:56 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							973bf306ed 
							
						 
					 
					
						
						
							
							Merge pull request  #6464  from ameerj/disable-astc  
						
						... 
						
						
						
						textures: Add a toggle for GPU Accelerated ASTC decoder 
						
						
					 
					
						2021-06-16 11:29:10 -07:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							4a4e304319 
							
						 
					 
					
						
						
							
							spl: Mark the other functions as unimplemented  
						
						
						
						
					 
					
						2021-06-16 01:46:45 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							8ba83c4c2a 
							
						 
					 
					
						
						
							
							spl: Implement spl::GetConfig  
						
						
						
						
					 
					
						2021-06-16 01:46:45 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							e4318a1914 
							
						 
					 
					
						
						
							
							hle: api_version: Add HLE API version constants  
						
						
						
						
					 
					
						2021-06-16 01:46:45 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							ded36b8688 
							
						 
					 
					
						
						
							
							spl: Add the general SPL interface  
						
						
						
						
					 
					
						2021-06-16 01:46:45 -04:00 
						 
				 
			
				
					
						
							
							
								Morph 
							
						 
					 
					
						
						
						
						
							
						
						
							faf11fe46d 
							
						 
					 
					
						
						
							
							spl: Add SPL types  
						
						
						
						
					 
					
						2021-06-16 01:46:45 -04:00