Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts
Friday, September 29, 2017
Tutorial 2 ELM Images File Selector and Popups
Tutorial 2 ELM Images File Selector and Popups
This is the second post in my series on developing GUI applications in Elementary using Python. Today we are going to continue building on the Hello Elementary example I started in the first tutorial. In todays post I will only be covering the code that is different from our previous examples, so if you havent looked that one over yet please take a moment to do so now.
You can find the full source code for all of todays examples here.
Example 3:
We are going to start off by displaying a static, pre-defined image in our GUI:

It only takes us 8 lines of actual code to create and display the above image in our program:
#Creates an Image object that displays an image
ic = elementary.Image(window)
#Use the os module to get the current path to our .py file. Our image is relative to our .py We do this because it is best to use the absolute file path to images for the best results.
location = os.path.dirname(os.path.abspath(__file__))
#Tell our icon to auto-fill open space
ic.size_hint_weight_set(evas.EVAS_HINT_EXPAND, evas.EVAS_HINT_EXPAND)
ic.size_hint_align_set(evas.EVAS_HINT_FILL, evas.EVAS_HINT_FILL)
#Here we set the image we want our icon to display
ic.file_set("%s/images/logo.png"%location)
#Optional, lets add mouse over text to our image
ic.tooltip_text_set("Look a pretty picture!")
#Lets show our icon
ic.show()
box.pack_end(windytax)
#Pack our icon between our text and button
box.pack_end(ic)
box.pack_end(button)
In this example we utilize the elementary Image object to display our selected .png file.
Example 4:
Very rarely do we want to simply display a single image for as long as our program is running. So lets give the user the ability to change the image we display in our program:

Elementary has a built in FileselectorButton object that when clicked presents our user with a nice file selector GUI:

The new code to add this file selector button looks like:
#Creates a "FileselectorButton" object. This is a button (just like we have created before) except that when it is click it automatically opens a file selector window
fsb = elementary.FileselectorButton(window)
#We can set the text of our fsb just like a normal button text
fsb.text = "Change Image"
#Tooltip for mouse over
fsb.tooltip_text_set("Click Me!")
#This tells our file selector window what to do when our user selects a file. The first argument is the callback function we want run and our second argument is our image object we want to change the display of
fsb.callback_file_chosen_add(change_image, ic)
#Show our button
fsb.show()
box.pack_end(windytax)
box.pack_end(ic)
#Pack our file selector button between our image and button
box.pack_end(fsb)
box.pack_end(button)
window.resize_object_add(box)
window.resize(300,300)
window.show()
#Our fileselector callback. The file argument is the fileselectbutton object. The second argument is the full path to the file that was selected. The final argument is the image object we passed to this callback
def change_image(fsb, file_selected, image):
#Check to make sure a file of some sort was selected. If nothing was selected file_selected will equal None type
if file_selected:
#These are the extensions we will allow our program to display
validExtensions = [".png", ".jpg", ".gif"]
#Use the os module to easily get the extension of our file
fileName, fileExtension = os.path.splitext(file_selected)
#If the extension is in our validExtenions lets check the image we are displaying!
if fileExtension in validExtensions:
image.file_set(file_selected)
Example 5:
Lets add one finishing touch to our application. If our user selects a file to display that doesnt have a valid image extension lets send them a popup telling them why the image displayed wasnt changed:

