본문 바로가기
interest 2/라즈베리파이·게임설치사용

[라즈베리파이] Raspberry Pi • View topic - PSP emulator on the pi

by 멀라머가 2021. 10. 14.

 

[라즈베리파이] Raspberry Pi • View topic - PSP emulator on the pi? | interest 2/라즈베리파이·게임설치사용

멀라머가 2018. 2. 28. 17:54

http://blog.daum.net/choclub/97

<!-- div { color: #939393; } li { color: #939393; } a, a:&#108;&#105;&#110;&#107;, a:hover, a:visited { color: #939393; } td { color: #939393; } .txc-search-border { border-color: #939393; } .me2day_daily_digest p, .me2day_daily_digest a, .me2day_daily_digest a:hover { font: 11px '돋움', dotum, sans-serif; } //-->

 

 

Raspberry Pi • View topic - PSP emulator on the pi?

https://www.raspberrypi.org/.../viewtopic.php?f=78...

  1. 저장된 페이지
  2. 유사한 페이지

이 페이지 번역하기

2013. 8. 27. - 댓글 24 - ‎작성자 11

There is one emulator that we could run on RPi, PPSSPP is the name. ... Sudo apt-get install libgles2-mesa-dev //probably can be skipped if we use /opt/vc ... Retro Pie does indeed seem to have a script for PPSSPPSDL (as ...

 

https://www.google.co.kr/#q=%EB%A0%88%ED%8A%B8%EB%A1%9C%ED%8C%8C%EC%9D%B4+ppsspp+%EC%84%A4%EC%B9%98

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

PSP emulator on the pi?

 

Post a reply

28 posts Page 1 of 2 1, 2

by bluesmoke » Tue Aug 27, 2013 6:41 pm

Is there a non-Java PSP emulator for the Raspberry Pi

Posts: 38Joined: Tue Jul 16, 2013 12:02 pm

by SimPiko » Tue Aug 27, 2013 10:35 pm

There is one emulator that we could run on RPi, PPSSPP is the name.
Sadly, we have to compile it from source. I haven't managed to compile it myself, because of some strange "enum" error.
Also I think it must be compiled with GLES libraries from /opt/vc/, but I don't know how to add them to CMake files :/.

Topic on forums.ppsspp.org: http://forums.ppsspp.org/showthread.php?tid=2108&pid=17629#pid17629
Commands I used

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 

 

 

RE: PPSSPP for Pi

 

 

 

(04-23-2013 10:24 AM)porkness Wrote: Black screen?
Did you installed something like EGL X11 hack before?
Maybe you should also try to use libraries inside /opt/vc instead of the gles packages


Nope. I used a fresh Debian (Raspbian) install which is the recommended distro for the pi.

After that I did the following command exactly as they are listed below.

sudo apt-get install git-core
sudo apt-get install cmake
sudo apt-get install libsdl1.2-dev
Sudo apt-get install libgles2-mesa-dev
git clone git://github.com/hrydgard/ppsspp.git
cd ppsspp
git submodule update --init
cd ..
cmake -i ppsspp #enabled arm, disabled x86, built with release flags.
make

 

 

http://forums.ppsspp.org/showthread.php?tid=2108&pid=17629#pid17629

 

 

 

 

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 

 

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 

 

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 

 

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 

 

 

 

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 

 

 

댓글