Remove specific condition for heap and PRX files

This commit is contained in:
Francisco Javier Trujillo Mata
2021-12-03 20:10:18 +01:00
parent 1ca89ebe87
commit 01d000e03e
2 changed files with 0 additions and 7 deletions

View File

@@ -24,9 +24,6 @@
#define DEFAULT_THREAD_STACK_KB_SIZE 256
#define DEFAULT_MAIN_THREAD_NAME "user_main"
/* Define us as a prx */
int __pspsdk_is_prx = 1;
/* If these variables are defined by the program, then they override the
defaults given above. */
extern int sce_newlib_nocreate_thread_in_start __attribute__((weak));