| View previous topic :: View next topic |
| Author |
Message |
fiorello
Joined: 21 Jun 2008 Posts: 14
|
Posted: Wed Aug 20, 2008 8:13 am Post subject: PSPLINK fully automated. |
|
|
Hello, im using psplink with VS++
When I build my project it's automaticly runned on my psp. But how to make my program back to psplink instead of turning psp off. |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Wed Aug 20, 2008 8:30 am Post subject: |
|
|
type "reset" on PSPSH prompt to quit your program and reset psplink.
type "exit" on PSPSH prompt to exit to XMB. |
|
| Back to top |
|
 |
fiorello
Joined: 21 Jun 2008 Posts: 14
|
Posted: Wed Aug 20, 2008 9:34 pm Post subject: |
|
|
But how to do that when i exit my app it returns to psplink, not xmb.
reset is not working, when i type it my app freezes and nothing happens |
|
| Back to top |
|
 |
Raphael

Joined: 17 Jan 2006 Posts: 646 Location: Germany
|
Posted: Wed Aug 20, 2008 11:26 pm Post subject: |
|
|
Properly exit your game in your code, then it will behave as you want by default. _________________ <Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki
Alexander Berl |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Thu Aug 21, 2008 12:03 am Post subject: |
|
|
| fiorello wrote: | But how to do that when i exit my app it returns to psplink, not xmb.
reset is not working, when i type it my app freezes and nothing happens |
this is probably because your app way to exit is wrong.
I have also PSPLINK and use VC++ to compile and link. But I run my app through PSPSH. Everything works as a charm. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Thu Aug 21, 2008 3:29 am Post subject: |
|
|
| If 'reset' is locking up it is generally the fault of the application and not psplink per-se, there are some situations where the kernel just will not reboot and the app keeps handing on. Make sure you don't have any tight loops with no wait states in them (like waiting on vblank or an event). |
|
| Back to top |
|
 |
fiorello
Joined: 21 Jun 2008 Posts: 14
|
Posted: Thu Aug 21, 2008 4:13 am Post subject: |
|
|
| Anyway, to who can I send part of my main code on pastebin ?? |
|
| Back to top |
|
 |
|