Logo
Explore Help
Sign In
encounter/Decrypt9
0
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

9 lines
107 B
C
Raw Permalink Normal View History

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
Powered by Gitea Page: 298ms Template: 78ms
Auto
English
English
Licenses API