Use posix functions for PSP

This commit is contained in:
Francisco Javier Trujillo Mata 2023-11-15 19:36:26 +01:00 committed by irixxxx
parent f2554438f8
commit 4b2223986c
2 changed files with 43 additions and 115 deletions

View file

@ -31,7 +31,6 @@ extern int pico_main(int argc, char *argv[]);
#ifndef FW15
PSP_MODULE_INFO("PicoDrive", 0, 1, 97);
PSP_HEAP_SIZE_MAX();
int main(int argc, char *argv[]) { return pico_main(argc, argv); } /* just a wrapper */