This website requires JavaScript.
Explore
Help
Sign In
encounter
/
Decrypt9
Watch
0
Star
0
Fork
0
You've already forked Decrypt9
mirror of
https://github.com/encounter/Decrypt9.git
synced
2026-03-30 11:06:30 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
UI
Decrypt9
/
source
/
platform.h
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
9 lines
107 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Add platform detection for NAND padgen, theoretical n3DS compatibility
2015-03-26 23:58:54 -07:00
#
pragma once
Fix silly compiler errors with new platform detection
2015-03-27 00:03:15 -07:00
typedef
enum
{
Add platform detection for NAND padgen, theoretical n3DS compatibility
2015-03-26 23:58:54 -07:00
PLATFORM_3DS
,
PLATFORM_N3DS
,
Fix silly compiler errors with new platform detection
2015-03-27 00:03:15 -07:00
}
Platform
;
Add platform detection for NAND padgen, theoretical n3DS compatibility
2015-03-26 23:58:54 -07:00
Platform
GetUnitPlatform
(
)
;
Reference in New Issue
Copy Permalink