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.
241dd35000
Luma3DS-3GX
/
sysmodules
/
loader
/
source
/
strings.h
7 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Minor stuff
2016-09-06 14:09:29 +02:00
#
pragma once
#
include
<3ds/types.h>
Use <string.h> & <3ds/exheader.h>, fix some bugs, etc. also fix all warnings and use -Werror
2018-05-24 00:55:38 +02:00
#
include
<string.h>
Minor stuff
2016-09-06 14:09:29 +02:00
Added Rosalina, see details - see release notes - ( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°) - (∩ ͡° ͜ʖ ͡°)⊃━☆゚ - ( ͡ᵔ ͜ʖ ͡ᵔ) ♫┌( ͡° ͜ʖ ͡°)┘♪ ♫└( ͡° ͜ʖ ͡°)┐♪
2017-06-05 02:02:04 +02:00
void
progIdToStr
(
char
*
strEnd
,
u64
progId
)
;
Reference in New Issue
Copy Permalink