[3DS] Move has_rosalina to avoid duplicate definitions
This commit is contained in:
		
							parent
							
								
									856af16ba6
								
							
						
					
					
						commit
						23c4f08c83
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,6 +6,7 @@
 | 
				
			||||||
#include "3ds_utils.h"
 | 
					#include "3ds_utils.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef s32 (*ctr_callback_type)(void);
 | 
					typedef s32 (*ctr_callback_type)(void);
 | 
				
			||||||
 | 
					static bool has_rosalina;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void check_rosalina() {
 | 
					void check_rosalina() {
 | 
				
			||||||
  int64_t version;
 | 
					  int64_t version;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,6 @@ void ctr_flush_invalidate_cache(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern __attribute((weak)) unsigned int __ctr_svchax;
 | 
					extern __attribute((weak)) unsigned int __ctr_svchax;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool has_rosalina;
 | 
					 | 
				
			||||||
void check_rosalina();
 | 
					void check_rosalina();
 | 
				
			||||||
void ctr_clear_cache(void);
 | 
					void ctr_clear_cache(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue