mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Include sf/service.h instead of sm.h, in the service/ headers for services which were previously updated for new-ipc.
This commit is contained in:
parent
62192cac0a
commit
c8550c378b
@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
|
#include "../sf/service.h"
|
||||||
#include "../services/apm.h"
|
#include "../services/apm.h"
|
||||||
#include "../services/pdm.h"
|
#include "../services/pdm.h"
|
||||||
#include "../services/caps.h"
|
#include "../services/caps.h"
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
|
#include "../sf/service.h"
|
||||||
#include "../applets/error.h"
|
#include "../applets/error.h"
|
||||||
#include "../kernel/event.h"
|
#include "../kernel/event.h"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../kernel/event.h"
|
#include "../kernel/event.h"
|
||||||
#include "../services/sm.h"
|
#include "../sf/service.h"
|
||||||
|
|
||||||
// We use wrapped handles for type safety.
|
// We use wrapped handles for type safety.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../services/sm.h"
|
#include "../sf/service.h"
|
||||||
#include "../services/fs.h"
|
#include "../services/fs.h"
|
||||||
|
|
||||||
Result fsldrInitialize(void);
|
Result fsldrInitialize(void);
|
||||||
@ -15,4 +15,4 @@ Service* fsldrGetServiceSession(void);
|
|||||||
|
|
||||||
Result fsldrOpenCodeFileSystem(u64 tid, const char *path, FsFileSystem* out);
|
Result fsldrOpenCodeFileSystem(u64 tid, const char *path, FsFileSystem* out);
|
||||||
Result fsldrIsArchivedProgram(u64 pid, bool *out);
|
Result fsldrIsArchivedProgram(u64 pid, bool *out);
|
||||||
Result fsldrSetCurrentProcess(void);
|
Result fsldrSetCurrentProcess(void);
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../services/sm.h"
|
#include "../sf/service.h"
|
||||||
#include "../services/fs.h"
|
#include "../services/fs.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../nacp.h"
|
#include "../nacp.h"
|
||||||
|
#include "../sf/service.h"
|
||||||
#include "../services/fs.h"
|
#include "../services/fs.h"
|
||||||
#include "../services/ncm.h"
|
#include "../services/ncm.h"
|
||||||
#include "../services/async.h"
|
#include "../services/async.h"
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
|
#include "../sf/service.h"
|
||||||
#include "../kernel/event.h"
|
#include "../kernel/event.h"
|
||||||
|
|
||||||
Result nvInitialize(void);
|
Result nvInitialize(void);
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../kernel/event.h"
|
#include "../kernel/event.h"
|
||||||
#include "../services/sm.h"
|
#include "../sf/service.h"
|
||||||
|
|
||||||
/// LaunchFlag
|
/// LaunchFlag
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../services/sm.h"
|
#include "../sf/service.h"
|
||||||
#include "../services/ldr.h"
|
#include "../services/ldr.h"
|
||||||
|
|
||||||
Result ldrRoInitialize(void);
|
Result ldrRoInitialize(void);
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
|
#include "../sf/service.h"
|
||||||
|
|
||||||
/// Location
|
/// Location
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user