hotfix: removed questionable setjmp

This commit is contained in:
georgemoralis 2025-02-14 10:03:57 +02:00
parent 7db30d12cb
commit 67a74a9357

View file

@ -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() {