mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
| enum ThreadPriority : u32 { | ||||
|     THREADPRIO_HIGHEST = 0,       ///< Highest thread priority | ||||
|     THREADPRIO_USERLAND_MAX = 24, ///< Highest thread priority for userland apps | ||||
|     THREADPRIO_DEFAULT = 48,      ///< Default thread priority for userland apps | ||||
|     THREADPRIO_DEFAULT = 44,      ///< Default thread priority for userland apps | ||||
|     THREADPRIO_LOWEST = 63,       ///< Lowest thread priority | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Subv
					Subv