mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	core: inline CPU, 132 warnings fixed on GCC
This commit is contained in:
		
							parent
							
								
									129757b967
								
							
						
					
					
						commit
						b3a0b1489b
					
				@ -115,7 +115,7 @@ private:
 | 
			
		||||
    static System s_instance;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static ARM_Interface& CPU() {
 | 
			
		||||
inline ARM_Interface& CPU() {
 | 
			
		||||
    return System::GetInstance().CPU();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user