mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #882 from lioncash/unused
kernel/thread: Remove unimplemented function prototype
This commit is contained in:
		
						commit
						703663d761
					
				@ -287,12 +287,6 @@ Thread* GetCurrentThread();
 | 
			
		||||
 */
 | 
			
		||||
void WaitCurrentThread_Sleep();
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Waits the current thread from an ArbitrateAddress call
 | 
			
		||||
 * @param wait_address Arbitration address used to resume from wait
 | 
			
		||||
 */
 | 
			
		||||
void WaitCurrentThread_ArbitrateAddress(VAddr wait_address);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Stops the current thread and removes it from the thread_list
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user