mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-06 17:16:20 +00:00
clang-format
This commit is contained in:
parent
7153bc8d8f
commit
ddc658f8c8
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ namespace Libraries::Kernel {
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceKernelIsNeoMode() {
|
int PS4_SYSV_ABI sceKernelIsNeoMode() {
|
||||||
LOG_DEBUG(Kernel_Sce, "called");
|
LOG_DEBUG(Kernel_Sce, "called");
|
||||||
return Config::isNeoModeConsole() && Common::ElfInfo::Instance().PSFAttributes().support_neo_mode;
|
return Config::isNeoModeConsole() &&
|
||||||
|
Common::ElfInfo::Instance().PSFAttributes().support_neo_mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceKernelGetCompiledSdkVersion(int* ver) {
|
int PS4_SYSV_ABI sceKernelGetCompiledSdkVersion(int* ver) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue