Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    PPSSPP A portable PSP emulatorFree & 100% Open Source

    Reply
    Page 3 of 4 | Prev |   1     2   3   4   | Next
    vakkov | # 21 | 2013-01-19, 22:09 | Report

    I forgot about this thread - this file should be working (I don't have an n9 to test on). The main Qt guy in this project (xsacha) said he had tested it on his n9 and the problem was that n9's gpu is slow. Hopefully when they implement the arm jit it would get better. This .deb is built by me with qt creator and again - i am 99% sure it should work. Please test Download: http://www.mediafire.com/?q36f2ih61osh856

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 7 Users Say Thank You to vakkov For This Useful Post:
    HtheB, jecargo22, Joseph9560, Kozzi, MaddogG, mdbxh, mosiomm

     
    mdbxh | # 22 | 2013-01-20, 06:09 | Report

    Originally Posted by vakkov View Post
    I forgot about this thread - this file should be working (I don't have an n9 to test on). The main Qt guy in this project (xsacha) said he had tested it on his n9 and the problem was that n9's gpu is slow. Hopefully when they implement the arm jit it would get better. This .deb is built by me with qt creator and again - i am 99% sure it should work. Please test Download: http://www.mediafire.com/?q36f2ih61osh856

    work,but have some isuess

    Edit | Forward | Quote | Quick Reply | Thanks
    Attached Images
     

    Last edited by mdbxh; 2013-01-20 at 06:12.

     
    Akkumaru | # 23 | 2013-01-20, 06:17 | Report

    Originally Posted by mdbxh View Post

    work,but have some isuess
    MINECRAFT HAS INVADED
    JK

    Thanks for trying it out for the rest of us

    Edit | Forward | Quote | Quick Reply | Thanks

     
    ThraxZzz | # 24 | 2013-01-20, 08:10 | Report

    Cant install....

    Edit | Forward | Quote | Quick Reply | Thanks

     
    recluse | # 25 | 2013-01-20, 09:08 | Report

    Hey guys,

    I believe this is the installable .deb you are looking for

    http://www.mediafire.com/?vaxq4ezxlr8ticw

    Edit: I put the assets in there as well as a .desktop launchable.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by recluse; 2013-01-20 at 09:36.
    The Following 5 Users Say Thank You to recluse For This Useful Post:
    Kozzi, mdbxh, MINKIN2, mosiomm, optimaxxx

     
    mdbxh | # 26 | 2013-01-20, 11:20 | Report

    Originally Posted by recluse View Post
    Hey guys,

    I believe this is the installable .deb you are looking for

    http://www.mediafire.com/?vaxq4ezxlr8ticw

    Edit: I put the assets in there as well as a .desktop launchable.
    the same #22

    Edit | Forward | Quote | Quick Reply | Thanks

     
    vakkov | # 27 | 2013-01-20, 11:33 | Report

    Oh, sh*t. I have forgotten to put the assets.. the .deb is useless. The assets folder should be in the same directory as the executable and the libs should be in a folder called libs ...

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to vakkov For This Useful Post:
    optimaxxx

     
    recluse | # 28 | 2013-01-21, 03:25 | Report

    The libs aren't used.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    MINKIN2 | # 29 | 2013-01-31, 19:17 | Report

    6.1 has now been released with the preliminary ARM JIT

    Edit | Forward | Quote | Quick Reply | Thanks

     
    AapoRantalainen | # 30 | 2013-02-04, 10:39 | Report

    Seems ppsspp can't be compiled with gcc-4.2. It uses "-std=c++0x" / "-std=c++11", e.g. code uses 'auto iter' which is introduced in gcc-4.4.

    ---
    So using gcc-4.7.
    1) Compile (or package) cmake (2.8.9) inside scrathbox. Install.

    2) Fetch code for ppsspp (seems this can't be done inside sb)
    Code:
    git clone  https://github.com/hrydgard/ppsspp.git
    cd ppsspp
    git submodule update --init
    3) patch
    file: Common/Log.h
    Code:
    #if !defined(_WIN32) && !defined(PANDORA)
    +//ucontext.h will be then skipped 
    +#define _SYS_UCONTEXT_H 1
    #include <signal.h>
    #endif
    (Reason: some files includes <signal.h> (currently first time is Common/Log.h). Signal.h includes /usr/include/sys/ucontext.h which uses names R0...R10 (registers) which then clashes with names in Common/ArmEmitter.h.
    This hack/patch skips loading of sys/ucontext.h (and we seriously hope nothing else will not broke) [https://github.com/hrydgard/ppsspp/issues/347])

    4) compile (inside sb)
    Code:
    mkdir build
    cd build
    cmake .. -DARM:boolean=ON -DX86:boolean=OFF -DUSING_GLES2:boolean=ON -DHEADLESS:boolean=OFF
    make
    5) copy to the device
    file: build/PPSSPPSDL
    directory: build/assets/

    I have compiled version git-eb97a3bd15e021789f81bfe5c3eb3be1bb5b7e90 (but haven't tested to run it at all).

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to AapoRantalainen For This Useful Post:
    HtheB

     
    Page 3 of 4 | Prev |   1     2   3   4   | Next
vBulletin® Version 3.8.8
Normal Logout