| 
							
							
								 Chloe Marcec | dc18a1261c | Mark DestinationToString as static | 2021-01-20 18:42:39 +11:00 |  | 
			
				
					| 
							
							
								 Chloe Marcec | dca2e2c8f1 | Mark LogPacketHeaderEntry hash as noexcept | 2021-01-20 18:35:58 +11:00 |  | 
			
				
					| 
							
							
								 Chloe Marcec | 83f8c1a25e | lm: Recode LM service Rework the service to spit out to logs instead of a seperate file as well as fix any crashes caused by lm. | 2021-01-20 18:25:15 +11:00 |  | 
			
				
					| 
							
							
								 Chloe Marcec | 2d33b2c55a | acc: Stub StoreSaveDataThumbnail Fixes ACA NEOGEO METAL SLUG hanging on boot. | 2021-01-19 20:56:18 +11:00 |  | 
			
				
					| 
							
							
								 Morph | 4a67a5b917 | npad: Add check for HANDHELD_INDEX in UpdateControllerAt() | 2021-01-17 22:36:17 -05:00 |  | 
			
				
					| 
							
							
								 ReinUsesLisp | f8650a9580 | core: Silence Wclass-memaccess warnings This requires making several types trivial and properly initialize
them whenever they are called. | 2021-01-15 16:31:19 -03:00 |  | 
			
				
					| 
							
							
								 ReinUsesLisp | 3ff978aa4f | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior. | 2021-01-15 16:27:28 -03:00 |  | 
			
				
					| 
							
							
								 german | b483f2d010 | Always initialize keyboard input | 2021-01-15 09:05:17 -06:00 |  | 
			
				
					| 
							
							
								 german | 8495e1bd83 | Add mutitouch support for touch screens | 2021-01-15 09:05:17 -06:00 |  | 
			
				
					| 
							
							
								 german | d8df9a16bd | Allow to return up to 16 touch inputs per engine | 2021-01-15 09:05:17 -06:00 |  | 
			
				
					| 
							
							
								 german | 390ee10eef | Allow all touch inputs at the same time and remove config options that are not longer necesary | 2021-01-15 09:05:17 -06:00 |  | 
			
				
					| 
							
							
								 german | d583e01f54 | Add multitouch support | 2021-01-15 09:03:39 -06:00 |  | 
			
				
					| 
							
							
								 bunnei | 82f6037ec2 | core: hle: Add missing calls to MicroProfileOnThreadExit. | 2021-01-11 14:23:16 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 35c3c078e3 | core: hle: kernel: Update KSynchronizationObject. | 2021-01-11 14:23:16 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 8fc6e92ef1 | hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. | 2021-01-11 14:23:16 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 32df83e55d | Merge pull request #5312 from german77/overclockenabled apm: Stub IsCpuOverclockEnabled | 2021-01-10 14:30:13 -08:00 |  | 
			
				
					| 
							
							
								 ReinUsesLisp | b4451c5e81 | core: Silence unhandled enum in switch warnings | 2021-01-08 23:21:07 -03:00 |  | 
			
				
					| 
							
							
								 german | 385a4555d5 | Stub IsCpuOverclockEnabled | 2021-01-08 09:44:56 -06:00 |  | 
			
				
					| 
							
							
								 ameerj | 06cef3355e | fix for nvdec disabled, cleanup host1x | 2021-01-07 14:33:45 -05:00 |  | 
			
				
					| 
							
							
								 ameerj | 2c27127d04 | nvdec syncpt incorporation laying the groundwork for async gpu, although this does not fully implement async nvdec operations | 2021-01-07 14:33:45 -05:00 |  | 
			
				
					| 
							
							
								 ReinUsesLisp | 4f13e270c8 | core: Silence warnings when compiling without asserts | 2021-01-05 04:18:16 -03:00 |  | 
			
				
					| 
							
							
								 ameerj | 6b354ccaee | buffer_queue: Protect queue_sequence list access with a mutex fixes a data race as this is an unprotected variable manipulated by multiple threads | 2021-01-04 01:36:41 -05:00 |  | 
			
				
					| 
							
							
								 bunnei | beaa25d777 | hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. - This behavior is a mistake, fixes Katana Zero. | 2021-01-02 15:42:16 -08:00 |  | 
			
				
					| 
							
							
								 Morph | a745d87971 | general: Fix various spelling errors | 2021-01-02 10:23:41 -05:00 |  | 
			
				
					| 
							
							
								 bunnei | 25d607f5f6 | Merge pull request #5208 from bunnei/service-threads Service threads | 2020-12-30 22:06:05 -08:00 |  | 
			
				
					| 
							
							
								 ReinUsesLisp | 157fc2d785 | service/pcie: Fix invalid initialization argument | 2020-12-30 02:58:38 -03:00 |  | 
			
				
					| 
							
							
								 bunnei | 7d77a3f88f | hle: service: Acquire and release a lock on requests. - This makes it such that we can safely access service members from CoreTiming thread. | 2020-12-28 21:33:34 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 994a9fec4e | hle: service: vi: Refactor to grab buffer only once. | 2020-12-28 21:33:34 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 6433b1dfd6 | service: nvflinger: Improve synchronization for BufferQueue. - Use proper mechanisms for blocking on DequeueBuffer.
