Merge pull request #555 from lioncash/header
bpcmitm_main: Add missing header guard
This commit is contained in:
@@ -14,14 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstdlib>
|
#pragma once
|
||||||
#include <cstdint>
|
|
||||||
#include <cstring>
|
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
#include <atmosphere.h>
|
|
||||||
#include <stratosphere.hpp>
|
|
||||||
|
|
||||||
constexpr u32 BpcMitmPriority = 32;
|
constexpr u32 BpcMitmPriority = 32;
|
||||||
constexpr u32 BpcMitmStackSize = 0x8000;
|
constexpr u32 BpcMitmStackSize = 0x8000;
|
||||||
|
|||||||
Reference in New Issue
Block a user