1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/source/config.h
suchmememanyskill 09fc492610 Step 5: Scare the init bugs away
Seriously though why the fuck was this the issue
2022-01-23 00:40:08 +01:00

32 lines
874 B
C

/*
* Copyright (c) 2018-2021 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _CONFIG_H_
#define _CONFIG_H_
#include <bdk.h>
typedef struct _hekate_config
{
// Global temporary config.
bool t210b01;
bool emummc_force_disable;
bool rcm_patched;
u32 errors;
} hekate_config;
#endif /* _CONFIG_H_ */