- Ensure service thread terminates on emulation Shutdown. | 2020-12-28 21:33:34 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | bea51d948d | hle: service: Ensure system is powered on before writing IPC result. | 2020-12-28 16:33:48 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 87d6588cb5 | hle: service: bsd: Update to work with service threads, removing SleepClientThread. | 2020-12-28 16:33:48 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 0c81b83ca9 | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. - Note, this always processes the ioctl right away, which fixes BotW 1.0.0 issues. | 2020-12-28 16:33:48 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 19a8f03ad5 | hle: service: nvflinger: Refactor locking and interfaces. | 2020-12-28 16:33:47 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | b377da042b | hle: service: vi: Remove usage of SleepClientThread. | 2020-12-28 16:33:47 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 29ccc7673f | Merge pull request #5042 from Morph1984/project-aether Project Aether: Reimplementation of the Web Browser Applet | 2020-12-21 23:47:10 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 1279c7ce7a | Merge pull request #5131 from bunnei/scheduler-rewrite Rewrite Kernel scheduler based on Atmosphere | 2020-12-20 20:57:54 -08:00 |  | 
			
				
					| 
							
							
								 Morph | 82fa9f8d56 | applets/web: Implement the online web browser applet | 2020-12-18 10:33:28 -05:00 |  | 
			
				
					| 
							
							
								 Morph | 8b95bf041d | main, applets/web: Re-add progress dialog for RomFS extraction | 2020-12-18 10:33:28 -05:00 |  | 
			
				
					| 
							
							
								 Morph | d46ca5a015 | pl_u, applets/web: Decrypt shared fonts to TTF files | 2020-12-18 10:33:28 -05:00 |  | 
			
				
					| 
							
							
								 Morph | 46183294b2 | ns_vm: Stub NeedsUpdateVulnerability This is used to force system updates on launching the web browser. We do not care about system updates so this can be set to false. | 2020-12-18 10:33:28 -05:00 |  | 
			
				
					| 
							
							
								 Morph | 54ea3c47c8 | controllers/npad: Make press_state atomic | 2020-12-18 10:33:28 -05:00 |  | 
			
				
					| 
							
							
								 Morph | d6d1a8e02c | applets/web: Implement the default web browser applet frontend | 2020-12-18 10:33:28 -05:00 |  | 
			
				
					| 
							
							
								 Morph | 89df483567 | applets/web: Implement the offline browser applet backend | 2020-12-18 10:33:27 -05:00 |  | 
			
				
					| 
							
							
								 Morph | a5750f437d | applets/web: Initial implementation of the web browser applet | 2020-12-18 10:33:27 -05:00 |  | 
			
				
					| 
							
							
								 Morph | ccb439efb0 | applets: Remove the previous web browser applet implementation | 2020-12-18 10:33:27 -05:00 |  | 
			
				
					| 
							
							
								 ameerj | 873ad1272e | buffer_queue: better use of std::array | 2020-12-18 00:12:14 -05:00 |  | 
			
				
					| 
							
							
								 ameerj | 8cb683f3b9 | Overwrite slots instead of queuing them, add disconnect signal Fix for Katana Zero and Yoshi's Crafted World | 2020-12-17 14:22:46 -05:00 |  | 
			
				
					| 
							
							
								 bunnei | f3db273753 | Merge pull request #5190 from Morph1984/validate_device_handle controllers/npad: Validate device handles before use | 2020-12-15 16:40:11 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | 2e1b998d5e | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex fsp_srv: Implement OpenDataStorageWithProgramIndex | 2020-12-15 11:07:03 -08:00 |  | 
			
				
					| 
							
							
								 bunnei | df6427d30b | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManager aoc_u: Stub IPurchaseEventManager and its service commands | 2020-12-14 16:08:38 -08:00 |  |