mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Update includes.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "polarssl/config.h"
|
||||
#include "polarssl/aes.h"
|
||||
#include "polarssl/rsa.h"
|
||||
#include "polarssl/sha1.h"
|
||||
#include "polarssl/sha2.h"
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/aes.h>
|
||||
#include <polarssl/rsa.h>
|
||||
#include <polarssl/sha1.h>
|
||||
#include <polarssl/sha2.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "desc/desc.h"
|
||||
#include "desc.h"
|
||||
|
||||
static const CtrSdkDescSignData kDevDescSignData[] =
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "desc/desc.h"
|
||||
#include "desc.h"
|
||||
|
||||
static const CtrSdkDesc kDescPresets[] =
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#include "lib.h"
|
||||
#include "polarssl/base64.h"
|
||||
#include <polarssl/base64.h>
|
||||
|
||||
#define IO_BLOCKSIZE 5*MB
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "libyaml/yaml.h"
|
||||
#include <libyaml/yaml.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user