Merge pull request #73 from justinweiss/update-libctru
[3DS] Move has_rosalina to avoid duplicate definitions
This commit is contained in:
commit
e4b12f4340
|
@ -6,6 +6,7 @@
|
|||
#include "3ds_utils.h"
|
||||
|
||||
typedef s32 (*ctr_callback_type)(void);
|
||||
static bool has_rosalina;
|
||||
|
||||
void check_rosalina() {
|
||||
int64_t version;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue