1
0
Fork 0
mirror of https://github.com/Scandal-UK/Incognito_RCM.git synced 2024-11-22 20:06:42 +00:00
This commit is contained in:
James Tophoven 2019-10-04 14:23:00 +02:00
parent 141a6f390c
commit e3adf0fe96

View file

@ -36,7 +36,6 @@
#include "../storage/emummc.h"
#include "../storage/nx_emmc.h"
#include "../storage/sdmmc.h"
#include "../utils/btn.h"
#include "../utils/list.h"
#include "../utils/sprintf.h"
#include "../utils/util.h"
@ -63,16 +62,6 @@ u32 start_time, end_time;
#define DECRYPTED 0
#define SECTORS_IN_CLUSTER 32
#define TPRINTF(text) \
end_time = get_tmr_us(); \
gfx_printf(text " done in %d us\n", end_time - start_time); \
start_time = get_tmr_us()
#define TPRINTFARGS(text, args...) \
end_time = get_tmr_us(); \
gfx_printf(text " done in %d us\n", args, end_time - start_time); \
start_time = get_tmr_us()
#define SAVE_KEY(name, src, len) _save_key(name, src, len, text_buffer)
#define SAVE_KEY_FAMILY(name, src, count, len) _save_key_family(name, src, count, len, text_buffer)
static u8 temp_key[0x10],
bis_key[4][0x20] = {0},