This website requires JavaScript.
Explore
Help
Sign In
LowLevel
/
Luma3DS-3GX
Archived
Watch
1
Star
0
Fork
0
You've already forked Luma3DS-3GX
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
This repository has been archived on
2022-05-31
. You can view files and clone it, but cannot push or open issues or pull requests.
18b5cdcddf
Luma3DS-3GX
/
loader
/
source
/
memory.h
5 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Get rid of the double FatFs
2016-05-03 03:05:11 +02:00
#
pragma once
#
include
"types.h"
We don't need to flush DCache when launching payloads. Fixes a derp as well.
2016-06-10 23:33:03 +02:00
void
memcpy
(
void
*
dest
,
const
void
*
src
,
u32
size
)
;
Reference in New Issue
Copy Permalink