vakkov
|
2013-01-19
, 22:09
|
Posts: 63 |
Thanked: 121 times |
Joined on Dec 2011
@ Sofia, Bulgaria
|
#21
|
|
2013-01-20
, 06:09
|
Posts: 92 |
Thanked: 19 times |
Joined on Apr 2012
@ China
|
#22
|
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
|
2013-01-20
, 06:17
|
|
Posts: 694 |
Thanked: 619 times |
Joined on Nov 2011
|
#23
|
|
2013-01-20
, 08:10
|
Posts: 216 |
Thanked: 81 times |
Joined on Mar 2012
@ Mars
|
#24
|
|
2013-01-20
, 09:08
|
Posts: 52 |
Thanked: 74 times |
Joined on Jun 2011
|
#25
|
|
2013-01-20
, 11:20
|
Posts: 92 |
Thanked: 19 times |
Joined on Apr 2012
@ China
|
#26
|
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.
|
2013-01-20
, 11:33
|
Posts: 63 |
Thanked: 121 times |
Joined on Dec 2011
@ Sofia, Bulgaria
|
#27
|
The Following User Says Thank You to vakkov For This Useful Post: | ||
|
2013-01-31
, 19:17
|
Posts: 1,326 |
Thanked: 1,524 times |
Joined on Mar 2010
|
#29
|
|
2013-02-04
, 10:39
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#30
|
git clone https://github.com/hrydgard/ppsspp.git cd ppsspp git submodule update --init
#if !defined(_WIN32) && !defined(PANDORA) +//ucontext.h will be then skipped +#define _SYS_UCONTEXT_H 1 #include <signal.h> #endif
mkdir build cd build cmake .. -DARM:boolean=ON -DX86:boolean=OFF -DUSING_GLES2:boolean=ON -DHEADLESS:boolean=OFF make
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||