Page 6 of 8 FirstFirst ... 2345678 LastLast
Results 51 to 60 of 80

Thread: DCemu's PSP Guide Library V2~Last updated Feb11 2011~

                  
   
  1. #51

    Default

    hi can i plz get a guide for the GBAPSP emulator its PSPGBA v1.0 and im running on 2.60 every other 1's of my emulators work its just tht i canf fuiger out this 1 could i plz have a step by step guide? thnx in advance

  2. #52
    Now with Blast Processing! Kaiser's Avatar
    Join Date
    Jun 2005
    Location
    CANADA
    Age
    34
    Posts
    3,079
    Blog Entries
    3
    Rep Power
    50

    Default

    I'd try v1.1. It seems to work on the GTA loader from what I've heard. If your still having troubles I can help you via PMs.

    http://www.dcemu.co.uk/vbulletin/showthread.php?t=12848

    Quote Originally Posted by NiGame
    on lesson 5 on the #include command section it does no list all the files do I assume they are they same as lesson 4?
    You'd have to ask a coder. Not entirely sure myself.

  3. #53

    Default

    I'm trying to set up the toolchian the first error I had was when I typed svn update, it said you .svn/tmp directory may be corrupt or missing so I went in and added a folder named tmp

    I ran it again and it said:
    Working copy '.' locked

    which I asumed was right...

    Next I typed ./toolchain.sh and it came up with:

    ERROR: Please make sure you have 'automake' installed.

    What do I do, I'm really excited about starting to program for the psp but I need to at least get every thing set up >.<

    Any help is much appreciated.

    EDIT: I just reinstalled cygwin and it fixed it, I can't wait to start

  4. #54
    Now with Blast Processing! Kaiser's Avatar
    Join Date
    Jun 2005
    Location
    CANADA
    Age
    34
    Posts
    3,079
    Blog Entries
    3
    Rep Power
    50

    Default

    Quote Originally Posted by GamerSJD
    I'm trying to set up the toolchian the first error I had was when I typed svn update, it said you .svn/tmp directory may be corrupt or missing so I went in and added a folder named tmp

    I ran it again and it said:
    Working copy '.' locked

    which I asumed was right...

    Next I typed ./toolchain.sh and it came up with:

    ERROR: Please make sure you have 'automake' installed.

    What do I do, I'm really excited about starting to program for the psp but I need to at least get every thing set up >.<

    Any help is much appreciated.

    EDIT: I just reinstalled cygwin and it fixed it, I can't wait to start
    My guess is you made a mistake when installing Cygwin


    The first step is to install CYGWIN. You can download the install file from the CYGWIN website here . After it has finished downloading, open up the executable. You will see a splash screen; click next. Now you will be asked what you want to do. Select the default option of "Install from Internet," and hit the next button. Now you will be prompted where you want to install CYGWIN. Change the install directory to "C:/cygwin" if it is not set as such already (where C: is your local hard drive). Leave the other options set to their defaults and hit next. Now you will be asked where you want to save the installation files. What you select here doesn't really matter, but I suggest putting them someplace where you will be able to find them and delete them after the installation is complete. Once you have selected a suitable location, click next. The next screen will ask about your network settings, if you don't use a proxy (or don't know what a proxy is), just click next on this screen. If it doesn't work, go back and try letting it use Internet Explorer's settings. Now you should be presented with a list of servers to download the installation files from. Any one of these will do, so select one, and then click on next. Now it will download the package list, this could take a few minutes, depending on your connection speed. Once it is done, scroll down to "devel" and click on where it says "default" so that it becomes "install." Then scroll down to "web," click the "+" next to it, scroll down and set "wget" to "install."

  5. #55
    DCEmu Newbie kmp2253's Avatar
    Join Date
    Jun 2006
    Posts
    46
    Rep Power
    0

    Default

    how do i put the gba emulator on the psp?

    i ve herd many things but idk wat to do

  6. #56
    Now with Blast Processing! Kaiser's Avatar
    Join Date
    Jun 2005
    Location
    CANADA
    Age
    34
    Posts
    3,079
    Blog Entries
    3
    Rep Power
    50

    Default

    Quote Originally Posted by kmp2253
    i ve herd many things but idk wat to do
    Check out the many guides available for Homebrew and Emulators in this thread. If your still having issues after that just PM me and I'll try to get back to you ASAP.

    Okay guys I've done it. The library has been merged with practically every guide I could find.

    ANY AND ALL PSP PROBLEMS CAN BE BROUGHT UP IN THIS FORUM

  7. #57

    Default

    hi. im runnunig a 1.5 psp and was wondering if anyone can help me on how to put the new neo geo or mame emulator. when i put my roms an bios file in the rom file and then start up the game the roms dont show. plz help!!!

  8. #58
    Now with Blast Processing! Kaiser's Avatar
    Join Date
    Jun 2005
    Location
    CANADA
    Age
    34
    Posts
    3,079
    Blog Entries
    3
    Rep Power
    50

    Default

    Quote Originally Posted by subcomander
    hi. im runnunig a 1.5 psp and was wondering if anyone can help me on how to put the new neo geo or mame emulator. when i put my roms an bios file in the rom file and then start up the game the roms dont show. plz help!!!
    Hmm did you copy the art files onto your MS and as well as the eboots? I've seen this type of thing happen on many different emulators when people only put the eboots in but forget to copy the other files needed as well.


    PM me if your still having trouble.

  9. #59
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    2
    Rep Power
    0

    Default

    Hey this is a dumb question I know... but I cant seem to figure out how to save a file in Windows XP without an extension for the makefile. I Usta kinda know C++, so I have Dev-C++ and got cygwin and the toolchain header things. I continuously save my make file as a .txt and when I type make in cygwin it fails...

    Help me please?

    Thx and the tutorials are very well written

    EDIT: so orginally this was my problme now it found out a way to make my computer recognise a "name." as a file extension, but it says that

    make: psp-config:command not found
    makefile:12: /lib/build.mk: no such file or directory
    make: *** No rule to make target '/lib/build.mak'. Stop.

    did i set up the toolchain wrong? :/

    I am confused, just when I thought I had it all figured out...

  10. #60
    Now with Blast Processing! Kaiser's Avatar
    Join Date
    Jun 2005
    Location
    CANADA
    Age
    34
    Posts
    3,079
    Blog Entries
    3
    Rep Power
    50

    Default

    Quote Originally Posted by Hidden
    Hey this is a dumb question I know... but I cant seem to figure out how to save a file in Windows XP without an extension for the makefile. I Usta kinda know C++, so I have Dev-C++ and got cygwin and the toolchain header things. I continuously save my make file as a .txt and when I type make in cygwin it fails...

    Help me please?

    Thx and the tutorials are very well written

    EDIT: so orginally this was my problme now it found out a way to make my computer recognise a "name." as a file extension, but it says that

    make: psp-config:command not found
    makefile:12: /lib/build.mk: no such file or directory
    make: *** No rule to make target '/lib/build.mak'. Stop.

    did i set up the toolchain wrong? :/

    I am confused, just when I thought I had it all figured out...
    Check your PM box

Page 6 of 8 FirstFirst ... 2345678 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •