Search found 44 matches
- Fri Jun 01, 2007 12:46 am
- Forum: PSP Development
- Topic: Listing a directory
- Replies: 12
- Views: 4857
- Sat May 26, 2007 12:07 am
- Forum: PSP Development
- Topic: analog stick acts wierd.
- Replies: 6
- Views: 3071
- Fri Apr 20, 2007 2:39 am
- Forum: PSP Development
- Topic: where can I get the make file for PSP module?
- Replies: 3
- Views: 1607
- Sun Apr 08, 2007 10:24 pm
- Forum: PSP Development
- Topic: toolchain bugged now!!!
- Replies: 5
- Views: 2994
- Thu Apr 05, 2007 7:09 pm
- Forum: PSP Development
- Topic: toolchain bugged now!!!
- Replies: 5
- Views: 2994
toolchain bugged now!!!
I don't know what happend with toolchain, but yesterday at night I reinstalled toolchain and now have problem: All my programms with PSP_MODULE_KERNEL suddenly can't exit by pressing home button. Message Box appear, but I can't choose 'Yes', I can only choose 'No' or press Cancel-button. In PSP_MODU...
- Tue Mar 20, 2007 3:15 am
- Forum: PSP Development
- Topic: Help with pspsdk!
- Replies: 9
- Views: 6171
- Tue Mar 20, 2007 1:24 am
- Forum: PSP Development
- Topic: Help with pspsdk!
- Replies: 9
- Views: 6171
everlasting , I'd advised you to write your own functions. Callbacks and Vram just examples. In Vram.h you can find: /* The following are a few helperfunctions to help manage vram in gu-examples. Do not use for your own code, it's better you manage it in your own way. */ But if you still want to us...
- Tue Mar 20, 2007 1:09 am
- Forum: PSP Development
- Topic: Interrupt Controller
- Replies: 21
- Views: 10065
- Fri Mar 16, 2007 10:57 pm
- Forum: PSP Development
- Topic: Interrupt Controller
- Replies: 21
- Views: 10065
- Fri Mar 16, 2007 9:07 pm
- Forum: PSP Development
- Topic: Interrupt Controller
- Replies: 21
- Views: 10065
- Fri Mar 16, 2007 8:43 pm
- Forum: PSP Development
- Topic: Interrupt Controller
- Replies: 21
- Views: 10065
- Fri Mar 16, 2007 8:15 pm
- Forum: PSP Development
- Topic: Interrupt Controller
- Replies: 21
- Views: 10065
Thx, adrahil , now I know where find meaning of error codes. BTW, do you know if some one wrote lib, where I can find function that convert error code to readable string? And now next problem: I want call old irq handler in my handler, so I'd like to know how get its offset. I was theanking that sce...
- Fri Mar 16, 2007 3:30 am
- Forum: PSP Development
- Topic: Interrupt Controller
- Replies: 21
- Views: 10065
- Fri Mar 02, 2007 8:50 pm
- Forum: PSP Development
- Topic: Compiling DoomPSP
- Replies: 2
- Views: 1879
Hi, BlackShark. Recently I compiled DoomPSP. At first you need install timidity lib witch delivered with DoomPSP sources. For that you need add to file DommPSP/src/libtimidity-0.1.0/src/makefile line PSPSDK=$(shell psp-config --pspsdk-path) before include $(PSPSDK)/lib/build.mak Then type in this fo...
- Thu Mar 01, 2007 6:57 pm
- Forum: PSP Development
- Topic: How to get Time in seconds??
- Replies: 10
- Views: 3983
- Thu Mar 01, 2007 4:08 am
- Forum: PSP Development
- Topic: How to get Time in seconds??
- Replies: 10
- Views: 3983
- Thu Mar 01, 2007 2:18 am
- Forum: PSP Development
- Topic: How to get Time in seconds??
- Replies: 10
- Views: 3983
- Wed Feb 28, 2007 9:06 pm
- Forum: PSP Development
- Topic: Problem with cygwin
- Replies: 8
- Views: 3904
- Mon Feb 26, 2007 6:40 pm
- Forum: PSP Development
- Topic: Problem with cygwin
- Replies: 8
- Views: 3904
O, Shentok ! I have this problem before. This is problem with Cygwin and PC, not with toolchain. Long ago I was trying install toolchain on Windows 2000. It wasn't my PC and it was wery garbaged. And Cygwin was executing some commands incorrectly. So, now there is Windows XP with clear harddrive and...
- Mon Feb 26, 2007 6:31 pm
- Forum: PSP Development
- Topic: Problem with latest toolchain
- Replies: 4
- Views: 2829
- Mon Feb 26, 2007 6:27 pm
- Forum: PSP Development
- Topic: 'Eject' memory stick?
- Replies: 6
- Views: 3908
- Fri Feb 23, 2007 7:53 pm
- Forum: PSP Development
- Topic: USB power of 3,3 V
- Replies: 7
- Views: 2902
If the hardware doesn't support OTG and host mode, it's impossible to connect normal usb accessories directly to the PSP. Host controllers act differently, while OTG can generate host signals to support the connectivity between two accessories. It seems that the only solution would be a accessory w...
- Fri Feb 23, 2007 12:56 am
- Forum: PSP Development
- Topic: Keep freezing on exit
- Replies: 14
- Views: 5908
- Thu Feb 22, 2007 6:52 pm
- Forum: PSP Development
- Topic: HOW TO: Generate PSPSDK documentacion
- Replies: 3
- Views: 2028
- Thu Feb 22, 2007 4:18 am
- Forum: PSP Development
- Topic: Keep freezing on exit
- Replies: 14
- Views: 5908
- Wed Feb 21, 2007 7:49 pm
- Forum: PSP Development
- Topic: Maybe psp-gdb or psp-gcc buged or I do something wrong.
- Replies: 4
- Views: 2173
- Tue Feb 20, 2007 7:26 pm
- Forum: PSP Development
- Topic: Maybe psp-gdb or psp-gcc buged or I do something wrong.
- Replies: 4
- Views: 2173
- Tue Feb 20, 2007 6:49 pm
- Forum: PSP Development
- Topic: Refresh main function?
- Replies: 10
- Views: 4398
Using lables and goto - bad style. I prefer:
Code: Select all
for(...;...;...)
{
...
if(...) continue;
...
}
- Tue Feb 20, 2007 1:52 am
- Forum: PSP Development
- Topic: Keep freezing on exit
- Replies: 14
- Views: 5908
- Tue Feb 20, 2007 12:05 am
- Forum: PSP Development
- Topic: Keep freezing on exit
- Replies: 14
- Views: 5908
May be when you jast startet there wasn't sceKernelExitGame(); If I have my development evironment right now right here I'd tryed by myself, but for my look there is all correct and you don't need that strang functions at the and. That is 100%. You can try compare with my code in topic: http://forum...