mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-28 05:45:38 -06:00
7 lines
185 B
C++
7 lines
185 B
C++
#pragma once
|
|
#include <types.h>
|
|
|
|
namespace Emulator::HLE::Libraries::LibKernel::FileSystem {
|
|
int PS4_SYSV_ABI sceKernelOpen(const char *path, int flags, /* SceKernelMode*/ u16 mode);
|
|
|
|
} |