mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-24 02:44:38 +00:00
12 lines
218 B
C
12 lines
218 B
C
|
|
/*
|
||
|
|
* config.h
|
||
|
|
* by Aurora Wright
|
||
|
|
* Copyright (c) 2016 All Rights Reserved
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "types.h"
|
||
|
|
|
||
|
|
void configureCFW(const char *configPath);
|
||
|
|
void deleteFirms(const char *firmPaths[], u32 firms);
|