mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
minor psp stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@416 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6fc5714482
commit
651b1a25c2
3 changed files with 18 additions and 2 deletions
|
@ -25,14 +25,14 @@ extern int pico_main(void);
|
|||
|
||||
#ifndef FW15
|
||||
|
||||
PSP_MODULE_INFO("PicoDrive", 0, 1, 35);
|
||||
PSP_MODULE_INFO("PicoDrive", 0, 1, 40);
|
||||
PSP_HEAP_SIZE_MAX();
|
||||
|
||||
int main() { return pico_main(); } /* just a wrapper */
|
||||
|
||||
#else
|
||||
|
||||
PSP_MODULE_INFO("PicoDrive", 0x1000, 1, 35);
|
||||
PSP_MODULE_INFO("PicoDrive", 0x1000, 1, 40);
|
||||
PSP_MAIN_THREAD_ATTR(0);
|
||||
|
||||
int main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue