Merge pull request #73 from justinweiss/update-libctru

[3DS] Move has_rosalina to avoid duplicate definitions
This commit is contained in:
Autechre 2020-08-28 03:58:21 +02:00 committed by GitHub
commit e4b12f4340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -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);