Showing a popup of this nature is fairly easy using elementarys Popup object. So the final edit to our code looks like this:
#This time we also pass the window object to our change image function. The reason for this is that our popup object needs a parent window object
def change_image(fsb, file_selected, image, window):
if file_selected:
validExtensions = [".png", ".jpg", ".gif"]
fileName, fileExtension = os.path.splitext(file_selected)
if fileExtension in validExtensions:
image.file_set(file_selected)
else:
#if we have an invalid extension lets give the user a popup message telling them why the image didnt change
#Create a popup message
popup = elementary.Popup(window)
#Set the title of our popup
popup.part_text_set("title,text", "Invalid File Extension")
#Set the text of our popup
popup.text = "File %s has an invalid file extension of %s"%(fileName, fileExtension)
#Create a button object
bt = elementary.Button(window)
#Set its text
bt.text = "OK"
#Define a callback that is called when the button is clicked, lets pass our popup object to this call back so we can close the popup when the user presses OK
bt.callback_clicked_add(bnt_close, popup)
#Sets content for our popup. The first argument is an arbitrary name for the content piece and the second argument is the elementary object you would like displayed for the content
popup.part_content_set("button1", bt)
#Show the popup to our user
popup.show()
#The callback for our popups OK button. The first agurment is the button object itself and the second object is the popup we passed to it
def bnt_close(bt, popup):
#Lets delete the popup so it goes away
popup.delete()
Hope everyone learned something today! Have any questions feel free to drop a comment below or start a discussion on our user boards.
Resources for this Lesson:
- Displaying Images
- Image
- FileselectorButton
- Popup
~Jeff Hoogland
download file now
TUTORIAL CARA DEODEX STOCK ROM AD683G
TUTORIAL CARA DEODEX STOCK ROM AD683G
Tutorial :
1. Download turorial
http://www.4shared.com/office/dUHRDW-r/Cara_Deodex.html
2. Download ADB Tools
http://www.4shared.com/rar/H6nNGRTc/ADB_Tools.html
Bahan yang dibutuhkan :
1. ODEX file atau update.zip STOCK ROM
2. ADB Tools
3. JDK Tool (JAVA) download di situsnya
4. ROM yg sudah di root atau belum sama saja
Jika proses deodex sesuai dengan isi tutorial, maka kemungkinan berhasil mencapai 99%, jika masih ada error dalam proses deodex mungkin ada yg terlewat atau step-stepnya belum terpenuhi.
Thanxs to semua MASTAH dan para member yg selalu berinisial "NUEBIE" di group ini, mohon maaf yg sebesar-besarnya.
http://www.facebook.com/groups/smartfren.adromaxi.I/doc/511544068894809/
download file now
Thursday, September 28, 2017
Tutorial Memperbaiki Redmi 2 Yang Stuck Hang Di Logo Bootloop Bootstuck
Tutorial Memperbaiki Redmi 2 Yang Stuck Hang Di Logo Bootloop Bootstuck
Beberapa bulan yang lalu saya sempat menulis tutorial mengatasi Redmi 2 yang Mati total. Mumpung ada waktu kali ini saya akan memberikan tutorial mengatasi Redmi 2 yang Bootloop, dimana hape kamu tidak bisa booting hanya terhenti di Logo MI. Untuk mengatasi masalah tersebut kamu harus memiliki komputer/laptop, kalo ga punya bisa melalui WARNET atau pinjem punya teman.
Bootloop biasanya disebabkan kerusakan pada file data ataupun system. Baik itu tanpa sengaja ataupun karena salah mengedit file system. Bootloop di tandai dengan reboot berulang kali atau hanya stuck/hang di Logo MI. kalo kamu ingin belajar mencoba memperbaiki nya bisa mengikuti tutorial dibawah ini.
Perhatian
Tutorial ini hanya untuk Redmi 2 versi HM2014811/17/18/19/21. Untuk mengecek versi Redmi 2 kita bisa dilihat di balik batere
Tutorial ini hanya untuk Redmi 2 versi HM2014811/17/18/19/21. Untuk mengecek versi Redmi 2 kita bisa dilihat di balik batere
Siapkan bahan-bahan nya di bawah ini
- Unduh file Tool Flash TWRP Via Adb Fastboot
- Unduh lagi ROM MIUI 7 Global Stable Kitkat
- Kemudian Extract file tersebut di PC/laptop kamu
- Hubungkan ke PC/Laptop dengan kabel data
- Matikan Redmi 2 nya. Kemudian tekan dan tahan bersamaan tombol Volume Bawah dan Power, lepaskan apabila sudah bergetar. Nanti akan masuk ke mode Fastboot
- Buka folder Flash_TWRP_Redmi2 kemudian klik Flash-TWRP.bat
- Nanti ada tulisan �Press any key to continiue� klik ENTER
- Dan proses flashing berjalan kalo berhasil akan langsung masuk ke TWRP
- Selanjutnya pindahkan file ROM MIUI 7 Global Stable ke internal atau Micro SD
- Setelah selesai memindahkan file ROM nya, di menu TWRP pilih WIPE kemudian swipe to factory reset
- Berikutnya pilih Install dan cari dan pilih filemiui_HM2XWCGlobal_V7.1.3.0.KHJMICK_eaca5d5e47_4.4.zip
- Selanjutnya geser Swipe to install
- Tunggu sampai proses selesai dan pilih Reboot System
- Tunggu aja sekitar 5-10 menit nanti akan masuk ke prose setup wizard
Catatan:
Apabila kamu tidak berhasil TWRP nya terinstall kemungkinan masalah drivernya, coba install drivernya dengan menginstall Tool Mi Flash terlebih dahulu.
Apabila kamu tidak berhasil TWRP nya terinstall kemungkinan masalah drivernya, coba install drivernya dengan menginstall Tool Mi Flash terlebih dahulu.
download file now
Tutorial to implement protoname in ns2 35
Tutorial to implement protoname in ns2 35
This is an Implementation tutorial of new manet(Mobile Ad-hoc NETworks) unicast protocol name protoname.
The whole credit goes to Francisco J. Ros and Pedro M. Ruiz for their beautiful work and excellent explanation they provide. The link to their work is below. It contains a PDF file also which explains you in detail and I recommend you to go through it once.
List of files to be modified
- ~/ns-allinone-2.35/ns-2.35/common/packet.h
- ~/ns-allinone-2.35/ns-2.35/trace/cmu-trace.h
- ~/ns-allinone-2.35/ns-2.35/trace/cmu-trace.cc
- ~/ns-allinone-2.35/ns-2.35/tcl/lib/ns-packet.tcl
- ~/ns-allinone-2.35/ns-2.35/tcl/lib/ns-default.tcl
- ~/ns-allinone-2.35/ns-2.35/tcl/lib/ns-lib.tcl
- ~/ns-allinone-2.35/ns-2.35/queue/priqueue.cc
** Note: Text in red is the part that is to be added or modified in given file and location and purple colour denotes the terminal commands.
** Note: mod stands for modification.
** Note: Line number is approx and is provided for your convenience. Please check the methods below and above before inserting.
Step 1:
download protoname.rar
http://www.cs.nccu.edu.tw/~g10031/protoname.rar
Extract the files and place them in ~/ns-allinone-2.35/ns-2.35/protoname directory(create the directory if not present)
Step 2:
gedit ~/ns-allinone-2.35/ns-2.35/common/packet.h (mods at 3 places)
- a. its somewhere near line 200
static const packet_t PT_DCCP = 63;
static const packet_t PT_DCCP_REQ = 64;
static const packet_t PT_DCCP_RESP = 65;
static const packet_t PT_DCCP_ACK = 66;
static const packet_t PT_DCCP_DATA = 67;
static const packet_t PT_DCCP_DATAACK = 68;
static const packet_t PT_DCCP_CLOSE = 69;
static const packet_t PT_DCCP_CLOSEREQ = 70;
static const packet_t PT_DCCP_RESET = 71;
// M-DART packets
static const packet_t PT_MDART = 72;
// insert new packet types here
static const packet_t PT_PROTONAME = 73;
static packet_t PT_NTYPE = 74; // This MUST be the LAST one
- b. near line 250
static bool data_packet(packet_t type) {
return ( (type) == PT_TCP ||
(type) == PT_TELNET ||
(type) == PT_CBR ||
(type) == PT_AUDIO ||
(type) == PT_VIDEO ||
(type) == PT_ACK ||
(type) == PT_SCTP ||
(type) == PT_SCTP_APP1 ||
(type) == PT_HDLC || //(remember this mod also)
(type) == PT_PROTONAME
);
- c. near line 422
static void initName()
{
.....
name_[PT_DCCP_REQ]="DCCP_Request";
name_[PT_DCCP_RESP]="DCCP_Response";
name_[PT_DCCP_ACK]="DCCP_Ack";
name_[PT_DCCP_DATA]="DCCP_Data";
name_[PT_DCCP_DATAACK]="DCCP_DataAck";
name_[PT_DCCP_CLOSE]="DCCP_Close";
name_[PT_DCCP_CLOSEREQ]="DCCP_CloseReq";
name_[PT_DCCP_RESET]="DCCP_Reset";
name_[PT_PROTONAME]="protoname";
name_[PT_NTYPE]= "undefined";
}
save and close.
Step 3:
gedit ~/ns-allinone-2.35/ns-2.35/trace/cmu-trace.h (mod at 1 place)
- a. Near line 164.
class CMUTrace: public Trace {
public:
CMUTrace (const char * s, char t);
...
private:
char tracename [MAX_ID_LEN + 1];
int nodeColor [MAX_NODE];
...
void format_tora (Packet * p, int offset);
void format_imep (Packet * p, int offset);
void format_aodv (Packet * p, int offset);
/ / ----------------------------------------------
void format_protoname (Packet *p, int offset);
/ / ----------------------------------------------
void format_aomdv (Packet * p, int offset);
void format_mdart (Packet * p, int offset);
/ / This holds all the tracers added at run-time
static PacketTracer * pktTrc_;
};
# Endif / * __ cmu_trace__ * /
save and close.
Step 4:
gedit ~/ns-allinone-2.35/ns-2.35/trace/cmu-trace.cc (mods at 3 places)
- a. Add this line at start
#include <protoname/protoname_pkt.h>
- b. Near line 1168
CMUTrace :: format_mdart (Packet * p, int offset) {
.........
........
........
}
void
CMUTrace::format_protoname(Packet *p, int offset)
{
struct hdr_protoname_pkt* ph = HDR_PROTONAME_PKT(p);
if (pt_->tagged())
{
sprintf(pt_->buffer() + offset, "-protoname:o %d -protoname:s %d -protoname:l %d ", ph->pkt_src(), ph->pkt_seq_num(), ph->pkt_len());
}
else if (newtrace_)
{
sprintf(pt_->buffer() + offset, "-P protoname -Po %d -Ps %d -Pl %d ", ph->pkt_src(), ph->pkt_seq_num(), ph->pkt_len());
}
else
{
sprintf(pt_->buffer() + offset, "[protoname %d %d %d] ", ph->pkt_src(), ph->pkt_seq_num(), ph->pkt_len());
}
}
- c. Near line 1477
{...
switch (ch-> ptype ()) {
case PT_MAC:
...
case PT_GAF:
case PT_PING:
break;
/ / --------------------------------------------
case PT_PROTONAME:
format_protoname(p, offset);
break;
/ / --------------------------------------------
default:
...
}
save and close.
Step 5:
gedit ~/ns-allinone-2.35/ns-2.35/tcl/lib/ns-packet.tcl (mod at 1 place)
- a. Near line 172
# Mobility, Ad-Hoc Networks, Sensor Nets:
AODV # routing protocol for ad-hoc networks
Protoname # new routing protocol for ad-hoc networks
Diffusion # diffusion/diffusion.cc
IMEP # Internet MANET Encapsulation Protocol, for ad-hoc
Save and close.
Step 6:
gedit ~/ns-allinone-2.35/ns-2.35/tcl/lib/ns-default.tcl (mod at 1 place)
- a. Add at the last.
# Defaults defined for Protoname
Agent/Protoname set accessible_var_ true
save and close.
step 7:
gedit ~/ns-allinone-2.35/ns-2.35/tcl/lib/ns-lib.tcl (mod at 2 places)
- a. Near line 671
switch-exact $ routingAgent_ {
...
ManualRtg {
set ragent [$ self create-manual-rtg-agent $
}
# / ------------------------------------------------ -
Protoname
{
set ragent [$self create-protoname-agent $node]
}
# / ------------------------------------------------ -
default {
...
}
- b. Near line 2278
Simulator instproc create-omnimcast-agent {node} {
...
}
# / ------------------------------------------------ -----
Simulator instproc create-protoname-agent {node} {
# Create Protoname routing agent
set ragent [new Agent/Protoname [$node node-addr]]
$self at 0.0 "$ragent start"
$node set ragent_ $ragent
return $ragent
}
# / ------------------------------------------------ -----
# XXX These are very simulation-specific methods, why should they belon
Simulator instproc put-in-list {agent} {
...
}
Step 8:
gedit ~/ns-allinone-2.35/ns-2.35/queue/priqueue.cc (mod at 1 place)
- a. Near line 95.
PriQueue :: recv (Packet * p, Handler * h)
{
struct hdr_cmn * ch = HDR_CMN (p);
if (Prefer_Routing_Protocols) {
switch (ch-> ptype ()) {
...
case PT_MDART:
/ / --------------------------------------------
case PT_PROTONAME:
/ / --------------------------------------------
recvHighPriority (p, h);
break;
default:
Queue :: recv (p, h);
}
}
else {
Queue :: recv (p, h);
}
}
save and close.
Step 9:
gedit ~/ns-allinone-2.35/ns-2.35/Makefile (mod at 1 place)
- a. Near line 336
OBJ_CC =
tools / random.o tools / rng.o tools / ranvar.o common / misc.o common /
...
wpan/p802_15_4trace.o wpan/p802_15_4transac.o
apps / pbc.o
# / / ----------------------------------------------- -
protoname/protoname.o protoname/protoname_rtable.o
# / / ----------------------------------------------- -
$ (OBJ_STL)
save and close.
Step 10:
build it now, changes done ( run these in terminal in ~/ns-allinone-2.35/ns-2.35 directory )
- a. make clean
- b. touch common/packet.cc
- c. make
(if you are getting some errors check the spaces in the editing you did above)
Step 11:
gedit ~/ns-allinone-2.35/ns-2.35/test.tcl
copy and paste
set ns [new Simulator]
$ns node-config -Routing protoname
set nf [open out.nam w]
$ns namtrace-all $nf
set nd [open out.tr w]
$ns trace-all $nd
proc finish {} {
global ns nf nd
$ns flush-trace
close $nf
close $nd
exec nam out.nam &
exit 0
}
for {set i 0} {$i < 7} {incr i} {set n($i) [$ns node] }
for {set i 0} {$i < 7} {incr i} {
$ns duplex-link $n($i) $n([expr ($i+1)%7]) 1Mb 10ms DropTail
}
set udp0 [new Agent/UDP]
$ns attach-agent $n(0) $udp0
set cbr0 [new Application/Traffic/CBR]
$cbr0 set packetSize_ 500
$cbr0 set interval_ 0.005
$cbr0 attach-agent $udp0
set null0 [new Agent/Null]
$ns attach-agent $n(3) $null0
$ns connect $udp0 $null0
$ns at 0.5 "$cbr0 start"
$ns rtmodel-at 1.0 down $n(1) $n(2)
$ns rtmodel-at 2.0 up $n(1) $n(2)
$ns at 4.5 "$cbr0 stop"
$ns at 5.0 "finish"
$ns run
save and close
ns ~/ns-allinone-2.35/ns-2.35/test.tcl
and boom you are getting the nam (if not sorry troubleshoot once by going through the tutorial again as I am getting the outputs completely and so should you)
download file now
Tutorial Running Windows Applications in OpenSUSE using PlayOnLinux
Tutorial Running Windows Applications in OpenSUSE using PlayOnLinux
One type of document that is ofter used in companies to share files / documents to the other party is Microsoft Office. Application Open Office or Libre Office that is able to read and revise files Microsoft Office is very helpful process to share document, but sometimes Office files that are opened / saved by Libre Office or Open Office is not 100% same. So, the alternative is to run Windows Applications, namely Microsoft Office in Linux. In this article, we try to run Microsoft Office in Linux OpenSUSE.
One of applications in Linux is easy to install and used for this purpose is PlayOnLinux application. PlayOnLinux application using Wine to run that application, but the process is made simple and intuitive.
Here is the process of running Microsoft Office 2007 on Linux openSUSE 12.2 using PlayOnLinux.
Note: Although the run on Linux, Microsoft Office application or any other application that requires a license is still proprietary.
- Install PlayOnLinux application.
The easiest way of installing the application is using One-Click-Install on openSUSE. Open URL http://software.opensuse.org/search. Then search "playonlinux" and then click Search button. Select the appropriate version and click the link 1-Click Install. - After finish installed, run the application. If the menu does not appear, PlayOnLinux can also be run through the console by typing the name of "playonlinux" in a terminal.
- When executed, PlayOnLinux will check some requirements, such as standard font of Microsoft and other libraries, including the Wine app. We just need to follow the wizard.
- After installation is completed, we can select the program installation menu (Install a Program).
- Select group of Office applications if you want to install Microsoft Office applications. PlayOnLinux can also be used to run other applications such as Dreamweaver, Flash, and others.
- Then prepare the CD/DVD installer of windows applications.
- Installation process same with installation process on Windows operating system.
- After installation is completed, we can use application Microsoft Office on Linux openSUSE.
download file now
Labels:
applications,
in,
opensuse,
playonlinux,
running,
tutorial,
using,
windows
Wednesday, September 27, 2017
tutorial pcsx2 0 9 7
tutorial pcsx2 0 9 7
tutorial pcsx2 0.9.7

untuk build yg digunakan di sini adalah r3878
Kenapa tutorial ini gak ada gambar/sceenshotnya? Karena kalo ada ssnya nanti banyak yg gak baca cuma langsung copas setingan, padahal kalo beda spek, setingan juga akan beda, tiap game juga bisa beda untuk mendapatkan hasil terbaik.
langsung aja guidenya
part 1, basic configuration
plugin(config==>plugin/bios selector)
1.GS
untuk gs, sebaiknya pilih Gsdx, karena yg paling kompatibel. Terus pilih sse sesuai kemampuan processor , semakin besar sse, semakin baik. Jika bisa pilih sse4,1
SPECK:
SSE4.1 supporting CPUs: Intel Core 2 Duo Penryn series (E7xxx,E8xxx and Q9xxx models) Intel Corei5, Intel Corei7
untuk renderer:
pilih direct3d9(hardware) jika vga cuma suport directx9. Pilih direct3d10/11(hardware) jika vga sudah suport directx10/11. Directx10/11 cuma bisa dipake di vista/ 7. kalo vga sudah suport dx11, maka dx10 gak kelihatan, langsung pake dx11.
Trus pilih �or use original ps2 resolution�, check native resolution
yg lain default aja
2.PAD
pilih lilypad
settingannya pada tab general, check �allow binding multuple ps2 controls to one pc control� biar bisa make joystick sekaligus keyboard. Trus setting aja pada controlnya pada tab pad 1 dan pad 2.
3.CDVD
pilih linuz iso
plugin ini juga bisa compress iso biar jadi kecil. Kalo mau compress, pake yg .BZ. Kalo gak dicompress juga gak papa
4.untuk setingan lain default aja
emulation setting(config==>emulation setting)
saat ini cukup pake setingan default aja. Yg penting game jalan dulu.
Jangan lupa seting memory cardnya(config==>memory cards)
pada slot 1 dan 2, create==> pilih yg 8mb
buat jalanin game, pilih menu CDVD, pilih �iso�, trus �iso selector� ==> browse, pilih iso dari game yg mau dimainkan. Trus klik menu �system� ==> �boot cdvd(fast)�
game kurang dari 60fps? Masuk ke part 2
game bisa stabil 60 fps? langsung ke part3
part 2, Speedhack
tujuan dari speedhack adalah menambah fps untuk yg pcya belum kuat. Kalo sudah dapat 60fps (ntsc) ato 50 fps (pal), gak perlu speedhack.
Buat setinganya, pilih �emulation setting� ? speedhacks.
Pertama2 pilih aja yg ada tulisan (recommended)nya. Kalo belum dapat 60fps, check �mvu block hack�.
Kalo masih belum juga, naikan satu per satu ee cycle rate dan vu cycle stealing. Urutannya ee cyclerate 2(33%) , klo masih belum vu cycle stealing 1(mild), vucs 2(moderate), eec 3 (50%), vucs 3(maximum). Perlu diperhatikan disini vu cycle stealing kadang mengakibatkan game terasa lebih lambat tapi fpsnya tinggi. Kalo ini terjadi, vcus perlu diturunkan karena cuma mengganggu saja.
Bisa juga dicheck �mvu min/max hack� kalo masih kurang.
Ingat, kalo setelah menggunakan salah satu speedhack, game jadi tambah lambat, segera nonaktifkan speedhack tersebut.
Masih juga lambat?
Pada �emulation setting� tab GS, pilih constant skipping. Gambarnya bisa jadi agak error tapi. Angkanya feeling aja, ane gak pernah pake soalnya
masih juga lambat?
Silahkan rakit pc baru
masih lambat juga setelah rakit pc baru?
Berarti gamenya emang belum suported 100%, maen aja di ps2 asli
hahahahahahahahah kidding
part 3, Scaling
speed udah stabil 60 fps tapi gambar jelek? Itu karena setingan di atas masih menggunakan native resolution.
Pada setting plugin GS, coba uncheck native resolution. Pilih scaling 2x. Kalo masih kuat, naikin terus sampe fps turun. Bisa juga mengisikan manual, pilih scaling 1x, biasanya game ps2 menggunakan resolusi 500x500, berbeda tiap gamenya.
Gunakan scaling tertinggi yg masih mendapatkan 60 fps digame.
Kalo gambar bergetar, set interlacing jadi blend bff, ato yg lain, coba satu2 digame dengan pencet F5.
Sebenarnya masih ada beberapa setingan yg disembunyikan oleh developer pcsx2. Karena ini nubie guide, jadi gak usah dibahas, bikin tambah bingung aja.
Kalo pingin gambar bagus, tapi speed kurang dikit (fps 50an) coba kembali ke part2 buat atur ulang speedhack
nie link download pcsx2 0.9.7
(click me!maknyos go download)

selamat bermain untuk cari rom di idws atau doperoms.com,gak ketemu googling aja
sumber kaskus.us
download file now
TUTORIAL Monetizing For NOOBS
TUTORIAL Monetizing For NOOBS
|MONEY MAKING METHODS FOR NOOBS| |HOW TO START EARNING ONLINE|
Part 1 - Introduction:
Hi! Im HIMANSHU PUROHIT and Ive written this extremely detailed guide to show you how to start making money online. This isnt going to earn you a living, but youll at leguaranteed renteed some money.
I recommend adding nhanfromtarget on Skype to join my monetizing/cracking/hacking/programming/gaming group. We discuss money making methods and help each other out.
Well, lets cut to the chase -- shall we?
Part 2 - Beer Money:
These are some sites approved by me.
- SwagBucks :: http://swagbucks.com :: Earn with surveys, polls, tasks, special offers, coupons, swagbuckstv/tvmobile, games
- Bing Rewards :: http://bing.com/explore/rewards :: Do dashboard tasks, search
- Amazon Mechanical Turk :: http://mturk.com :: Different tasks requesters want you to do for money
- Slicethepie :: http://slicethepie.com :: Listen to a song for 90 seconds, review it, and get paid
Part 2.5 - Sites to avoid:- Bitcoin faucets :: Most beer money sites pay pretty low, but dont bother with these. Who the hell wants 7% of a penny?
- Neobux :: Its a really popular site, but a pyramid scheme. Avoid it.
Part 3 - Do what you love
Alright, this is going to be pretty huge -- but the upside is that these are all well paying websites and all you have to do is what you are best at.
Do you like to write?
- Get paid to do it at http://associatedcontent.com
- Get paid for writing how-to articles on eHow.com
- Get paid to translate at OneHourTranslation.com
- Get paid to tweet at Sponsoredtweets.com
- Get paid for reviewing software at SoftwareJudge.com
- Sell your own e-book on Tradebit.com
- Sell your story to top magazines and newspapers at Webuystories.com
- Sell your content on Scribd.com
How about coding/programming?
- Sell a turn-key website on Flippa.com
- Sell WordPress plugins at WPPlugins.com
- Sell software source code at Binpress.com
- Sell your pre-made Android apps at Buysellapp.com
For all you graphic designers out there
- Get paid to design on 99Designs.com
- Get paid to design T-Shirts at Threadless.com
- Get paid to design products at Ponoko.com
- Sell graphics on GraphicLeftovers.com
- Sell flash files at FlashDen.com
- Sell web design templates at ThemeForest.net
- Sell your product designs on Zazzle.com
- Sell your created font at FontOff.com
- Sell your animation on Aniboom.com
- Sell your logo designs on Inkd.com
Part 4 - CPA
What is CPA?
Well, kids, CPA is "cost per action". Its a way for advertisers to pay for a specific action -- a click, form submit (newsletter signup, registration, etc.), or an impression.
You will be needing a CPA network, an offer to promote, a way to promote it,
and a way to double your cash easily.
- Make a professional looking GMail account (for example, JohnSmith@gmail.com)
- Sign up as a publisher for AdWorkMedia at http://adworkmedia.com
- Choose an offer
- Promote that offer everywhere where it is related. For example, if its coupons, I would go to a coupons forums.
- Spead your offers EVERYWHERE
- ???
- Profit
Part 5 - Finale
I really hope this tutorial has helped you in your monetizing ventures. If not, add me on Skype at nhanfromtarget and Ill teach you how to do everything.
download file now
Labels:
for,
monetizing,
noobs,
tutorial
Tutorial Cheat di PPSSPP
Tutorial Cheat di PPSSPP
?????????????????????? ?????????????? ?????????
.: Cara Mendownload :.
1. Klik Salah 1 Dari ISO Dibawah (Jangan 2 Sekaligus)
2. Kalian Akan Dibawa Di @EP-Forums (Emu-Paradise Forums)
3. Register Dulu Bagi Yang Belum Jadi @EP Forum
4. Misalnya Download Persona 4 Golden [PAL]*, Tinggal Di Klik Link Yang Tersedia
5. Lalu Pilih Salah 1 Jalur Download Kalian (4Shared,Indowebster,Multiuploads,Ziddu,Megauploads,Jumbofiles,Sharebeast)
6.Terakhir Pilih (Download With "REGULAR DOWNLOADS") Kalau Ada
.: All ISOs :.
2010 FIFA World Cup South Africa [ENG][turbobit/letitbit]*
Ace Combat X: Skies of Deception [USA]
Ace Combat X: Skies of Deception [USA][CFW]*
Ace Combat: Joint Assault [ENG]*
Ace Combat: Joint Assault [USA][CFW]*
Adventures to Go! [USA][CFW]*
Aedis Eclipse: Generation of Chaos [USA][CFW]*
Agarest Senki Marriage [JAP][CFW]*
AKB1/48: Idol to Guam de Koishitara (JPN)
Akibas Trip Plus [JPN][CFW]*
Akumajou Dracula: X Chronicle [Japan][CFW]*
Aliens VS Predator: Requiem [ENG] [CFW]
Angelique: Maren no Rokukishi [JP][CFW]*
Angry bird [Minis]*
Angry Birds [English][CFW]*
Ape Escape - On the Loose [CFW][USA]*
Armored Core: Last Raven Portable [ENG]*
Assassins Creed: Bloodlines [ENG] CFW
Astonishia Story [USA][CFW]*
Bakemonogatari Portable [JAP][CFW]
Bakugan Battle Brawlers - Defenders Of The Core [ENG][CFW][Depositfiles]
Bakugan: Defenders of the Core [ENG]*
Battle Arena Toshinden 3 PSX EBOOT[JAP][CFW][SENDSPACE]*
Ben 10 Ultimate Alien: Cosmic Destruction [ENG][CFW]*
Ben 10: Alien Force - Vilgax Attacks [ENG][turbobit,letitbit]*
Black Rock Shooter: The Game [USA][CFW]
BlackRock Shooter: The Game [JPN][CFW]*
Blade Dancer: Lineage of Light [USA][CFW]*
Blazblue Calamity Trigger Portable [ENG][CFW]*
Blazblue: Calamity Trigger [ENG][turbobit,letitbit]*
BlazBlue: Continuum Shift 2 [ENG]
Blazing Souls Accelate [UNDUB] [NTSC-U]*
Blazing Souls: Accelate [ENG][turbobit,letitbit]*
Blazing Souls: Accelate [USA][CFW]*
Bleach Heat The Soul 7 [JPN][CFW][SENDSPACE]*
Bloons TD Mini[OFW 6.31-6.37 Signed]*
Brain Challenge [ENG][CFW][Depositfiles]
Brave Story: New Traveler [USA][CFW]*
Breath of Fire 3 [USA][CFW][SENDSPACE]*
Breath of Fire III [JAP][CFW]*
Brooktown High [USA][CFW]*
Burnout Dominator [USA][CFW]*
Burnout Legends (v1.0) [USA][CFW]*
Burnout Legends (v2.0 Greatest Hits) [USA][CFW]*
Buzz! Brain Bender[EUR][CFW]
Call of Duty: Roads to Victory [ENG] [CFW]
Capcom Classics Collection [JAP] [CFW]
Capcom Puzzle World [USA][CFW]*
Castlevania Symphony of the Night-Japan-EnglishPatched-PSP_EBOOT*
Castlevania: Dracula X Chronicles [USA][CFW]*
Castlevania: Dracula X Chronicles-PSP-(USA)*
Castlevania: Symphony of the Night E3 Demo [PSX to PSP] CFW*
Castlevania: The Dracula X Chronicles [ENG]*
ClaDun x2 [USA][CFW]
Cladun: This is an RPG [ENG]*
Cladun: This is an RPG [USA][CFW]
Class of Heroes [USA][CFW]*
Code Geass - Hangyaku no Lelouch - Lost Colors [JAP][CFW]
Complete PSOne Classics 0001-0200 (Renascene No. Order)
Conception: Ore no Kodomo o Unde Kure! [Japan][CFW]
Conception: Ore no Kodomo o Unde Kure!! [JAP/ENG][CFW]*
Corpse Party [ENG][CFW]*
Corpse Party [USA][CFW]
Corpse Party: Book of Shadows [USA][CFW]
Corpseparty The Anthology Sachiko no Renaiyuugi Hysteric Birthday 2U [JAP][CFW]*
Crimson Gem Saga [ENG][CFW][Depositfiles]
Crimson Gem Saga [USA][CFW]*
Crisis Core: Final Fantasy VII [ENG][CFW]*
Crisis Core: Final Fantasy VII [USA]
Crisis Core: Final Fantasy VII [USA][CFW]*
Dantes Inferno [USA][CFW]
Daxter [ENG][OFW]*
Daxter [USA][CFW]
Dead Head Fred [ENG][CFW]*
Dead or Alive Paradise [ENG]*
Dead Or Alive Paradise [eng][turbobit,letitbit]*
Dead or Alive: Paradise [USA][CFW]*
Death Jr. II: Root of Evil [USA][CFW]*
Death Jr. [USA][CFW]*
Def Jam Fight For NY The Takeover [ENG][turbobit/letitbit]*
Disgaea - Afternoon Of Darkness [ENG][CFW][Depositfiles]*
Disgaea 2 - Dark Hero Days [ENG][CFW][Depositfiles]*
Disgaea 2: Dark Hero Days PSP [ENG][OFW]*
Disgaea 2: Dark Hero Days [USA][CFW]*
Disgaea: Afternoon Of Darkness [USA][CFW]*
Disgaea: Infinite [USA][CFW]*
Dissidia 012 Duodecim Final Fantasy [ENG][CFW]*
Dissidia 012: Duodecim Final Fantasy [ENG] [cfw]*
Dissidia 012: Duodecim Final Fantasy [JAP][turbobit/letitbit]*
Dissidia 012: Duodecim Final Fantasy [USA][CFW]*
Dissidia Final Fantasy [ENG][CFW][Depositfiles]
Dissidia Final Fantasy [EUR][PSP]*
Dissidia: Final Fantasy [USA][CFW]*
DJ Max Portable - Hot Tunes [ENG][turbobit,letitbit]*
DJ Max Portable 3 [ENG][CFW][Depositfiles]
DJ MAX Portable 3 [ENG][turbobit,letitbit]*
Dragon Ball Z - Shin Budokai: Another Road [US][CFW]*
Dragon Ball Z Shin Budokai [USA][CFW]*
Dragoneers Aria [USA][CFW]*
Dungeon Siege: Throne of Agony CFW
Dungeons & Dragons Tactics [USA][CFW]*
Dynasty Warriors: Strikeforce [ENG][OFW]*
echochrome [ENG][CFW]*
Eien no Aseria: Kono Daichi no Hate de (JAP)*
Einhander PSX EBOOT[USA][CFW][SENDSPACE]*
Eiyuu Densetsu: Sora no Kiseki SC [Japan][CFW]
Eiyuu Densetsu: Sora no Kiseki the 3rd [Japan][CFW]
Elminage Original [USA][CFW]
Entaku no Seito: The Eternal Legend (JPN)(CFW)
Evangelion - Jo [JAP][CFW]
Ever 17 - The Out of Infinity Premium Edition [JAP][CFW]*
Everybodys Tennis (ENG) [turbobit/letitbit]*
Exit [JAP][CFW]*
F1 Grand Prix [USA] [CFW]
Fairy Tail: Zelef Kakusei [???????? ?????] [JAP][CFW]*
fake_np v1.0 - convert your PSP backup to make it playable on OFW!!*
Fat Princess: Fistful of Cake [USA][CFW]*
Fate Trigger Coliseum Upper [JAP][CFW]*
Fate Unlimited Codes [ENG][turbobit,letitbit]*
Fate/Extra [ENG][CFW]*
Fate/Extra [USA][CFW]*
FIFA 11 [Eng][turbobit,letitbit]*
Final Fantasy I [USA][CFW]*
Final Fantasy II [USA][CFW]*
Final Fantasy III [Japan][CFW]
Final Fantasy III [USA][CFW]
Final Fantasy IV: The Complete Collection [USA][CFW]*
Final Fantasy Tactics: War of Lions [CFW]*
Final Fantasy Tactics: War of the Lions [USA][CFW]*
Fullmetal Alchemist: Brotherhood [JPN] [CFW]
G.I. Joe: The Rise of Cobra [ENG][turbobit,letitbit]*
Gekiatsu Pachi Game Tamashi Vol 1 CR Evangelion Shinjitsu no Tsubasa [JAP][CFW]*
Generation of Chaos 6 [JPN][CFW]*
Generation of Chaos [USA][CFW]*
Generation of Chaos: Pandoras Reflection [USA]
Geometry Wars Portable[USA][CFW][SENDSPACE]*
Geronimo Stilton in the Kingdom of Fantasy [ENG][CFW]*
Ghost Rider [ENG]*
Gladiator Begins [ENG][turbobit,letitbit]*
God Eater (2010) [ENG FINAL][CFW]*
God Of War Chains Of Olympus [ENG][CFW][Depositfiles]*
God of War Chains of Olympus [EUR][CFW]
God of War: Chains of Olympus [USA][CFW]*
God of War: Ghost of Sparta [USA][CFW]*
Gods Eater Burst [ENG] [turbobit,letitbit]*
Gods Eater Burst [ENG][CFW][Depositfiles]
Gods Eater Burst [USA][CFW]*
Gradius Collection [USA][CFW]*
Gradius Portable [JAP] [CFW]
Grand Theft Auto: Chinatown Wars [ENG] [CFW]
Grand Theft Auto: Chinatown Wars [USA]
Grand Theft Auto: Chinatown Wars [USA][CFW]
Grand Theft Auto: Liberty City Stories [ENG] CFW
Grand Theft Auto: Liberty City Stories [USA][CFW]
Grand Theft Auto: Vice City Stories [ENG] [CFW]
Grand Theft Auto: Vice City Stories [USA][CFW]
Grip Shift [ENG] [CFW]
Growlanser 4: Wayfarer of Time UNDUB1.01 [USA][CFW]*
Growlanser IV: Over Reloaded [JPN][CFW]*
Growlanser [JAP][CFW]
Growlanser: Wayfarer of Time [USA] [UNDUB 1.01] [CFW]
Growlanser: Wayfarer of Time [USA][CFW]*
GTA: Chinatown Wars [ENG][OFW]*
Guilty Gear XX #Reload [JAP][CFW]*
Gundam Battle Assault 2 PSX EBOOT [USA][CFW][SENDSPACE]*
Gungnir [ENG][CFW]*
Gungnir [ENG][CFW]*
Gungnir [USA][CFW]*
Gurumin: A Monstrous Adventure [ENG][CFW]*
Gurumin: A Monstrous Adventure [USA][CFW]*
Hakuoki: Demon of the Fleeting Blossom (2012) [ENG][CFW]*
Hakuoki: Demon of the Fleeting Blossom [USA][CFW]*
Hakuoki: Warriors of the Shinsengumi [USA]
Half-Minute Hero [USA][CFW]*
Hammerin Hero [USA][CFW]*
Harvest Moon - Hero of Leaf Valley [ENG][CFW][Depositfiles]*
Harvest Moon: Boy & Girl [USA][CFW]*
Harvest Moon: Hero of Leaf Valley [Eng][turbobit/letitbit]*
Harvest Moon: Hero of Leaf Valley [USA][CFW]*
Hatsune Miku: Project Diva 2nd [JAP][turbobit,letitbit]*
Hello Kitty to Issho! Block Crash 123!! [JAP] *
Heroes Phantasia [PATCHED](2012) PSP [JAP][cfw]*
Hexyz Force [UNDUB] [NTSC-U]*
Hexyz Force [USA][CFW]*
Holy Invasion of Privacy, Badman! What Did I Do to Deserve This? [USA][CFW]
Hysteria Project [ENG][turbobit,letitbit]*
Ice Road Truckers [ENG]*
Idolm@ster SP - Missing Moon [JAP][CFW]
Innocent Life: A Futuristic Harvest Moon [US][CFW]*
Invizimals [USA][CFW]
Invizimals: Shadow Zone [RUS/ENG][turbobit,letitbit]*
Invizimals: Shadow Zone [USA][CFW]
Iron Man 2: The Video Game [Eng] [turbobit/letitbit]*
Jak and Daxter: The Lost Frontier [ENG] [turbobir,letitbit]*
Jak and Daxter: The Lost Frontier [USA][CFW]
Jeanne dArc [USA][CFW]*
Jikandia: The Timeless Land [USA][CFW]*
Jikkyou Powerful Pro Yakyuu 2011 Ketteiban [JAP][CFW]*
Kamen Rider Climax Heroes Fourze [JAP][CFW]*
Katekyoo Hitman Reborn! Kizuna no Tag Battle [Jap][turbobit/letitbit]*
Kenka Bancho: Badass Rumble [USA][CFW]*
Killzone Liberation - Chapter V. DLC update [USA] [ENG]
Killzone Liberation [USA] [CFW]
Kingdom hearts BBS Final Mix Partial english patch*
Kingdom Hearts: Birth by Sleep [USA][CFW]*
Kingdom Hearts: Birth by Sleep*
Kingdom of Paradise [USA][CFW]
Kisou Ryouhei Gunhound EX (NTSC-J) (NEW RELEASE)
Knight Fortix 2 (2012) [ENG][CFW]*
Knights in the Nightmare [ENG][CFW][Depositfiles]
Knights in the Nightmare [USA][CFW]*
Left to Die in Zombhai [ENG][OFW]*
LEGO Harry Potter: Years 5-7 [ENG][CFW]*
LEGO Pirates of the Caribbean: The Video Game [ENG] [CFW]*
LEGO Pirates of the Caribbean: The Video Game [Eng]*
LEGO Star Wars III: The Clone Wars [ENG][CFW]*
LEGO Star Wars III: The Clone Wars [eng][turbobit/letitbit]*
Lemmings [USA][CFW]*
Little Big Planet (ENG) (CFW)*
LittleGPTracker - Music Tracker*
Lord of Arcana [USA][CFW]*
Lord of the Rings - Tactics [USA][CFW]*
Lumines 2 [CFW]*
Lumines II [USA][CFW]
Lumines [USA][CFW]
Lunar Silver Star Harmony [USA][CFW]*
Mana Khemia: Student Alliance [UNDUB] [NTSC-U]*
Mana Khemia: Student Alliance [USA][CFW]*
Marvel Trading Card Game [US][CFW]*
Marvel Ultimate Alliance 2 [ENG][turbobit,letitbit]*
Marvel Ultimate Alliance [US][CFW]*
Me & My Katamari [USA][CFW]*
Me and My Katamari*
Medal of Honor Heroes 2 [ENG]*
Medal of Honor Heroes [USA]
Medievil-[PSX to PSP]*
MediEvil: Resurrection [USA][CFW]
Mega Man Maverick Hunter X [ENG][CFW]*
Mega Man: Maverick Hunter X [USA][CFW]*
Mega Man: Powered Up [USA][CFW]*
Megamind [ENG][turbobit,letitbit]*
MENA Speed PSP 2012 [ENG][CFW]*
Metal Gear Ac!d 2 [USA][CFW]*
Metal Gear Ac!d [USA][CFW]*
Metal Gear Acid [USA]
Metal Gear Solid: Peace Walker [ENG][turbobit/letitbit]*
Metal Gear Solid: Peace Walker [USA][CFW]*
Metal Gear Solid: Peace Walker [US][Multi]*
Metal Gear Solid: Portable Ops Plus [USA][CFW]*
Metal Gear Solid: Portable Ops [USA][CFW]*
Metal Slug Double XX (NTSC-U) (CFW)
Metal Slug XX [ENG][[OFW]*
Midnight Club L.A. Remix [ENG][CFW]
Midnight Club LA Remix [EUR][CFW]
Mimana Iyar Chronicle [ENG][CFW][Depositfiles]
Mimana Iyar Chronicle [USA][CFW]*
Mimana Iyar Chronicles [English][turbobit/letitbit]*
Mobile Suit Gundam Mokuba no Kiseki [JAP][CFW]*
Monster Hunter Freedom 2 [USA][CFW]*
Monster Hunter Freedom [USA][CFW]*
Monster Hunter Portable 3rd [ENG]
Monster Kingdom: Jewel Summoner [USA][CFW]*
My Spanish Coach [ENG][CFW]*
Myst [USA][CFW]
Namco Museum [JAP][CFW]*
Nano Diver [JPN][CFW]*
Naruto Shippuden Kizuna Drive [ENG][CFW]*
Naruto Shippuden Ultimate Ninja Heroes 3 [ENG]*
Naruto Shippuden: Legends: Akatsuki Rising [ENG][turbobit,letitbit]*
Naruto Shippuden: Ultimate Ninja Heroes 3 [ENG][turbobit][CFW]*
Naruto Shippuden: Ultimate Ninja Impact [ENG/JAP][CFW]*
Nayuta No Kiseki(JPN)[CFW]*
NBA 2K12 [ENG][CFW]*
Need For Speed Carbon Own The City [ENG][CFW][Depositfiles]*
Need for Speed Most Wanted 5-1-0 [ENG][CFW]*
Need For Speed Most Wanted [USA][CFW]
Need For Speed Prostreet [ENG][CFW]*
Nendoroid Generation[JPN] [PSP]*
NeoGeo Heroes Ultimate Shooting [USA][PSP]*
Neon Genesis Evangelion - Battle Orchestra [JAP][CFW]
Neopets Petpet Adventures: The Wand of Wishing [Eng][turbobit/letitbit]*
NesterJ AoEX R3 (EMU UPDATE)*
Never7 - The End of Infinity [JAP][CFW]*
Neverland Card Battles [USA][CFW]*
Obscure: The Aftermath [USA][CFW]*
Ogre Tactics: Let Us Cling Together (CFW)*
OutRun 2006: Coast 2 Coast [USA][CFW]
Pac-Man World 3 [US][CFW]*
Parodius Portable [JAP] [CFW]
Patapon 2 [USA][CFW]
Patapon 3 [ENG] [wupload]*
Patapon 3 [USA][CFW]
Patapon [USA][CFW]
Persona 2: Batsu [JAP][CFW]*
Persona 2: Innocent Sin [UNDUB] [NTSC-U]*
Persona 3 Portable [UNDUB/REMiX Patch] [NTSC-U]*
Persona 3 Portable [UNDUB]*
Persona [JAP][CFW]
Phantasy Star Portable 2 [Eng] [turbobit,letitbit]*
Phantasy Star Portable 2 [ENG][CFW]*
Phantasy Star Portable 2 [USA][CFW]*
Phantasy Star Portable [USA][CFW]*
Phantom Brave: The Hermuda Triangle [USA][CFW]*
Phantom Kingdom Portable [JPN][CFW]*
Phase-D: Kurosei no Shou [JAP][CFW]*
Pilot Academy [Eng][turbobit/letitbit]*
PixelJunk Monsters Deluxe [ENG][CFW]*
PixelJunk Monsters Deluxe [USA][CFW]
Policenauts-[JapanPsx-English subtitle patched]-for PSP-[EBOOT]*
Popn Music Portable [Jap][turbobit/letitbit]*
PoPoLoCrois [USA][CFW]*
Prince of Persia: Revelations [ENG][CFW]*
Prince of Persia: Revelations [USA][CFW]*
Prince of Persia: Rival Swords [USA][CFW]*
Prince of Persia: The Forgotten Sands [ENG][turbobit,letitbit]*
Prince of Persia: The Forgotten Sands [USA][CFW]*
Princess Maker 4 [JAP][CFW]
Prinny 2: Dawn of Operation Panties, Dood! [Patched] (ENG)*
Prinny 2: Dawn of Operation Panties, Dood! [USA][CFW]*
Prinny: Can I Really Be the Hero? [USA][CFW]*
Prinny: Can I Really Be The Hero?[ENG][CFW]*
Puzzle Quest: Challenge of the Warlords [USA][CFW]*
R-Type Command [USA][CFW]*
Ragnarok Hikari to Yami no Koujo [JPN][wupload]*
Ragnarok: Tactics [USA][CFW]
Rapala Pro Bass Fishing 2010 [ENG][turbobit,letitbit]*
Ratchet & Clank: Size Matters [USA][CFW]*
Remember11 - The Age of Infinity [JAP][CFW]*
Rengoku II � The Stairway To H.E.A.V.E.N. [ENG][turbobit/letitbit]*
Rengoku II: The Stairway to H.E.A.V.E.N. [USA][CFW]*
Rengoku: The Tower of Purgatory [USA][CFW]*
Resistance Retribution [US][CFW]*
Ridge Racer [USA][CFW]
Riviera: The Promised Land [USA][CFW]*
Ruroun Kenshin: Meiji Kenkaku Romantan Saisen [JPN][letitbit]*
Rurouni Kenshin Saisen [JPN][Freakshare]*
Sakura Taisen 1 & 2 [JAP][CFW]
Samurai Shodown Anthology [USA][CFW]
Sangoku Hime: Sangoku Ransei - Haruten no Saihai [JAP][CFW]*
Scrabble [ENG] [CFW]
Secret of Evangelion Portable [JAP][CFW]*
Sega Genesis Collection [USA][CFW]*
Seinaru Kana: Orichalcum no Na no Motoni [JAP][CFW]*
Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage[JAP][CFW]*
Sengoku Musou 3Z Special [PATCHED][JAP][CFW]*
Senjou no Valkyria 3: Unrecorded Chronicles Extra Edition [Japan][CFW]
Senjou no Valkyria 3: Unrecorded Chronicles [Japan][CFW]
Shadow of Destiny [USA][CFW]*
Shepherds Crossing [USA][CFW]*
Shin Megami Tensei - Devil Summoner [JAP][CFW]*
Shin Megami Tensei Persona 3 Portable [ENG][CFW]*
Shin Megami Tensei: Persona 2 Innocent Sin [ENG][CFW]*
Shin Megami Tensei: Persona 2 Innocent Sin [USA][CFW]*
Shin Megami Tensei: Persona 3 Portable [USA][CFW]*
Shin Megami Tensei: Persona [USA][CFW]*
Shining Ark [JAP][CFW]
Shining Hearts [JAP][CFW]*
Shinseiki Evangelion 2 - Tsukurareishi Sekai - Another Cases - LE [JAP][CFW]*
Sid Meiers: Pirates! [ENG] CFW
Silent Hill Origins [USA][CFW]*
Silent Hill PSX EBOOT[USA][CFW]*
Silent Hill-Shattered Memories-[PSP]-ISO*
Silent Hill: Shattered Memories [ENG][CFW]*
Silent Hill: Shattered Memories [USA][CFW]*
SOCOM: U.S. Navy SEALs Fireteam Bravo 3 [Eng][turbobit/letitbit]*
Sol Trigger (JAP)(CFW)
Sonic Rivals 2 [ENG][turbobit,letitbit]*
Sonic Rivals [ENG][CFW]*
Soul Calibur: Broken Destiny [EUR] [CFW]
SoulCalibur: Broken Destiny [USA][CFW]*
Space Invaders Extreme [USA][CFW]*
Spectral Souls: Resurrection of the Ethereal Empire [USA][CFW]*
Split Second [USA][CFW]
Split/Second: Velocity [RUS]*
SSX On Tour (2005) [ENG][CFW]*
Star Ocean: First Departure [Undub][ENG][CFW]*
Star Ocean: First Departure [USA][CFW]*
Star Ocean: Second Evolution [UNDUB][NTSC-U]*
Star Ocean: Second Evolution [USA][CFW]*
Star Ocean: The First Departure [UNDUB][NTSC-U]*
Steambot Chronicles: Battle Tournament [USA][CFW]*
Stick Man Rescue [ENG][CFW]*
Street Fighter Alpha 3 - [PSXtoPSP]-CFW*
Street Fighter Zero 3 - Double Upper*
Street Fighter: Alpha 3 Max [US][CFW]*
Strike Witches: Hakugin no Tsubasa [JAP]*
Strike Witches: Shirogane no Tsubasa [JPN][CFW]*
Sunday Vs Magazine Shuuketsu! Choujo Daikessen [JAP][CFW]*
Super Robot Taisen OG Saga: Masou Kishin II - Revelation of Evil God [JAP][CFW]*
Super Stardust Portable [USA][CFW]
Sword Art Online Infinity Moment [JAP][CFW]
Syphon Filter: Logans Shadow [ENG] [CFW]
Tactics Ogre : Let Us Cling Together [EUR][PSP]*
Tactics Ogre: Let Us Cling Together [ENG][CFW]*
Tactics Ogre: Let Us Cling Together [USA][CFW]*
Tales of Eternia [Eng][turbobit,letitbit]*
Tales of Eternia [UNDUB][PAL]*
Tales of the HeroesTwin Brave(Jap)*
Tales of the World Radiant Mythology 3 [jap][turbobit,letitbit]*
Tales of the World: Radiant Mythology 2 [Japan][CFW]
Tales of the World: Radiant Mythology 3 [Japan][CFW]
Tales of the World: Radiant Mythology [JP][CFW][MF]*
Tales of the World: Radiant Mythology [USA][CFW]*
Tekken 6 [ENG][CFW]*
Tekken: Dark Resurrection [ENG]*
The 3rd Birthday (JAP)[CFW][turbobit]*
The 3rd Birthday [ENG] [turbobit]*
The 3rd Birthday [UNDUB/1.02 Patch] [NTSC-U]*
The 3rd Birthday [USA][CFW]*
The Godfather: Mob Wars [ENG][CFW]*
THE iDOLM@STER SP: Missing Moon [JAP] [CFW]
THE IDOLM@STER SP: Perfect Sun [JAP]*
THE IDOLM@STER SP: Wandering Star [JAP]*
The King of Fighters Portable 94~98: Chapter of Orochi [NTSC-J]*
The Legend of Heroes II: Prophecy of the Moonlight Witch [USA][CFW]*
The Legend of Heroes III: Song of the Ocean [USA][CFW]*
The Legend of Heroes: A Tear of Vermillion [USA][CFW]*
The Legend of Heroes: Trails in the Sky [ENG][turbobit/letitbit/fs]*
The Legend of Heroes: Trails in the Sky [USA][CFW]*
The Mystery Team [ENG][CFW]*
TNT Racers (Tracks N Tricks Racers) [ENG]*
Tokimeki Memorial Girls Side Premium: 3rd Story [JAP][CFW]*
Tokobot [USA][CFW]*
Tom Clancys Ghost Recon: Predator [ENG] CFW
Tomb Raider Anniversary [ENG][turbobit]*
Tomb Raider Anniversary [USA][CFW]*
Tomb Raider Legend [USA][CFW]*
Tony Hawk Underground 2 Remix [ENG][CFW]*
Tony Hawks Project 8 [ENG][turbobit,letitbit]*
Toukiden [JPN][CFW]
Toy Story 3: The Video game [Eng][turbobit]
TRON Evolution[ENG][turbobit,letitbit]*
TwinBee PORTABLE [JAP] [CFW]
Twisted Metal: Head On [ENG] [CFW]
UFC Undisputed 2010 [CFW][ENG]*
Ultimate Ghosts n Goblins [USA][CFW]*
Unchained Blades [USA][CFW]
Undead Knights Patched [ENG][CFW][Depositfiles]
Undead Knights [USA] [CFW]
Unofficial MVSPSP Emulator v2.3.2 (02/02/13 BugFix)
Unofficial MVSPSP Emulator v2.3.2 (NEW RELEASE)
Untold Legends: The Warriors Code [ENG] CFW
Valhalla Knights 2 [USA][CFW]*
Valhalla Knights [USA][CFW]*
Valkyria Chronicles 2 [ENG][CFW]*
Valkyria Chronicles 3 - Unrecorded Chronicles [JPN][CFW]*
Valkyria Chronicles 3: Unrecorded Chronicles [JAP][turbobit,letitbit]*
Valkyria Chronicles II [UNDUB] [NTSC-U]*
Valkyria Chronicles II [USA][CFW]*
Valkyria Chronicles III: Extra Edition [JPN][CFW]*
Valkyrie Profile - Lenneth [ENG][CFW][Depositfiles]
Valkyrie Profile: Lenneth [ENG] [UNDUB!] [Full]*
Valkyrie Profile: Lenneth [UNDUB][NTSC-U]*
Valkyrie Profile: Lenneth [USA][CFW]*
Vampire Chronicle (Darkstalkers) - The Chaos Tower [JAP][CFW]*
Wackylands Boss [Mini]*
Warship Gunner 2 Portable [JAP]*
Way of The Samurai [6.31-6.37 OFWSigned][JPN][English Translated]*
What Did I Do to Deserve This, My Lord?! 2 [USA][CFW]*
What Did I Do to Deserve This, My Lord?! [USA][CFW]
Wild Arms XF [USA][CFW]*
Wipeout Pulse [USA][CFW]*
Wipeout Pure [USA][CFW]*
World Poker Tour [ENG][CFW][Depositfiles]
World Soccer Winning Eleven 2011 [Eng][turbobit,letitbit]*
Worms Open Warfare [ENG] CFW
Worms: Open Warfare 2 [ENG][CFW]*
WWE All Stars [eng][turbobit/letitbit]*
WWE SmackDown vs. Raw 2011 [ENG][CFW]*
WWE SmackDown vs. Raw [ENG]*
WWE12 final [ENG][CFW]*
X-Men Legends 2: Rise of Apocalypse [ENG] [CFW]
Yggdra Union [USA][CFW]*
Young Thor [Mini] [eng][turbobit/letitbit]*
Ys I and II Chronicles [USA][CFW]*
Ys Seven (Undub) [NTSC-U][CFW]*
Ys Seven [ENG][CFW]*
Ys Seven [UNDUB 1.01] [NTSC-U]*
Ys Seven [USA][CFW]*
Ys: The Ark of Napishtim [USA][CFW]*
Ys: The Oath in Felghana [ENG][turbobit,letitbit]*
Ys: The Oath in Felghana [UNDUB][NTSC-U]*
Ys: The Oath in Felghana [USA][CFW]*
Yu-Gi-Oh! 5Ds Tag Force 4 [ENG][CFW]*
Yu-Gi-Oh! 5Ds Tag Force 5 [ENG][CFW]*
Yu-Gi-Oh! 5Ds Tag Force 6 [JPN][CFW]*
Z.H.P Unlosing Ranger Vs Darkdeath Evilman [ENG][CFW][Depositfiles]
Z.H.P.: Unlosing Ranger vs Darkdeath Evilman [USA][CFW]*
Zuma [ENG][CFW]*
[MINI] Age of Zombies [ENG] CFW
[MINI] Alien Zombie Death [ENG] CFW
[Mini] Angry Birds [ENG][CFW]*
[MINI] Car Jack Streets [ENG] CFW
[MINI] Hero of Sparta [ENG] CFW
[MINI] Homerun Hitters [ENG] CFW
[MINI] Spot the Difference [ENG] CFW
[MINI] Tetris [ENG] CFW
[MINI] Ultimate Board Game Collection [ENG] CFW
[MINI] Vector TD [ENG] CFW
[Mini] Vempire [ENG]*
[MINI] Yeti Sports [ENG] CFW
[PSX-PSP] Bloody Bride [NTSC-J][ENG]
[PSX-PSP] Bloody Roar 2 [NTSC-U]
[PSX-PSP] Bugs Bunny & Taz - Time Busters [CFW]
[PSX-PSP] Buster Bros Collection (A.K.A Super Pang Collection)
[PSX-PSP] Capcom vs. Snk Pro [NTSC-U] [CFW]
[PSX-PSP] Castlevania - Symphony of the Night [CFW]
[PSX-PSP] Chocobos Dungeon 2 [NTSC-U]
[PSX-PSP] Crash Bandicoot Compilation [ENG] [CFW]
[PSX-PSP] Crash Bash [CFW]
[PSX-PSP] Deception III - Dark Delusion [NTSC-U]
[PSX-PSP] Diablo [ENG] CFW
[PSX-PSP] Disneys Hercules [CFW]
[PSX-PSP] Disneys Tarzan [CFW]
[PSX-PSP] Dodonpachi [CFW]
[PSX-PSP] Euro Demo 108 - Net Yaroze [PAL-E]
[PSX-PSP] Ghost in the Shell [NTSC-U]
[PSX-PSP] It Might Be NES (Full NES ROMset) [3 x Disc - 1 EBOOT]
[PSX-PSP] Lego Racers [PAL][CFW]
[PSX-PSP] MTV Music Generator [NTSC-U][CFW]*
[PSX-PSP] Persona 2: Eternal Punishment [NTSC-U]
[PSX-PSP] Powerpuff Girls - Chemical X-Traction [NTSC-U]
[PSX-PSP] Poy Poy 2 [PAL-E]
[PSX-PSP] Rayman 2 - The Great Escape [CFW]
[PSX-PSP] Resident Evil 3 [NTSC-U][CFW]*
[PSX-PSP] Resident Evil [CFW]
[PSX-PSP] Soul Blade [NTSC-U]
[PSX-PSP] Spyro 2: Riptos Rage [NTSC-U]
[PSX-PSP] Spyro 3: Year of the Dragon [NTSC-U]
[PSX-PSP] Spyro The Dragon [NTSC-U]
[PSX-PSP] Super Mario Bros. 2 ? [CFW]
[PSX-PSP] Tear Ring Saga [english patched][CFW]
[PSX-PSP] Worms World Party [NTSC-U] [CFW]
[PSX-PSP] Yu-Gi-Oh Forbidden Memories [NTSC-U] [CFW]
Ace Combat X: Skies of Deception [USA]
Ace Combat X: Skies of Deception [USA][CFW]*
Ace Combat: Joint Assault [ENG]*
Ace Combat: Joint Assault [USA][CFW]*
Adventures to Go! [USA][CFW]*
Aedis Eclipse: Generation of Chaos [USA][CFW]*
Agarest Senki Marriage [JAP][CFW]*
AKB1/48: Idol to Guam de Koishitara (JPN)
Akibas Trip Plus [JPN][CFW]*
Akumajou Dracula: X Chronicle [Japan][CFW]*
Aliens VS Predator: Requiem [ENG] [CFW]
Angelique: Maren no Rokukishi [JP][CFW]*
Angry bird [Minis]*
Angry Birds [English][CFW]*
Ape Escape - On the Loose [CFW][USA]*
Armored Core: Last Raven Portable [ENG]*
Assassins Creed: Bloodlines [ENG] CFW
Astonishia Story [USA][CFW]*
Bakemonogatari Portable [JAP][CFW]
Bakugan Battle Brawlers - Defenders Of The Core [ENG][CFW][Depositfiles]
Bakugan: Defenders of the Core [ENG]*
Battle Arena Toshinden 3 PSX EBOOT[JAP][CFW][SENDSPACE]*
Ben 10 Ultimate Alien: Cosmic Destruction [ENG][CFW]*
Ben 10: Alien Force - Vilgax Attacks [ENG][turbobit,letitbit]*
Black Rock Shooter: The Game [USA][CFW]
BlackRock Shooter: The Game [JPN][CFW]*
Blade Dancer: Lineage of Light [USA][CFW]*
Blazblue Calamity Trigger Portable [ENG][CFW]*
Blazblue: Calamity Trigger [ENG][turbobit,letitbit]*
BlazBlue: Continuum Shift 2 [ENG]
Blazing Souls Accelate [UNDUB] [NTSC-U]*
Blazing Souls: Accelate [ENG][turbobit,letitbit]*
Blazing Souls: Accelate [USA][CFW]*
Bleach Heat The Soul 7 [JPN][CFW][SENDSPACE]*
Bloons TD Mini[OFW 6.31-6.37 Signed]*
Brain Challenge [ENG][CFW][Depositfiles]
Brave Story: New Traveler [USA][CFW]*
Breath of Fire 3 [USA][CFW][SENDSPACE]*
Breath of Fire III [JAP][CFW]*
Brooktown High [USA][CFW]*
Burnout Dominator [USA][CFW]*
Burnout Legends (v1.0) [USA][CFW]*
Burnout Legends (v2.0 Greatest Hits) [USA][CFW]*
Buzz! Brain Bender[EUR][CFW]
Call of Duty: Roads to Victory [ENG] [CFW]
Capcom Classics Collection [JAP] [CFW]
Capcom Puzzle World [USA][CFW]*
Castlevania Symphony of the Night-Japan-EnglishPatched-PSP_EBOOT*
Castlevania: Dracula X Chronicles [USA][CFW]*
Castlevania: Dracula X Chronicles-PSP-(USA)*
Castlevania: Symphony of the Night E3 Demo [PSX to PSP] CFW*
Castlevania: The Dracula X Chronicles [ENG]*
ClaDun x2 [USA][CFW]
Cladun: This is an RPG [ENG]*
Cladun: This is an RPG [USA][CFW]
Class of Heroes [USA][CFW]*
Code Geass - Hangyaku no Lelouch - Lost Colors [JAP][CFW]
Complete PSOne Classics 0001-0200 (Renascene No. Order)
Conception: Ore no Kodomo o Unde Kure! [Japan][CFW]
Conception: Ore no Kodomo o Unde Kure!! [JAP/ENG][CFW]*
Corpse Party [ENG][CFW]*
Corpse Party [USA][CFW]
Corpse Party: Book of Shadows [USA][CFW]
Corpseparty The Anthology Sachiko no Renaiyuugi Hysteric Birthday 2U [JAP][CFW]*
Crimson Gem Saga [ENG][CFW][Depositfiles]
Crimson Gem Saga [USA][CFW]*
Crisis Core: Final Fantasy VII [ENG][CFW]*
Crisis Core: Final Fantasy VII [USA]
Crisis Core: Final Fantasy VII [USA][CFW]*
Dantes Inferno [USA][CFW]
Daxter [ENG][OFW]*
Daxter [USA][CFW]
Dead Head Fred [ENG][CFW]*
Dead or Alive Paradise [ENG]*
Dead Or Alive Paradise [eng][turbobit,letitbit]*
Dead or Alive: Paradise [USA][CFW]*
Death Jr. II: Root of Evil [USA][CFW]*
Death Jr. [USA][CFW]*
Def Jam Fight For NY The Takeover [ENG][turbobit/letitbit]*
Disgaea - Afternoon Of Darkness [ENG][CFW][Depositfiles]*
Disgaea 2 - Dark Hero Days [ENG][CFW][Depositfiles]*
Disgaea 2: Dark Hero Days PSP [ENG][OFW]*
Disgaea 2: Dark Hero Days [USA][CFW]*
Disgaea: Afternoon Of Darkness [USA][CFW]*
Disgaea: Infinite [USA][CFW]*
Dissidia 012 Duodecim Final Fantasy [ENG][CFW]*
Dissidia 012: Duodecim Final Fantasy [ENG] [cfw]*
Dissidia 012: Duodecim Final Fantasy [JAP][turbobit/letitbit]*
Dissidia 012: Duodecim Final Fantasy [USA][CFW]*
Dissidia Final Fantasy [ENG][CFW][Depositfiles]
Dissidia Final Fantasy [EUR][PSP]*
Dissidia: Final Fantasy [USA][CFW]*
DJ Max Portable - Hot Tunes [ENG][turbobit,letitbit]*
DJ Max Portable 3 [ENG][CFW][Depositfiles]
DJ MAX Portable 3 [ENG][turbobit,letitbit]*
Dragon Ball Z - Shin Budokai: Another Road [US][CFW]*
Dragon Ball Z Shin Budokai [USA][CFW]*
Dragoneers Aria [USA][CFW]*
Dungeon Siege: Throne of Agony CFW
Dungeons & Dragons Tactics [USA][CFW]*
Dynasty Warriors: Strikeforce [ENG][OFW]*
echochrome [ENG][CFW]*
Eien no Aseria: Kono Daichi no Hate de (JAP)*
Einhander PSX EBOOT[USA][CFW][SENDSPACE]*
Eiyuu Densetsu: Sora no Kiseki SC [Japan][CFW]
Eiyuu Densetsu: Sora no Kiseki the 3rd [Japan][CFW]
Elminage Original [USA][CFW]
Entaku no Seito: The Eternal Legend (JPN)(CFW)
Evangelion - Jo [JAP][CFW]
Ever 17 - The Out of Infinity Premium Edition [JAP][CFW]*
Everybodys Tennis (ENG) [turbobit/letitbit]*
Exit [JAP][CFW]*
F1 Grand Prix [USA] [CFW]
Fairy Tail: Zelef Kakusei [???????? ?????] [JAP][CFW]*
fake_np v1.0 - convert your PSP backup to make it playable on OFW!!*
Fat Princess: Fistful of Cake [USA][CFW]*
Fate Trigger Coliseum Upper [JAP][CFW]*
Fate Unlimited Codes [ENG][turbobit,letitbit]*
Fate/Extra [ENG][CFW]*
Fate/Extra [USA][CFW]*
FIFA 11 [Eng][turbobit,letitbit]*
Final Fantasy I [USA][CFW]*
Final Fantasy II [USA][CFW]*
Final Fantasy III [Japan][CFW]
Final Fantasy III [USA][CFW]
Final Fantasy IV: The Complete Collection [USA][CFW]*
Final Fantasy Tactics: War of Lions [CFW]*
Final Fantasy Tactics: War of the Lions [USA][CFW]*
Fullmetal Alchemist: Brotherhood [JPN] [CFW]
G.I. Joe: The Rise of Cobra [ENG][turbobit,letitbit]*
Gekiatsu Pachi Game Tamashi Vol 1 CR Evangelion Shinjitsu no Tsubasa [JAP][CFW]*
Generation of Chaos 6 [JPN][CFW]*
Generation of Chaos [USA][CFW]*
Generation of Chaos: Pandoras Reflection [USA]
Geometry Wars Portable[USA][CFW][SENDSPACE]*
Geronimo Stilton in the Kingdom of Fantasy [ENG][CFW]*
Ghost Rider [ENG]*
Gladiator Begins [ENG][turbobit,letitbit]*
God Eater (2010) [ENG FINAL][CFW]*
God Of War Chains Of Olympus [ENG][CFW][Depositfiles]*
God of War Chains of Olympus [EUR][CFW]
God of War: Chains of Olympus [USA][CFW]*
God of War: Ghost of Sparta [USA][CFW]*
Gods Eater Burst [ENG] [turbobit,letitbit]*
Gods Eater Burst [ENG][CFW][Depositfiles]
Gods Eater Burst [USA][CFW]*
Gradius Collection [USA][CFW]*
Gradius Portable [JAP] [CFW]
Grand Theft Auto: Chinatown Wars [ENG] [CFW]
Grand Theft Auto: Chinatown Wars [USA]
Grand Theft Auto: Chinatown Wars [USA][CFW]
Grand Theft Auto: Liberty City Stories [ENG] CFW
Grand Theft Auto: Liberty City Stories [USA][CFW]
Grand Theft Auto: Vice City Stories [ENG] [CFW]
Grand Theft Auto: Vice City Stories [USA][CFW]
Grip Shift [ENG] [CFW]
Growlanser 4: Wayfarer of Time UNDUB1.01 [USA][CFW]*
Growlanser IV: Over Reloaded [JPN][CFW]*
Growlanser [JAP][CFW]
Growlanser: Wayfarer of Time [USA] [UNDUB 1.01] [CFW]
Growlanser: Wayfarer of Time [USA][CFW]*
GTA: Chinatown Wars [ENG][OFW]*
Guilty Gear XX #Reload [JAP][CFW]*
Gundam Battle Assault 2 PSX EBOOT [USA][CFW][SENDSPACE]*
Gungnir [ENG][CFW]*
Gungnir [ENG][CFW]*
Gungnir [USA][CFW]*
Gurumin: A Monstrous Adventure [ENG][CFW]*
Gurumin: A Monstrous Adventure [USA][CFW]*
Hakuoki: Demon of the Fleeting Blossom (2012) [ENG][CFW]*
Hakuoki: Demon of the Fleeting Blossom [USA][CFW]*
Hakuoki: Warriors of the Shinsengumi [USA]
Half-Minute Hero [USA][CFW]*
Hammerin Hero [USA][CFW]*
Harvest Moon - Hero of Leaf Valley [ENG][CFW][Depositfiles]*
Harvest Moon: Boy & Girl [USA][CFW]*
Harvest Moon: Hero of Leaf Valley [Eng][turbobit/letitbit]*
Harvest Moon: Hero of Leaf Valley [USA][CFW]*
Hatsune Miku: Project Diva 2nd [JAP][turbobit,letitbit]*
Hello Kitty to Issho! Block Crash 123!! [JAP] *
Heroes Phantasia [PATCHED](2012) PSP [JAP][cfw]*
Hexyz Force [UNDUB] [NTSC-U]*
Hexyz Force [USA][CFW]*
Holy Invasion of Privacy, Badman! What Did I Do to Deserve This? [USA][CFW]
Hysteria Project [ENG][turbobit,letitbit]*
Ice Road Truckers [ENG]*
Idolm@ster SP - Missing Moon [JAP][CFW]
Innocent Life: A Futuristic Harvest Moon [US][CFW]*
Invizimals [USA][CFW]
Invizimals: Shadow Zone [RUS/ENG][turbobit,letitbit]*
Invizimals: Shadow Zone [USA][CFW]
Iron Man 2: The Video Game [Eng] [turbobit/letitbit]*
Jak and Daxter: The Lost Frontier [ENG] [turbobir,letitbit]*
Jak and Daxter: The Lost Frontier [USA][CFW]
Jeanne dArc [USA][CFW]*
Jikandia: The Timeless Land [USA][CFW]*
Jikkyou Powerful Pro Yakyuu 2011 Ketteiban [JAP][CFW]*
Kamen Rider Climax Heroes Fourze [JAP][CFW]*
Katekyoo Hitman Reborn! Kizuna no Tag Battle [Jap][turbobit/letitbit]*
Kenka Bancho: Badass Rumble [USA][CFW]*
Killzone Liberation - Chapter V. DLC update [USA] [ENG]
Killzone Liberation [USA] [CFW]
Kingdom hearts BBS Final Mix Partial english patch*
Kingdom Hearts: Birth by Sleep [USA][CFW]*
Kingdom Hearts: Birth by Sleep*
Kingdom of Paradise [USA][CFW]
Kisou Ryouhei Gunhound EX (NTSC-J) (NEW RELEASE)
Knight Fortix 2 (2012) [ENG][CFW]*
Knights in the Nightmare [ENG][CFW][Depositfiles]
Knights in the Nightmare [USA][CFW]*
Left to Die in Zombhai [ENG][OFW]*
LEGO Harry Potter: Years 5-7 [ENG][CFW]*
LEGO Pirates of the Caribbean: The Video Game [ENG] [CFW]*
LEGO Pirates of the Caribbean: The Video Game [Eng]*
LEGO Star Wars III: The Clone Wars [ENG][CFW]*
LEGO Star Wars III: The Clone Wars [eng][turbobit/letitbit]*
Lemmings [USA][CFW]*
Little Big Planet (ENG) (CFW)*
LittleGPTracker - Music Tracker*
Lord of Arcana [USA][CFW]*
Lord of the Rings - Tactics [USA][CFW]*
Lumines 2 [CFW]*
Lumines II [USA][CFW]
Lumines [USA][CFW]
Lunar Silver Star Harmony [USA][CFW]*
Mana Khemia: Student Alliance [UNDUB] [NTSC-U]*
Mana Khemia: Student Alliance [USA][CFW]*
Marvel Trading Card Game [US][CFW]*
Marvel Ultimate Alliance 2 [ENG][turbobit,letitbit]*
Marvel Ultimate Alliance [US][CFW]*
Me & My Katamari [USA][CFW]*
Me and My Katamari*
Medal of Honor Heroes 2 [ENG]*
Medal of Honor Heroes [USA]
Medievil-[PSX to PSP]*
MediEvil: Resurrection [USA][CFW]
Mega Man Maverick Hunter X [ENG][CFW]*
Mega Man: Maverick Hunter X [USA][CFW]*
Mega Man: Powered Up [USA][CFW]*
Megamind [ENG][turbobit,letitbit]*
MENA Speed PSP 2012 [ENG][CFW]*
Metal Gear Ac!d 2 [USA][CFW]*
Metal Gear Ac!d [USA][CFW]*
Metal Gear Acid [USA]
Metal Gear Solid: Peace Walker [ENG][turbobit/letitbit]*
Metal Gear Solid: Peace Walker [USA][CFW]*
Metal Gear Solid: Peace Walker [US][Multi]*
Metal Gear Solid: Portable Ops Plus [USA][CFW]*
Metal Gear Solid: Portable Ops [USA][CFW]*
Metal Slug Double XX (NTSC-U) (CFW)
Metal Slug XX [ENG][[OFW]*
Midnight Club L.A. Remix [ENG][CFW]
Midnight Club LA Remix [EUR][CFW]
Mimana Iyar Chronicle [ENG][CFW][Depositfiles]
Mimana Iyar Chronicle [USA][CFW]*
Mimana Iyar Chronicles [English][turbobit/letitbit]*
Mobile Suit Gundam Mokuba no Kiseki [JAP][CFW]*
Monster Hunter Freedom 2 [USA][CFW]*
Monster Hunter Freedom [USA][CFW]*
Monster Hunter Portable 3rd [ENG]
Monster Kingdom: Jewel Summoner [USA][CFW]*
My Spanish Coach [ENG][CFW]*
Myst [USA][CFW]
Namco Museum [JAP][CFW]*
Nano Diver [JPN][CFW]*
Naruto Shippuden Kizuna Drive [ENG][CFW]*
Naruto Shippuden Ultimate Ninja Heroes 3 [ENG]*
Naruto Shippuden: Legends: Akatsuki Rising [ENG][turbobit,letitbit]*
Naruto Shippuden: Ultimate Ninja Heroes 3 [ENG][turbobit][CFW]*
Naruto Shippuden: Ultimate Ninja Impact [ENG/JAP][CFW]*
Nayuta No Kiseki(JPN)[CFW]*
NBA 2K12 [ENG][CFW]*
Need For Speed Carbon Own The City [ENG][CFW][Depositfiles]*
Need for Speed Most Wanted 5-1-0 [ENG][CFW]*
Need For Speed Most Wanted [USA][CFW]
Need For Speed Prostreet [ENG][CFW]*
Nendoroid Generation[JPN] [PSP]*
NeoGeo Heroes Ultimate Shooting [USA][PSP]*
Neon Genesis Evangelion - Battle Orchestra [JAP][CFW]
Neopets Petpet Adventures: The Wand of Wishing [Eng][turbobit/letitbit]*
NesterJ AoEX R3 (EMU UPDATE)*
Never7 - The End of Infinity [JAP][CFW]*
Neverland Card Battles [USA][CFW]*
Obscure: The Aftermath [USA][CFW]*
Ogre Tactics: Let Us Cling Together (CFW)*
OutRun 2006: Coast 2 Coast [USA][CFW]
Pac-Man World 3 [US][CFW]*
Parodius Portable [JAP] [CFW]
Patapon 2 [USA][CFW]
Patapon 3 [ENG] [wupload]*
Patapon 3 [USA][CFW]
Patapon [USA][CFW]
Persona 2: Batsu [JAP][CFW]*
Persona 2: Innocent Sin [UNDUB] [NTSC-U]*
Persona 3 Portable [UNDUB/REMiX Patch] [NTSC-U]*
Persona 3 Portable [UNDUB]*
Persona [JAP][CFW]
Phantasy Star Portable 2 [Eng] [turbobit,letitbit]*
Phantasy Star Portable 2 [ENG][CFW]*
Phantasy Star Portable 2 [USA][CFW]*
Phantasy Star Portable [USA][CFW]*
Phantom Brave: The Hermuda Triangle [USA][CFW]*
Phantom Kingdom Portable [JPN][CFW]*
Phase-D: Kurosei no Shou [JAP][CFW]*
Pilot Academy [Eng][turbobit/letitbit]*
PixelJunk Monsters Deluxe [ENG][CFW]*
PixelJunk Monsters Deluxe [USA][CFW]
Policenauts-[JapanPsx-English subtitle patched]-for PSP-[EBOOT]*
Popn Music Portable [Jap][turbobit/letitbit]*
PoPoLoCrois [USA][CFW]*
Prince of Persia: Revelations [ENG][CFW]*
Prince of Persia: Revelations [USA][CFW]*
Prince of Persia: Rival Swords [USA][CFW]*
Prince of Persia: The Forgotten Sands [ENG][turbobit,letitbit]*
Prince of Persia: The Forgotten Sands [USA][CFW]*
Princess Maker 4 [JAP][CFW]
Prinny 2: Dawn of Operation Panties, Dood! [Patched] (ENG)*
Prinny 2: Dawn of Operation Panties, Dood! [USA][CFW]*
Prinny: Can I Really Be the Hero? [USA][CFW]*
Prinny: Can I Really Be The Hero?[ENG][CFW]*
Puzzle Quest: Challenge of the Warlords [USA][CFW]*
R-Type Command [USA][CFW]*
Ragnarok Hikari to Yami no Koujo [JPN][wupload]*
Ragnarok: Tactics [USA][CFW]
Rapala Pro Bass Fishing 2010 [ENG][turbobit,letitbit]*
Ratchet & Clank: Size Matters [USA][CFW]*
Remember11 - The Age of Infinity [JAP][CFW]*
Rengoku II � The Stairway To H.E.A.V.E.N. [ENG][turbobit/letitbit]*
Rengoku II: The Stairway to H.E.A.V.E.N. [USA][CFW]*
Rengoku: The Tower of Purgatory [USA][CFW]*
Resistance Retribution [US][CFW]*
Ridge Racer [USA][CFW]
Riviera: The Promised Land [USA][CFW]*
Ruroun Kenshin: Meiji Kenkaku Romantan Saisen [JPN][letitbit]*
Rurouni Kenshin Saisen [JPN][Freakshare]*
Sakura Taisen 1 & 2 [JAP][CFW]
Samurai Shodown Anthology [USA][CFW]
Sangoku Hime: Sangoku Ransei - Haruten no Saihai [JAP][CFW]*
Scrabble [ENG] [CFW]
Secret of Evangelion Portable [JAP][CFW]*
Sega Genesis Collection [USA][CFW]*
Seinaru Kana: Orichalcum no Na no Motoni [JAP][CFW]*
Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage[JAP][CFW]*
Sengoku Musou 3Z Special [PATCHED][JAP][CFW]*
Senjou no Valkyria 3: Unrecorded Chronicles Extra Edition [Japan][CFW]
Senjou no Valkyria 3: Unrecorded Chronicles [Japan][CFW]
Shadow of Destiny [USA][CFW]*
Shepherds Crossing [USA][CFW]*
Shin Megami Tensei - Devil Summoner [JAP][CFW]*
Shin Megami Tensei Persona 3 Portable [ENG][CFW]*
Shin Megami Tensei: Persona 2 Innocent Sin [ENG][CFW]*
Shin Megami Tensei: Persona 2 Innocent Sin [USA][CFW]*
Shin Megami Tensei: Persona 3 Portable [USA][CFW]*
Shin Megami Tensei: Persona [USA][CFW]*
Shining Ark [JAP][CFW]
Shining Hearts [JAP][CFW]*
Shinseiki Evangelion 2 - Tsukurareishi Sekai - Another Cases - LE [JAP][CFW]*
Sid Meiers: Pirates! [ENG] CFW
Silent Hill Origins [USA][CFW]*
Silent Hill PSX EBOOT[USA][CFW]*
Silent Hill-Shattered Memories-[PSP]-ISO*
Silent Hill: Shattered Memories [ENG][CFW]*
Silent Hill: Shattered Memories [USA][CFW]*
SOCOM: U.S. Navy SEALs Fireteam Bravo 3 [Eng][turbobit/letitbit]*
Sol Trigger (JAP)(CFW)
Sonic Rivals 2 [ENG][turbobit,letitbit]*
Sonic Rivals [ENG][CFW]*
Soul Calibur: Broken Destiny [EUR] [CFW]
SoulCalibur: Broken Destiny [USA][CFW]*
Space Invaders Extreme [USA][CFW]*
Spectral Souls: Resurrection of the Ethereal Empire [USA][CFW]*
Split Second [USA][CFW]
Split/Second: Velocity [RUS]*
SSX On Tour (2005) [ENG][CFW]*
Star Ocean: First Departure [Undub][ENG][CFW]*
Star Ocean: First Departure [USA][CFW]*
Star Ocean: Second Evolution [UNDUB][NTSC-U]*
Star Ocean: Second Evolution [USA][CFW]*
Star Ocean: The First Departure [UNDUB][NTSC-U]*
Steambot Chronicles: Battle Tournament [USA][CFW]*
Stick Man Rescue [ENG][CFW]*
Street Fighter Alpha 3 - [PSXtoPSP]-CFW*
Street Fighter Zero 3 - Double Upper*
Street Fighter: Alpha 3 Max [US][CFW]*
Strike Witches: Hakugin no Tsubasa [JAP]*
Strike Witches: Shirogane no Tsubasa [JPN][CFW]*
Sunday Vs Magazine Shuuketsu! Choujo Daikessen [JAP][CFW]*
Super Robot Taisen OG Saga: Masou Kishin II - Revelation of Evil God [JAP][CFW]*
Super Stardust Portable [USA][CFW]
Sword Art Online Infinity Moment [JAP][CFW]
Syphon Filter: Logans Shadow [ENG] [CFW]
Tactics Ogre : Let Us Cling Together [EUR][PSP]*
Tactics Ogre: Let Us Cling Together [ENG][CFW]*
Tactics Ogre: Let Us Cling Together [USA][CFW]*
Tales of Eternia [Eng][turbobit,letitbit]*
Tales of Eternia [UNDUB][PAL]*
Tales of the HeroesTwin Brave(Jap)*
Tales of the World Radiant Mythology 3 [jap][turbobit,letitbit]*
Tales of the World: Radiant Mythology 2 [Japan][CFW]
Tales of the World: Radiant Mythology 3 [Japan][CFW]
Tales of the World: Radiant Mythology [JP][CFW][MF]*
Tales of the World: Radiant Mythology [USA][CFW]*
Tekken 6 [ENG][CFW]*
Tekken: Dark Resurrection [ENG]*
The 3rd Birthday (JAP)[CFW][turbobit]*
The 3rd Birthday [ENG] [turbobit]*
The 3rd Birthday [UNDUB/1.02 Patch] [NTSC-U]*
The 3rd Birthday [USA][CFW]*
The Godfather: Mob Wars [ENG][CFW]*
THE iDOLM@STER SP: Missing Moon [JAP] [CFW]
THE IDOLM@STER SP: Perfect Sun [JAP]*
THE IDOLM@STER SP: Wandering Star [JAP]*
The King of Fighters Portable 94~98: Chapter of Orochi [NTSC-J]*
The Legend of Heroes II: Prophecy of the Moonlight Witch [USA][CFW]*
The Legend of Heroes III: Song of the Ocean [USA][CFW]*
The Legend of Heroes: A Tear of Vermillion [USA][CFW]*
The Legend of Heroes: Trails in the Sky [ENG][turbobit/letitbit/fs]*
The Legend of Heroes: Trails in the Sky [USA][CFW]*
The Mystery Team [ENG][CFW]*
TNT Racers (Tracks N Tricks Racers) [ENG]*
Tokimeki Memorial Girls Side Premium: 3rd Story [JAP][CFW]*
Tokobot [USA][CFW]*
Tom Clancys Ghost Recon: Predator [ENG] CFW
Tomb Raider Anniversary [ENG][turbobit]*
Tomb Raider Anniversary [USA][CFW]*
Tomb Raider Legend [USA][CFW]*
Tony Hawk Underground 2 Remix [ENG][CFW]*
Tony Hawks Project 8 [ENG][turbobit,letitbit]*
Toukiden [JPN][CFW]
Toy Story 3: The Video game [Eng][turbobit]
TRON Evolution[ENG][turbobit,letitbit]*
TwinBee PORTABLE [JAP] [CFW]
Twisted Metal: Head On [ENG] [CFW]
UFC Undisputed 2010 [CFW][ENG]*
Ultimate Ghosts n Goblins [USA][CFW]*
Unchained Blades [USA][CFW]
Undead Knights Patched [ENG][CFW][Depositfiles]
Undead Knights [USA] [CFW]
Unofficial MVSPSP Emulator v2.3.2 (02/02/13 BugFix)
Unofficial MVSPSP Emulator v2.3.2 (NEW RELEASE)
Untold Legends: The Warriors Code [ENG] CFW
Valhalla Knights 2 [USA][CFW]*
Valhalla Knights [USA][CFW]*
Valkyria Chronicles 2 [ENG][CFW]*
Valkyria Chronicles 3 - Unrecorded Chronicles [JPN][CFW]*
Valkyria Chronicles 3: Unrecorded Chronicles [JAP][turbobit,letitbit]*
Valkyria Chronicles II [UNDUB] [NTSC-U]*
Valkyria Chronicles II [USA][CFW]*
Valkyria Chronicles III: Extra Edition [JPN][CFW]*
Valkyrie Profile - Lenneth [ENG][CFW][Depositfiles]
Valkyrie Profile: Lenneth [ENG] [UNDUB!] [Full]*
Valkyrie Profile: Lenneth [UNDUB][NTSC-U]*
Valkyrie Profile: Lenneth [USA][CFW]*
Vampire Chronicle (Darkstalkers) - The Chaos Tower [JAP][CFW]*
Wackylands Boss [Mini]*
Warship Gunner 2 Portable [JAP]*
Way of The Samurai [6.31-6.37 OFWSigned][JPN][English Translated]*
What Did I Do to Deserve This, My Lord?! 2 [USA][CFW]*
What Did I Do to Deserve This, My Lord?! [USA][CFW]
Wild Arms XF [USA][CFW]*
Wipeout Pulse [USA][CFW]*
Wipeout Pure [USA][CFW]*
World Poker Tour [ENG][CFW][Depositfiles]
World Soccer Winning Eleven 2011 [Eng][turbobit,letitbit]*
Worms Open Warfare [ENG] CFW
Worms: Open Warfare 2 [ENG][CFW]*
WWE All Stars [eng][turbobit/letitbit]*
WWE SmackDown vs. Raw 2011 [ENG][CFW]*
WWE SmackDown vs. Raw [ENG]*
WWE12 final [ENG][CFW]*
X-Men Legends 2: Rise of Apocalypse [ENG] [CFW]
Yggdra Union [USA][CFW]*
Young Thor [Mini] [eng][turbobit/letitbit]*
Ys I and II Chronicles [USA][CFW]*
Ys Seven (Undub) [NTSC-U][CFW]*
Ys Seven [ENG][CFW]*
Ys Seven [UNDUB 1.01] [NTSC-U]*
Ys Seven [USA][CFW]*
Ys: The Ark of Napishtim [USA][CFW]*
Ys: The Oath in Felghana [ENG][turbobit,letitbit]*
Ys: The Oath in Felghana [UNDUB][NTSC-U]*
Ys: The Oath in Felghana [USA][CFW]*
Yu-Gi-Oh! 5Ds Tag Force 4 [ENG][CFW]*
Yu-Gi-Oh! 5Ds Tag Force 5 [ENG][CFW]*
Yu-Gi-Oh! 5Ds Tag Force 6 [JPN][CFW]*
Z.H.P Unlosing Ranger Vs Darkdeath Evilman [ENG][CFW][Depositfiles]
Z.H.P.: Unlosing Ranger vs Darkdeath Evilman [USA][CFW]*
Zuma [ENG][CFW]*
[MINI] Age of Zombies [ENG] CFW
[MINI] Alien Zombie Death [ENG] CFW
[Mini] Angry Birds [ENG][CFW]*
[MINI] Car Jack Streets [ENG] CFW
[MINI] Hero of Sparta [ENG] CFW
[MINI] Homerun Hitters [ENG] CFW
[MINI] Spot the Difference [ENG] CFW
[MINI] Tetris [ENG] CFW
[MINI] Ultimate Board Game Collection [ENG] CFW
[MINI] Vector TD [ENG] CFW
[Mini] Vempire [ENG]*
[MINI] Yeti Sports [ENG] CFW
[PSX-PSP] Bloody Bride [NTSC-J][ENG]
[PSX-PSP] Bloody Roar 2 [NTSC-U]
[PSX-PSP] Bugs Bunny & Taz - Time Busters [CFW]
[PSX-PSP] Buster Bros Collection (A.K.A Super Pang Collection)
[PSX-PSP] Capcom vs. Snk Pro [NTSC-U] [CFW]
[PSX-PSP] Castlevania - Symphony of the Night [CFW]
[PSX-PSP] Chocobos Dungeon 2 [NTSC-U]
[PSX-PSP] Crash Bandicoot Compilation [ENG] [CFW]
[PSX-PSP] Crash Bash [CFW]
[PSX-PSP] Deception III - Dark Delusion [NTSC-U]
[PSX-PSP] Diablo [ENG] CFW
[PSX-PSP] Disneys Hercules [CFW]
[PSX-PSP] Disneys Tarzan [CFW]
[PSX-PSP] Dodonpachi [CFW]
[PSX-PSP] Euro Demo 108 - Net Yaroze [PAL-E]
[PSX-PSP] Ghost in the Shell [NTSC-U]
[PSX-PSP] It Might Be NES (Full NES ROMset) [3 x Disc - 1 EBOOT]
[PSX-PSP] Lego Racers [PAL][CFW]
[PSX-PSP] MTV Music Generator [NTSC-U][CFW]*
[PSX-PSP] Persona 2: Eternal Punishment [NTSC-U]
[PSX-PSP] Powerpuff Girls - Chemical X-Traction [NTSC-U]
[PSX-PSP] Poy Poy 2 [PAL-E]
[PSX-PSP] Rayman 2 - The Great Escape [CFW]
[PSX-PSP] Resident Evil 3 [NTSC-U][CFW]*
[PSX-PSP] Resident Evil [CFW]
[PSX-PSP] Soul Blade [NTSC-U]
[PSX-PSP] Spyro 2: Riptos Rage [NTSC-U]
[PSX-PSP] Spyro 3: Year of the Dragon [NTSC-U]
[PSX-PSP] Spyro The Dragon [NTSC-U]
[PSX-PSP] Super Mario Bros. 2 ? [CFW]
[PSX-PSP] Tear Ring Saga [english patched][CFW]
[PSX-PSP] Worms World Party [NTSC-U] [CFW]
[PSX-PSP] Yu-Gi-Oh Forbidden Memories [NTSC-U] [CFW]
Kunjungi Juga Sumbernya : (www.emuparadise.com)
download file now
Subscribe to:
Posts (Atom)