mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
[makerom] Cleaned keyset.c
This commit is contained in:
+1
-2
@@ -7,8 +7,7 @@ typedef struct
|
||||
} buffer_struct;
|
||||
|
||||
// Memory
|
||||
void endian_memcpy(u8 *destination, u8 *source, u32 size, int endianness);
|
||||
int CopyData(u8 **dest, u8 *source, u64 size);
|
||||
int CopyData(u8 **dest, const u8 *source, u64 size);
|
||||
void rndset(void *ptr, u64 num);
|
||||
void clrmem(void *ptr, u64 num);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user