mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Merge pull request #555 from lioncash/header
bpcmitm_main: Add missing header guard
This commit is contained in:
commit
df3c8f4c94
1 changed files with 2 additions and 7 deletions
|
@ -14,14 +14,9 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <malloc.h>
|
||||
#pragma once
|
||||
|
||||
#include <switch.h>
|
||||
#include <atmosphere.h>
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
constexpr u32 BpcMitmPriority = 32;
|
||||
constexpr u32 BpcMitmStackSize = 0x8000;
|
||||
|
|
Loading…
Reference in a new issue