mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
Includefix
This commit is contained in:
parent
d12e99e3ad
commit
d54db1ac16
@ -5,9 +5,9 @@
|
|||||||
* @copyright libnx Authors
|
* @copyright libnx Authors
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "result.h"
|
#include "../result.h"
|
||||||
#include "arm/tls.h"
|
#include "../arm/tls.h"
|
||||||
#include "kernel/svc.h"
|
#include "../kernel/svc.h"
|
||||||
|
|
||||||
/// IPC input header magic
|
/// IPC input header magic
|
||||||
#define SFCI_MAGIC 0x49434653
|
#define SFCI_MAGIC 0x49434653
|
||||||
|
Loading…
Reference in New Issue
Block a user