mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Take this out
This commit is contained in:
parent
893fcdd39e
commit
295cae5a7b
@ -7,9 +7,6 @@
|
|||||||
#include <vitasdk/utils.h>
|
#include <vitasdk/utils.h>
|
||||||
#include <psp2/kernel/threadmgr.h>
|
#include <psp2/kernel/threadmgr.h>
|
||||||
|
|
||||||
// not in sdk
|
|
||||||
void sceClibPrintf(const char *fmt, ...);
|
|
||||||
|
|
||||||
#define MAX_THREADS 256
|
#define MAX_THREADS 256
|
||||||
|
|
||||||
typedef struct reent_for_thread {
|
typedef struct reent_for_thread {
|
||||||
@ -162,7 +159,6 @@ struct _reent *__getreent_for_thread(int thid) {
|
|||||||
|
|
||||||
if (!free_reent) {
|
if (!free_reent) {
|
||||||
// we've exhausted all our resources
|
// we've exhausted all our resources
|
||||||
sceClibPrintf("[VITASDK] FATAL: Exhausted all thread reent resources!");
|
|
||||||
__builtin_trap();
|
__builtin_trap();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user