mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-03 17:23:18 +00:00
hotfix: removed questionable setjmp
This commit is contained in:
parent
7db30d12cb
commit
67a74a9357
1 changed files with 2 additions and 2 deletions
|
@ -11108,8 +11108,8 @@ s32 PS4_SYSV_ABI internal_setenv() {
|
|||
}
|
||||
|
||||
s32 PS4_SYSV_ABI internal_setjmp(std::jmp_buf buf) {
|
||||
LOG_ERROR(Lib_LibcInternal, "(TEST) called");
|
||||
return _setjmp(buf); // todo this feels platform specific but maybe not
|
||||
LOG_ERROR(Lib_LibcInternal, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI internal_setlocale() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue