mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
Use posix functions for PSP
This commit is contained in:
parent
f2554438f8
commit
4b2223986c
2 changed files with 43 additions and 115 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue