mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	core: Fix missing prototype warnings
This commit is contained in:
		
							parent
							
								
									8165de065b
								
							
						
					
					
						commit
						12a9e8502c
					
				@ -5,6 +5,7 @@
 | 
				
			|||||||
#include "common/logging/log.h"
 | 
					#include "common/logging/log.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "core/hle/service/service.h"
 | 
					#include "core/hle/service/service.h"
 | 
				
			||||||
 | 
					#include "core/hle/service/am/am.h"
 | 
				
			||||||
#include "core/hle/service/am/am_app.h"
 | 
					#include "core/hle/service/am/am_app.h"
 | 
				
			||||||
#include "core/hle/service/am/am_net.h"
 | 
					#include "core/hle/service/am/am_net.h"
 | 
				
			||||||
#include "core/hle/service/am/am_sys.h"
 | 
					#include "core/hle/service/am/am_sys.h"
 | 
				
			||||||
 | 
				
			|||||||
@ -14,6 +14,7 @@
 | 
				
			|||||||
#include "common/vector_math.h"
 | 
					#include "common/vector_math.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "core/hle/service/y2r_u.h"
 | 
					#include "core/hle/service/y2r_u.h"
 | 
				
			||||||
 | 
					#include "core/hw/y2r.h"
 | 
				
			||||||
#include "core/memory.h"
 | 
					#include "core/memory.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace HW {
 | 
					namespace HW {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user