[3DS] Move has_rosalina to avoid duplicate definitions

This commit is contained in:
Justin Weiss 2020-08-23 12:07:50 -07:00
parent 856af16ba6
commit 23c4f08c83
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#include "3ds_utils.h"
typedef s32 (*ctr_callback_type)(void);
static bool has_rosalina;
void check_rosalina() {
int64_t version;

View File

@ -7,7 +7,6 @@ void ctr_flush_invalidate_cache(void);
extern __attribute((weak)) unsigned int __ctr_svchax;
bool has_rosalina;
void check_rosalina();
void ctr_clear_cache(void);