PCSX2 0.9.4 Sourse

1. PCSX2 0.9.4 Sourse

Jacson
Debian_Linux

(usa Kurumin)

Enviado em 27/11/2007 - 17:14h

Aew gurizada opensourse!
Precisava saber como faço para compilar o cód.-fonte do pcsx2 (www.pcsx2.net) segui alguns tutoriais, utilizei o comando: vn co https://pcsx2.svn.sourceforge.net/svnroot/pcsx2 pcsx2 pra baixa o cód. e usei o comando: sh build.sh all, para compilado (segui as instruções q estao junto com os arquivos baixados) e deu varios erros, segue abaixo o README do código:

___________________________________________________

Pcsx2 Compilation Guide

Linux Users
-----------

Make sure you have these packages:
gtk2
opengl
libbz2
libjpeg
glew-dev
libxxf86vm-dev
x11proto-xf86vidmode
automake and autoconf (verion >= 1.9)
Nvidia Cg-Toolkit (http://developer.nvidia.com/object/cg_toolkit.html)
libasound-dev

When first building, the Pcsx2 programs need to configure the Makefiles for your specific OS. type:

# sh build.sh all

The program and all plugins will be installed in the pcsx2 bin dir. After that, just launch pcsx2 (make sure you have a PS2 bios dump in the bios directory).

To rebuild any changes to the source code type:
# sh build.sh install

Typeing sh build.sh without the install will just build the programs without copying them to the bin dirctory (bin/plugins for all plugins).

To clean all object files type:
# sh build.sh clean

If there is a plugin that is giving you errors and you want to skip it, modify the corresponding build.sh to skip it (otherwise execution of the script will stop until the error is resolved).

Special Options (modify PCSX2OPTIONS in build.sh)

--enable-debug {Build with symbols and no optimizations}
--enable-devbuild {Build with extra tests}
--disable-recbuild {Disables all architecture dependent recompilation code}
--enable-sse2 {Enables x86 SSE2 extensions}
--enable-sse3 {Force enables x86 SSE3 extensions}

For plugin authors: Your Makefile should support the 'install' option.

When debugging, make sure to add

handle SIGSEGV noprint ignore pass

to .gdbinit

Windows Users
-------------

Make sure you have: Nvidia Cg-Toolkit (for ZeroGS)

Open the corresponding Visual Studio sln files for all projects, compile, and move the executables appropriately. Pcsx2 and some plugins require masm to assemble (ml for win32, ml64 for win64).

At the moment, MinGW is not supported, however there's a good chance the cygwin toolset will work.


email zerofrog@gmail.com for any compilation/linking issues in any Linux/Windows distribution.

Global defines
--------------

Pcsx2 uses global defines to detect the OS, architecture, and different compilation options. They are:

_MSC_VER - used to detect Visual Studio's cl compiler

_WIN32 - used to detect windows compilation

__LINUX__ - used to detect linux compilation (a lot of times it is assumed that linux is running when _WIN32 is missing)

__x86_64__ - defined for x86-64 architectures only.

PCSX2_DEVBUILD - used to enable runtime debugging and developer specific features of pcsx2 (disabled on releases)

PCSX2_VIRTUAL_MEM - switches the way pcsx2 handles memory. VM enabled builds are valid for both windows and linux and they speed up games. However, there are less stable than TLB builds.

PCSX2_NORECBUILD - ignore all recompiler code so that Pcsx2 can be built for different architectures. Note that there are a couple of places that use asm code even in interpreter (coroutines in IPU).

_DEBUG - build with extra debug information
NDEBUG - build without absolutely no debug information

ZEROGS_SSE2 - controls sse2 usage in zerogs
__________________________________________________
__________________________________________________

Se em seguida tudo q digitei e o resultado gerado no console:
__________________________________________________
__________________________________________________
#
svn co https://pcsx2.svn.sourceforge.net/svnroot/pcsx2 pcsx2

A pcsx2/branches/pcsx2_0.9.4/Mdec.c
A pcsx2/branches/pcsx2_0.9.4/PsxMem.c
A pcsx2/branches/pcsx2_0.9.4/windows
A pcsx2/branches/pcsx2_0.9.4/windows/Cdrom02.ico
A pcsx2/branches/pcsx2_0.9.4/windows/mingw
A pcsx2/branches/pcsx2_0.9.4/windows/mingw/pcsx2_private.h
A pcsx2/branches/pcsx2_0.9.4/windows/mingw/Makefile.win
A pcsx2/branches/pcsx2_0.9.4/windows/mingw/pcsx2.layout
A pcsx2/branches/pcsx2_0.9.4/windows/mingw/pcsx2.dev
A pcsx2/branches/pcsx2_0.9.4/windows/mingw/pcsx2_private.rc
A pcsx2/branches/pcsx2_0.9.4/windows/mingw/afxres.h
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects/pcsx2_2005.sln
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects/pcsx2_2005_x64.sln
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects/pcsx2_2003.vcproj
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects/pcsx2_2005.vcproj
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects/pcsx2_2005_x64.vcproj
A pcsx2/branches/pcsx2_0.9.4/windows/VCprojects/pcsx2_2003.sln
A pcsx2/branches/pcsx2_0.9.4/windows/AboutDlg.c
A pcsx2/branches/pcsx2_0.9.4/windows/afxresmw.h
A pcsx2/branches/pcsx2_0.9.4/windows/WinMain.c
A pcsx2/branches/pcsx2_0.9.4/windows/PatchBrowser.c
A pcsx2/branches/pcsx2_0.9.4/windows/RDebugger.c
A pcsx2/branches/pcsx2_0.9.4/windows/AboutDlg.h
A pcsx2/branches/pcsx2_0.9.4/windows/Win32.h
A pcsx2/branches/pcsx2_0.9.4/windows/libs
A pcsx2/branches/pcsx2_0.9.4/windows/libs/gnu_gettext.lib
A pcsx2/branches/pcsx2_0.9.4/windows/libs/libintlmsc.h
A pcsx2/branches/pcsx2_0.9.4/windows/libs/pthreadVC2.lib
A pcsx2/branches/pcsx2_0.9.4/windows/libs/semaphore.h
A pcsx2/branches/pcsx2_0.9.4/windows/libs/sched.h
A pcsx2/branches/pcsx2_0.9.4/windows/libs/pthread.h
A pcsx2/branches/pcsx2_0.9.4/windows/RDebugger.h
A pcsx2/branches/pcsx2_0.9.4/windows/McdsDlg.c
A pcsx2/branches/pcsx2_0.9.4/windows/CpuDlg.c
A pcsx2/branches/pcsx2_0.9.4/windows/DebugMemory.c
A pcsx2/branches/pcsx2_0.9.4/windows/ini.c
A pcsx2/branches/pcsx2_0.9.4/windows/pcsx2.rc
A pcsx2/branches/pcsx2_0.9.4/windows/McdsDlg.h
A pcsx2/branches/pcsx2_0.9.4/windows/Debugreg.c
A pcsx2/branches/pcsx2_0.9.4/windows/Debugger.c
A pcsx2/branches/pcsx2_0.9.4/windows/ps2_silver.bmp
A pcsx2/branches/pcsx2_0.9.4/windows/cheats
A pcsx2/branches/pcsx2_0.9.4/windows/cheats/browser.cpp
A pcsx2/branches/pcsx2_0.9.4/windows/cheats/cheats.cpp
A pcsx2/branches/pcsx2_0.9.4/windows/cheats/cheats.h
A pcsx2/branches/pcsx2_0.9.4/windows/Debugger.h
A pcsx2/branches/pcsx2_0.9.4/windows/ConfigDlg.c
A pcsx2/branches/pcsx2_0.9.4/windows/resource.h
A pcsx2/branches/pcsx2_0.9.4/VU0.c
A pcsx2/branches/pcsx2_0.9.4/PsxSio2.h
A pcsx2/branches/pcsx2_0.9.4/CDVDlib.h
A pcsx2/branches/pcsx2_0.9.4/Memory.h
A pcsx2/branches/pcsx2_0.9.4/Mdec.h
A pcsx2/branches/pcsx2_0.9.4/PsxMem.h
A pcsx2/branches/pcsx2_0.9.4/PsxBios2.h
A pcsx2/branches/pcsx2_0.9.4/Linux
A pcsx2/branches/pcsx2_0.9.4/Linux/.pixmaps
A pcsx2/branches/pcsx2_0.9.4/Linux/.pixmaps/pcsxAbout.xpm
A pcsx2/branches/pcsx2_0.9.4/Linux/interface.c
A pcsx2/branches/pcsx2_0.9.4/Linux/support.h
A pcsx2/branches/pcsx2_0.9.4/Linux/Linux.h
A pcsx2/branches/pcsx2_0.9.4/Linux/callbacks.h
A pcsx2/branches/pcsx2_0.9.4/Linux/Config.c
A pcsx2/branches/pcsx2_0.9.4/Linux/interface.h
A pcsx2/branches/pcsx2_0.9.4/Linux/LnxMain.c
A pcsx2/branches/pcsx2_0.9.4/Linux/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/Linux/pcsx2.glade
A pcsx2/branches/pcsx2_0.9.4/Linux/GtkGui.c
A pcsx2/branches/pcsx2_0.9.4/Linux/buildgui.sh
A pcsx2/branches/pcsx2_0.9.4/Linux/support.c
A pcsx2/branches/pcsx2_0.9.4/R5900.c
A pcsx2/branches/pcsx2_0.9.4/VU0.h
A pcsx2/branches/pcsx2_0.9.4/cheatscpp.h
A pcsx2/branches/pcsx2_0.9.4/zlib
A pcsx2/branches/pcsx2_0.9.4/zlib/inffast.h
A pcsx2/branches/pcsx2_0.9.4/zlib/inffixed.h
A pcsx2/branches/pcsx2_0.9.4/zlib/deflate.c
A pcsx2/branches/pcsx2_0.9.4/zlib/zlib.h
A pcsx2/branches/pcsx2_0.9.4/zlib/ChangeLog
A pcsx2/branches/pcsx2_0.9.4/zlib/zutil.c
A pcsx2/branches/pcsx2_0.9.4/zlib/gzio.c
A pcsx2/branches/pcsx2_0.9.4/zlib/deflate.h
A pcsx2/branches/pcsx2_0.9.4/zlib/crc32.c
A pcsx2/branches/pcsx2_0.9.4/zlib/README
A pcsx2/branches/pcsx2_0.9.4/zlib/zutil.h
A pcsx2/branches/pcsx2_0.9.4/zlib/inftrees.c
A pcsx2/branches/pcsx2_0.9.4/zlib/crc32.h
A pcsx2/branches/pcsx2_0.9.4/zlib/inflate.c
A pcsx2/branches/pcsx2_0.9.4/zlib/trees.c
A pcsx2/branches/pcsx2_0.9.4/zlib/uncompr.c
A pcsx2/branches/pcsx2_0.9.4/zlib/inftrees.h
A pcsx2/branches/pcsx2_0.9.4/zlib/zconf.h
A pcsx2/branches/pcsx2_0.9.4/zlib/inflate.h
A pcsx2/branches/pcsx2_0.9.4/zlib/trees.h
A pcsx2/branches/pcsx2_0.9.4/zlib/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/zlib/inffast.c
A pcsx2/branches/pcsx2_0.9.4/zlib/compress.c
A pcsx2/branches/pcsx2_0.9.4/zlib/adler32.c
A pcsx2/branches/pcsx2_0.9.4/zlib/infback.c
A pcsx2/branches/pcsx2_0.9.4/PS2Edefs.h
A pcsx2/branches/pcsx2_0.9.4/CDVD.c
A pcsx2/branches/pcsx2_0.9.4/configure.ac
A pcsx2/branches/pcsx2_0.9.4/R5900.h
A pcsx2/branches/pcsx2_0.9.4/CDVD.h
A pcsx2/branches/pcsx2_0.9.4/build.sh
A pcsx2/branches/pcsx2_0.9.4/Sio.c
A pcsx2/branches/pcsx2_0.9.4/CDVDiso.c
A pcsx2/branches/pcsx2_0.9.4/Sio.h
A pcsx2/branches/pcsx2_0.9.4/CDVDiso.h
A pcsx2/branches/pcsx2_0.9.4/PS2Etypes.h
A pcsx2/branches/pcsx2_0.9.4/CDVDisodrv.c
A pcsx2/branches/pcsx2_0.9.4/Docs
A pcsx2/branches/pcsx2_0.9.4/Docs/License.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/devblog.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/BetaTesters.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/RunCDVD.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/Translating.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/pcsx2_faq.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/ChangeLog.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/RemoteDebugging.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/PS2Edefs.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/What_Is_Host.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/Readme.txt
A pcsx2/branches/pcsx2_0.9.4/Docs/specs.tex
A pcsx2/branches/pcsx2_0.9.4/Docs/WhatsNew.txt
A pcsx2/branches/pcsx2_0.9.4/Sifcmd.h
A pcsx2/branches/pcsx2_0.9.4/Decode_XA.c
A pcsx2/branches/pcsx2_0.9.4/CDVDisodrv.h
A pcsx2/branches/pcsx2_0.9.4/IPU
A pcsx2/branches/pcsx2_0.9.4/IPU/yuv2rgb.asm
A pcsx2/branches/pcsx2_0.9.4/IPU/mpeg2lib
A pcsx2/branches/pcsx2_0.9.4/IPU/mpeg2lib/Idct.c
A pcsx2/branches/pcsx2_0.9.4/IPU/mpeg2lib/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/IPU/mpeg2lib/Mpeg.c
A pcsx2/branches/pcsx2_0.9.4/IPU/mpeg2lib/Vlc.h
A pcsx2/branches/pcsx2_0.9.4/IPU/mpeg2lib/Mpeg.h
A pcsx2/branches/pcsx2_0.9.4/IPU/yuv2rgb.c
A pcsx2/branches/pcsx2_0.9.4/IPU/IPU.h
A pcsx2/branches/pcsx2_0.9.4/IPU/yuv2rgb.h
A pcsx2/branches/pcsx2_0.9.4/IPU/acoroutine.asm
A pcsx2/branches/pcsx2_0.9.4/IPU/coroutine.c
A pcsx2/branches/pcsx2_0.9.4/IPU/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/IPU/acoroutine.S
A pcsx2/branches/pcsx2_0.9.4/IPU/coroutine.h
A pcsx2/branches/pcsx2_0.9.4/IPU/idct_mmx.obj
A pcsx2/branches/pcsx2_0.9.4/IPU/IPU.c
A pcsx2/branches/pcsx2_0.9.4/InterTables.c
A pcsx2/branches/pcsx2_0.9.4/VUops.c
A pcsx2/branches/pcsx2_0.9.4/Decode_XA.h
A pcsx2/branches/pcsx2_0.9.4/InterTables.h
A pcsx2/branches/pcsx2_0.9.4/VUops.h
A pcsx2/branches/pcsx2_0.9.4/tinyxml
A pcsx2/branches/pcsx2_0.9.4/tinyxml/tinyxmlerror.cpp
A pcsx2/branches/pcsx2_0.9.4/tinyxml/tinystr.h
A pcsx2/branches/pcsx2_0.9.4/tinyxml/tinyxmlparser.cpp
A pcsx2/branches/pcsx2_0.9.4/tinyxml/tinyxml.cpp
A pcsx2/branches/pcsx2_0.9.4/tinyxml/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/tinyxml/tinyxml.h
A pcsx2/branches/pcsx2_0.9.4/tinyxml/tinystr.cpp
A pcsx2/branches/pcsx2_0.9.4/DebugTools
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisR5900.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisR5900asm.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/cpuopsDebug.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisVUops.h
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisVU0Micro.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisASM.h
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisR3000A.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisR3000asm.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisVU1Micro.c
A pcsx2/branches/pcsx2_0.9.4/DebugTools/cpuopsDebug.h
A pcsx2/branches/pcsx2_0.9.4/DebugTools/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/DebugTools/DisVUmicro.h
A pcsx2/branches/pcsx2_0.9.4/DebugTools/Debug.h
A pcsx2/branches/pcsx2_0.9.4/System.h
A pcsx2/branches/pcsx2_0.9.4/PsxCounters.c
A pcsx2/branches/pcsx2_0.9.4/PsxInterpreter.c
A pcsx2/branches/pcsx2_0.9.4/COP0.c
A pcsx2/branches/pcsx2_0.9.4/PsxCounters.h
A pcsx2/branches/pcsx2_0.9.4/Interpreter.c
A pcsx2/branches/pcsx2_0.9.4/Cache.c
A pcsx2/branches/pcsx2_0.9.4/CdRom.c
A pcsx2/branches/pcsx2_0.9.4/SPR.c
A pcsx2/branches/pcsx2_0.9.4/VU1micro.c
A pcsx2/branches/pcsx2_0.9.4/COP0.h
A pcsx2/branches/pcsx2_0.9.4/VUflags.c
A pcsx2/branches/pcsx2_0.9.4/Cache.h
A pcsx2/branches/pcsx2_0.9.4/CdRom.h
A pcsx2/branches/pcsx2_0.9.4/SPR.h
A pcsx2/branches/pcsx2_0.9.4/VUflags.h
A pcsx2/branches/pcsx2_0.9.4/GS.h
A pcsx2/branches/pcsx2_0.9.4/Hw.c
A pcsx2/branches/pcsx2_0.9.4/EEregs.h
A pcsx2/branches/pcsx2_0.9.4/Elfheader.c
A pcsx2/branches/pcsx2_0.9.4/Plugins.c
A pcsx2/branches/pcsx2_0.9.4/Sif.c
A pcsx2/branches/pcsx2_0.9.4/MMI.c
A pcsx2/branches/pcsx2_0.9.4/Hw.h
A pcsx2/branches/pcsx2_0.9.4/Elfheader.h
A pcsx2/branches/pcsx2_0.9.4/Vif.c
A pcsx2/branches/pcsx2_0.9.4/Plugins.h
A pcsx2/branches/pcsx2_0.9.4/Sif.h
A pcsx2/branches/pcsx2_0.9.4/PsxBios.c
A pcsx2/branches/pcsx2_0.9.4/VUmicro.h
A pcsx2/branches/pcsx2_0.9.4/Vif.h
A pcsx2/branches/pcsx2_0.9.4/Misc.c
A pcsx2/branches/pcsx2_0.9.4/PsxBios.h
A pcsx2/branches/pcsx2_0.9.4/Common.h
A pcsx2/branches/pcsx2_0.9.4/Stats.c
A pcsx2/branches/pcsx2_0.9.4/mkinstalldirs
A pcsx2/branches/pcsx2_0.9.4/Misc.h
A pcsx2/branches/pcsx2_0.9.4/Counters.c
A pcsx2/branches/pcsx2_0.9.4/Stats.h
A pcsx2/branches/pcsx2_0.9.4/VU0micro.c
A pcsx2/branches/pcsx2_0.9.4/x86
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900Move.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/aR5900-32.S
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iCore-32.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900Jump.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900LoadStore.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900Branch.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900Shift.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/aVif_proc-32.asm
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900Arit.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900-32.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900AritImm.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-32/iR5900MultDiv.c
A pcsx2/branches/pcsx2_0.9.4/x86/iCore.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900MultDiv.h
A pcsx2/branches/pcsx2_0.9.4/x86/iVUzerorec.h
A pcsx2/branches/pcsx2_0.9.4/x86/iFPU.c
A pcsx2/branches/pcsx2_0.9.4/x86/aVif.S
A pcsx2/branches/pcsx2_0.9.4/x86/fast_routines.S
A pcsx2/branches/pcsx2_0.9.4/x86/iFPU.h
A pcsx2/branches/pcsx2_0.9.4/x86/iR3000Atables.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/iVU0micro.c
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900AritImm.h
A pcsx2/branches/pcsx2_0.9.4/x86/iGS.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/iVU0micro.h
A pcsx2/branches/pcsx2_0.9.4/x86/iR3000A.h
A pcsx2/branches/pcsx2_0.9.4/x86/aVif.asm
A pcsx2/branches/pcsx2_0.9.4/x86/ir5900tables.c
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900Move.h
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900Jump.h
A pcsx2/branches/pcsx2_0.9.4/x86/iMMI.c
A pcsx2/branches/pcsx2_0.9.4/x86/iCP0.c
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900.h
A pcsx2/branches/pcsx2_0.9.4/x86/iVUmicro.c
A pcsx2/branches/pcsx2_0.9.4/x86/iVUzerorec.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/iMMI.h
A pcsx2/branches/pcsx2_0.9.4/x86/iCP0.h
A pcsx2/branches/pcsx2_0.9.4/x86/iVUmicro.h
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900Arit-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900AritImm-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/aR5900-64.asm
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900Move-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/fast_routines-64.asm
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/aVUzerorec-64.asm
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900Jump-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900Shift-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900MultDiv-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/aR5900-64.S
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iCore-64.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/aR3000A-64.asm
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900LoadStore-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/iR5900Branch-64.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86-64/aVif_proc-64.asm
A pcsx2/branches/pcsx2_0.9.4/x86/aVUzerorec.S
A pcsx2/branches/pcsx2_0.9.4/x86/iCore.h
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900LoadStore.h
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900Branch.h
A pcsx2/branches/pcsx2_0.9.4/x86/README
A pcsx2/branches/pcsx2_0.9.4/x86/iCOP2.c
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900Arit.h
A pcsx2/branches/pcsx2_0.9.4/x86/ix86
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86_cpudetect.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86_mmx.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86.h
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86_3dnow.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86_fpu.c
A pcsx2/branches/pcsx2_0.9.4/x86/ix86/ix86_sse.c
A pcsx2/branches/pcsx2_0.9.4/x86/iR3000A.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/iVU1micro.c
A pcsx2/branches/pcsx2_0.9.4/x86/iPsxMem.c
A pcsx2/branches/pcsx2_0.9.4/x86/iPsxHw.c
A pcsx2/branches/pcsx2_0.9.4/x86/iVU1micro.h
A pcsx2/branches/pcsx2_0.9.4/x86/fast_routines.cpp
A pcsx2/branches/pcsx2_0.9.4/x86/aR3000A.S
A pcsx2/branches/pcsx2_0.9.4/x86/iHw.c
A pcsx2/branches/pcsx2_0.9.4/x86/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/x86/iVUops.h
A pcsx2/branches/pcsx2_0.9.4/x86/iR5900Shift.h
A pcsx2/branches/pcsx2_0.9.4/x86/iVif.cpp
A pcsx2/branches/pcsx2_0.9.4/R3000A.c
A pcsx2/branches/pcsx2_0.9.4/VifDma.c
A pcsx2/branches/pcsx2_0.9.4/Counters.h
A pcsx2/branches/pcsx2_0.9.4/PsxHw.c
A pcsx2/branches/pcsx2_0.9.4/GS.cpp
A pcsx2/branches/pcsx2_0.9.4/R3000A.h
A pcsx2/branches/pcsx2_0.9.4/VifDma.h
A pcsx2/branches/pcsx2_0.9.4/FPU2.cpp
A pcsx2/branches/pcsx2_0.9.4/PsxHw.h
A pcsx2/branches/pcsx2_0.9.4/FiFo.c
A pcsx2/branches/pcsx2_0.9.4/RDebug
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_netmp.h
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_dcmp.h
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_drfp.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/iloadp.txt
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_ttyp.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_drfp.h
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_ttyp.h
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_iloadp.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_dbgp.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_iloadp.h
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2.txt
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_dbgp.h
A pcsx2/branches/pcsx2_0.9.4/RDebug/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_netmp.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2_dcmp.c
A pcsx2/branches/pcsx2_0.9.4/RDebug/deci2.h
A pcsx2/branches/pcsx2_0.9.4/PsxCommon.h
A pcsx2/branches/pcsx2_0.9.4/Makefile.am
A pcsx2/branches/pcsx2_0.9.4/missing
A pcsx2/branches/pcsx2_0.9.4/FPU.c
A pcsx2/branches/pcsx2_0.9.4/PsxDma.c
A pcsx2/branches/pcsx2_0.9.4/install-sh
A pcsx2/INSTALL
A pcsx2/bin
A pcsx2/bin/.pixmaps
A pcsx2/bin/.pixmaps/pcsxAbout.bmp
A pcsx2/bin/plugins
A pcsx2/bin/snap
A pcsx2/bin/inis
A pcsx2/bin/Langs
A pcsx2/bin/Langs/ro_RO
A pcsx2/bin/Langs/ro_RO/LC_MESSAGES
A pcsx2/bin/Langs/ro_RO/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/el_EL
A pcsx2/bin/Langs/el_EL/LC_MESSAGES
A pcsx2/bin/Langs/el_EL/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/ar_AR
A pcsx2/bin/Langs/ar_AR/LC_MESSAGES
A pcsx2/bin/Langs/ar_AR/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/pe_PE
A pcsx2/bin/Langs/pe_PE/LC_MESSAGES
A pcsx2/bin/Langs/pe_PE/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/tr_TR
A pcsx2/bin/Langs/tr_TR/LC_MESSAGES
A pcsx2/bin/Langs/tr_TR/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/ru_RU
A pcsx2/bin/Langs/ru_RU/LC_MESSAGES
A pcsx2/bin/Langs/ru_RU/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/tc_TC
A pcsx2/bin/Langs/tc_TC/LC_MESSAGES
A pcsx2/bin/Langs/tc_TC/LC_MESSAGES/Pcsx2.mo
A pcsx2/bin/Langs/fr_FR
A pcsx2/bin/Langs/fr_FR/LC_MESSAGES
A pcsx2/bin/Langs/fr_FR/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/es_ES
A pcsx2/bin/Langs/es_ES/LC_MESSAGES
A pcsx2/bin/Langs/es_ES/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/du_DU
A pcsx2/bin/Langs/du_DU/LC_MESSAGES
A pcsx2/bin/Langs/du_DU/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/de_DE
A pcsx2/bin/Langs/de_DE/LC_MESSAGES
A pcsx2/bin/Langs/de_DE/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/bg_BG
A pcsx2/bin/Langs/bg_BG/LC_MESSAGES
A pcsx2/bin/Langs/bg_BG/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/po_BR
A pcsx2/bin/Langs/po_BR/LC_MESSAGES
A pcsx2/bin/Langs/po_BR/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/hb_HB
A pcsx2/bin/Langs/hb_HB/LC_MESSAGES
A pcsx2/bin/Langs/hb_HB/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/sw_SW
A pcsx2/bin/Langs/sw_SW/LC_MESSAGES
A pcsx2/bin/Langs/sw_SW/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/sw_SW/LC_MESSAGES/other.po
A pcsx2/bin/Langs/ja_JA
A pcsx2/bin/Langs/ja_JA/LC_MESSAGES
A pcsx2/bin/Langs/ja_JA/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/sh_SH
A pcsx2/bin/Langs/sh_SH/LC_MESSAGES
A pcsx2/bin/Langs/sh_SH/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/pl_PL
A pcsx2/bin/Langs/pl_PL/LC_MESSAGES
A pcsx2/bin/Langs/pl_PL/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/it_IT
A pcsx2/bin/Langs/it_IT/LC_MESSAGES
A pcsx2/bin/Langs/it_IT/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/cz_CZ
A pcsx2/bin/Langs/cz_CZ/LC_MESSAGES
A pcsx2/bin/Langs/cz_CZ/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/Langs/po_PO
A pcsx2/bin/Langs/po_PO/LC_MESSAGES
A pcsx2/bin/Langs/po_PO/LC_MESSAGES/pcsx2.mo
A pcsx2/bin/logs
A pcsx2/bin/sstates
A pcsx2/bin/patches
A pcsx2/bin/patches/C0D6A139.pnach
A pcsx2/bin/patches/A929A697.pnach
A pcsx2/bin/patches/default.xml
A pcsx2/bin/patches/AC7E88D9.pnach
A pcsx2/bin/patches/F52FB2BE.pnach
A pcsx2/bin/patches/71584BAC.pnach
A pcsx2/bin/patches/2D919421.pnach
A pcsx2/bin/patches/3EAD47FE.pnach
A pcsx2/bin/patches/EAD76247.pnach
A pcsx2/bin/patches/4DAC50C2.pnach
A pcsx2/bin/patches/2251E14D.pnach
A pcsx2/bin/patches/5BBC2F40.pnach
A pcsx2/bin/patches/FB0E6D72.pnach
A pcsx2/bin/patches/8BE3D7B2.pnach
A pcsx2/bin/patches/83261085.pnach
A pcsx2/bin/patches/015314A2.pnach
A pcsx2/bin/patches/D1ACD489.pnach
A pcsx2/bin/patches/8BC79F96.pnach
A pcsx2/bin/patches/9AC65D6A.pnach
A pcsx2/bin/patches/2F56CBC9.pnach
A pcsx2/bin/patches/AE3EAA05.pnach
A pcsx2/bin/patches/302797DF.pnach
A pcsx2/bin/patches/586EA828.pnach
A pcsx2/bin/patches/C04FB5FD.pnach
A pcsx2/bin/patches/58EE1AFA.pnach
A pcsx2/bin/patches/CFB873AD.pnach
A pcsx2/bin/patches/09D35D3F.pnach
A pcsx2/bin/patches/C488EC04.pnach
A pcsx2/bin/patches/A029B109.pnach
A pcsx2/bin/patches/D79F697A.pnach
A pcsx2/bin/patches/C9C145BF.pnach
A pcsx2/bin/patches/B338676A.pnach
A pcsx2/bin/patches/CB4EBD11.pnach
A pcsx2/bin/patches/C1767D64.pnach
A pcsx2/bin/patches/77ECAAA0.pnach
A pcsx2/bin/patches/4C0C821D.pnach
A pcsx2/bin/patches/6FB69282.pnach
A pcsx2/bin/patches/7BA0128E.pnach
A pcsx2/bin/patches/78168525.pnach
A pcsx2/bin/patches/7098BE76.pnach
A pcsx2/bin/patches/129C8600.pnach
A pcsx2/bin/patches/F56C7948.pnach
A pcsx2/bin/patches/CDE7C999.pnach
A pcsx2/bin/patches/3DB65A75.pnach
A pcsx2/bin/patches/627B8252.pnach
A pcsx2/bin/patches/E906EA37.pnach
A pcsx2/bin/patches/A9759015.pnach
A pcsx2/bin/patches/EEC3B310.pnach
A pcsx2/bin/patches/2B2E1535.pnach
A pcsx2/bin/patches/DC85FC8F.pnach
A pcsx2/bin/patches/A5BF36A8.pnach
A pcsx2/bin/patches/D08648B6.pnach
A pcsx2/bin/patches/6ADBC24B.pnach
A pcsx2/bin/patches/950241D3.pnach
A pcsx2/bin/patches/2CFFFA50.pnach
A pcsx2/bin/patches/3F0452DE.pnach
A pcsx2/bin/patches/96B76E56.pnach
A pcsx2/bin/patches/32629F36.pnach
A pcsx2/bin/patches/E677B8F1.pnach
A pcsx2/bin/patches/624F11F1.pnach
A pcsx2/bin/patches/A3D63039.pnach
A pcsx2/bin/patches/7CD1CDCD.pnach
A pcsx2/bin/patches/0B359BBF.pnach
A pcsx2/bin/patches/4334E17D.pnach
A pcsx2/bin/patches/BD3DBCF9.pnach
A pcsx2/bin/patches/582EED0D.pnach
A pcsx2/bin/patches/692CBA8E.pnach
A pcsx2/bin/patches/C1B141D6.pnach
A pcsx2/bin/patches/AFAC88EF.pnach
A pcsx2/bin/patches/37BA81B1.pnach
A pcsx2/bin/patches/7130C553.pnach
A pcsx2/bin/patches/C398F477.pnach
A pcsx2/bin/patches/B0AE1898.pnach
A pcsx2/bin/patches/51D8A6A9.pnach
A pcsx2/bin/patches/9B1EE9EB.pnach
A pcsx2/bin/patches/934F9081.pnach
A pcsx2/bin/patches/0999F9DB.pnach
A pcsx2/bin/patches/CC4B9CDE.pnach
A pcsx2/bin/patches/AE0E098F.pnach
A pcsx2/bin/patches/200BC0E6.pnach
A pcsx2/bin/patches/4D6DBB75.pnach
A pcsx2/bin/patches/6BA2F6B9.pnach
A pcsx2/bin/patches/0442B1BD.pnach
A pcsx2/bin/patches/C3D28EB9.pnach
A pcsx2/bin/patches/337B927C.pnach
A pcsx2/bin/patches/EDD7E0FF.pnach
A pcsx2/bin/patches/F6DC728D.pnach
A pcsx2/bin/patches/A74F99CD.pnach
A pcsx2/bin/patches/E2F1DB6B.pnach
A pcsx2/bin/patches/E0426FC6.pnach
A pcsx2/bin/patches/AE9EB9A0.pnach
A pcsx2/bin/patches/2088950A.pnach
A pcsx2/bin/patches/E1C5F607.pnach
A pcsx2/bin/patches/D48A92E1.pnach
A pcsx2/bin/patches/B130E5BA.pnach
A pcsx2/bin/patches/93F8A60B.pnach
A pcsx2/bin/patches/FAC64195.pnach
A pcsx2/bin/patches/96C20D6F.pnach
A pcsx2/bin/patches/F4992CC1.pnach
A pcsx2/bin/patches/941BB7D9.pnach
A pcsx2/bin/patches/A63C896C.pnach
A pcsx2/bin/patches/116154AD.pnach
A pcsx2/bin/patches/C9246E9C.pnach
A pcsx2/bin/patches/6175FE7D.pnach
A pcsx2/bin/patches/CC6AA742.pnach
A pcsx2/bin/patches/1738A5B0.pnach
A pcsx2/bin/patches/013E349D.pnach
A pcsx2/bin/patches/0F6B6315.pnach
A pcsx2/bin/patches/5DFBE144.pnach
A pcsx2/bin/patches/A88ACA28.pnach
A pcsx2/bin/patches/6A4EFE60.pnach
A pcsx2/bin/patches/BF5D9AEC.pnach
A pcsx2/bin/patches/19D145D7.pnach
A pcsx2/bin/patches/AA31B5BF.pnach
A pcsx2/bin/patches/60013EBD.pnach
A pcsx2/bin/patches/A4E2C043.pnach
A pcsx2/bin/patches/8DC64680.pnach
A pcsx2/bin/patches/EE838B5C.pnach
A pcsx2/bin/patches/901AAC09.pnach
A pcsx2/bin/patches/163F0461.pnach
A pcsx2/bin/patches/5BC8C9E8.pnach
A pcsx2/bin/patches/A1B752C7.pnach
A pcsx2/bin/patches/E4A275B2.pnach
A pcsx2/bin/patches/4043F228.pnach
A pcsx2/bin/patches/DCC4EEEA.pnach
A pcsx2/bin/patches/4B6DDB6B.pnach
A pcsx2/bin/patches/5E115FB6.pnach
A pcsx2/bin/patches/2C728173.pnach
A pcsx2/bin/patches/08FB9DCF.pnach
A pcsx2/bin/patches/DAC14B26.pnach
A pcsx2/bin/patches/6EA9DDA9.pnach
A pcsx2/bin/patches/B0621C55.pnach
A pcsx2/bin/patches/9D6F46F0.pnach
A pcsx2/bin/patches/1CAC8A56.pnach
A pcsx2/bin/patches/95BB1901.pnach
A pcsx2/bin/patches/46A7ECA4.pnach
A pcsx2/bin/patches/A7A2F7C5.pnach
A pcsx2/bin/patches/FEA030CB.pnach
A pcsx2/bin/patches/C4A60986.pnach
A pcsx2/bin/patches/F266B00B.pnach
A pcsx2/bin/patches/68EAF48F.pnach
A pcsx2/bin/patches/339A0B8C.pnach
A pcsx2/bin/patches/8BC95883.pnach
A pcsx2/bin/patches/506644B3.pnach
A pcsx2/bin/patches/FA7E3081.pnach
A pcsx2/bin/patches/B2BDE9F3.pnach
A pcsx2/bin/patches/5BE3F481.pnach
A pcsx2/bin/patches/D4FB6049.pnach
A pcsx2/bin/patches/ADAA1256.pnach
A pcsx2/bin/patches/1468C474.pnach
A pcsx2/bin/patches/D4781770.pnach
A pcsx2/bin/patches/41A3191C.pnach
A pcsx2/bin/patches/DDA2FA6A.pnach
A pcsx2/bin/patches/EF9E43EF.pnach
A pcsx2/bin/patches/4F3D3CF0.pnach
A pcsx2/bin/patches/EF5B6AAD.pnach
A pcsx2/bin/patches/C4467D30.pnach
A pcsx2/bin/patches/F1370E83.pnach
A pcsx2/bin/patches/512B5046.pnach
A pcsx2/bin/patches/F758234F.pnach
A pcsx2/bin/patches/7F6319C7.pnach
A pcsx2/bin/patches/F6F9A91D.pnach
A pcsx2/bin/patches/53A803AF.pnach
A pcsx2/bin/patches/789D6B71.pnach
A pcsx2/bin/patches/4691F6F7.pnach
A pcsx2/bin/patches/0518D274.pnach
A pcsx2/bin/patches/51F91783.pnach
A pcsx2/bin/patches/4C9EE7DF.pnach
A pcsx2/bin/patches/CBBC2E7F.pnach
A pcsx2/bin/patches/5A7635C1.pnach
A pcsx2/bin/patches/E7A35274.pnach
A pcsx2/bin/patches/38F29E28.pnach
A pcsx2/bin/patches/33F7D21A.pnach
A pcsx2/bin/patches/B590CE04.pnach
A pcsx2/bin/patches/6D70F0E0.pnach
A pcsx2/bin/patches/7EBEEBBD.pnach
A pcsx2/bin/patches/086273D2.pnach
A pcsx2/bin/patches/4D228733.pnach
A pcsx2/bin/patches/A36CFF6C.pnach
A pcsx2/bin/patches/36FEEE3A.pnach
A pcsx2/bin/patches/5EB127E7.pnach
A pcsx2/bin/patches/FF920E90.pnach
A pcsx2/bin/patches/034836F8.pnach
A pcsx2/bin/patches/C1625F14.pnach
A pcsx2/bin/patches/B36EE21E.pnach
A pcsx2/bin/patches/DEFA4763.pnach
A pcsx2/bin/patches/B34DA141.pnach
A pcsx2/bin/patches/E0127F2D.pnach
A pcsx2/bin/patches/722BBD62.pnach
A pcsx2/bin/patches/9AAC5309.pnach
A pcsx2/bin/patches/94C56923.pnach
A pcsx2/bin/patches/B884B6E9.pnach
A pcsx2/bin/patches/AD9D2B54.pnach
A pcsx2/bin/patches/472C9E70.pnach
A pcsx2/bin/patches/37C07E96.pnach
A pcsx2/bin/patches/A8A76AAC.pnach
A pcsx2/bin/patches/D0E17D26.pnach
A pcsx2/bin/patches/B99379B7.pnach
A pcsx2/bin/patches/62F6F886.pnach
A pcsx2/bin/patches/1025D50A.pnach
A pcsx2/bin/patches/304C115C.pnach
A pcsx2/bin/patches/5D67AE48.pnach
A pcsx2/bin/patches/844B58EE.pnach
A pcsx2/bin/patches/F9E575D0.pnach
A pcsx2/bin/patches/BB3D833A.pnach
A pcsx2/bin/patches/A719D130.pnach
A pcsx2/bin/patches/0A342A88.pnach
A pcsx2/bin/patches/12AFF4D4.pnach
A pcsx2/bin/patches/B82E4C4B.pnach
A pcsx2/bin/patches/9BE3F92D.pnach
A pcsx2/bin/patches/3E68955A.pnach
A pcsx2/bin/patches/06DE61E0.pnach
A pcsx2/bin/patches/5CCA0737.pnach
A pcsx2/bin/patches/1D2818AF.pnach
A pcsx2/bin/patches/A8083AE6.pnach
A pcsx2/bin/patches/E1FD9A2D.pnach
A pcsx2/bin/patches/05177ECE.pnach
A pcsx2/bin/patches/48FE0C71.pnach
A pcsx2/bin/patches/EADE437E.pnach
A pcsx2/bin/patches/96B2F56D.pnach
A pcsx2/bin/patches/763D3BF9.pnach
A pcsx2/bin/patches/9AAC530D.pnach
A pcsx2/bin/patches/DA0535FD.pnach
A pcsx2/bin/patches/C5DEFEA0.pnach
A pcsx2/bin/patches/3BD85DA4.pnach
A pcsx2/bin/patches/4C4D7072.pnach
A pcsx2/bin/patches/E138094A.pnach
A pcsx2/bin/patches/54A548B4.pnach
A pcsx2/bin/patches/ACB1989A.pnach
A pcsx2/bin/patches/4321A427.pnach
A pcsx2/bin/patches/A3ACF3C7.pnach
A pcsx2/bin/patches/CA295E61.pnach
A pcsx2/bin/patches/44A61C8F.pnach
A pcsx2/bin/patches/EEE2F6A3.pnach
A pcsx2/bin/patches/08901101.pnach
A pcsx2/bin/patches/5162BCCA.pnach
A pcsx2/bin/patches/21068223.pnach
A pcsx2/bin/patches/C502AD6E.pnach
A pcsx2/bin/patches/561BE340.pnach
A pcsx2/bin/patches/93223BE4.pnach
A pcsx2/bin/patches/54D6BEE3.pnach
A pcsx2/bin/patches/3E0A256D.pnach
A pcsx2/bin/patches/25433CBD.pnach
A pcsx2/bin/patches/625AF967.pnach
A pcsx2/bin/patches/78E20421.pnach
A pcsx2/bin/patches/CA6243B9.pnach
A pcsx2/bin/patches/83D0CE43.pnach
A pcsx2/bin/patches/951555A0.pnach
A pcsx2/bin/patches/0518D275.pnach
A pcsx2/bin/patches/53DF159B.pnach
A pcsx2/bin/patches/E0DADD1A.pnach
A pcsx2/bin/patches/1629D655.pnach
A pcsx2/bin/patches/54AD76D7.pnach
A pcsx2/bin/patches/07AD79C9.pnach
A pcsx2/bin/patches/848C6247.pnach
A pcsx2/bin/patches/7D8F539A.pnach
A pcsx2/bin/patches/7ABDBB5E.pnach
A pcsx2/bin/patches/CF11CD83.pnach
A pcsx2/bin/patches/29D80A23.pnach
A pcsx2/bin/patches/0C370E94.pnach
A pcsx2/bin/patches/3CFE3B37.pnach
A pcsx2/bin/patches/63F6B523.pnach
A pcsx2/bin/patches/3FB69323.pnach
A pcsx2/bin/patches/27E54B37.pnach
A pcsx2/bin/patches/333F1F59.pnach
A pcsx2/bin/patches/DB719F5C.pnach
A pcsx2/bin/patches/8FDE8E16.pnach
A pcsx2/bin/patches/85E92C92.pnach
A pcsx2/bin/patches/295D2F96.pnach
A pcsx2/bin/patches/5F2A0E36.pnach
A pcsx2/bin/patches/A39517AB.pnach
A pcsx2/bin/patches/280DAC56.pnach
A pcsx2/bin/patches/1248FE3A.pnach
A pcsx2/bin/patches/85AE91B3.pnach
A pcsx2/bin/patches/1510E1D1.pnach
A pcsx2/bin/patches/FC618D82.pnach
A pcsx2/bin/patches/C220951A.pnach
A pcsx2/bin/patches/60FA8C69.pnach
A pcsx2/bin/patches/B1BE3E51.pnach
A pcsx2/bin/patches/B234036E.pnach
A pcsx2/bin/patches/7377BC6F.pnach
A pcsx2/bin/patches/0838D766.pnach
A pcsx2/bin/patches/6926B199.pnach
A pcsx2/bin/patches/F22CDDAF.pnach
A pcsx2/bin/patches/22C36E63.pnach
A pcsx2/bin/patches/49DA19CE.pnach
A pcsx2/bin/patches/7FD7A1B9.pnach
A pcsx2/bin/patches/F5C7B45F.pnach
A pcsx2/bin/patches/D03BEF2A.pnach
A pcsx2/bin/patches/AEDAEE99.pnach
A pcsx2/bin/help
A pcsx2/bin/A39517AB.xml
A pcsx2/bin/memcards
A pcsx2/bin/bios
A pcsx2/bin/compat_list
A pcsx2/bin/compat_list/compat_list.html
A pcsx2/bin/compat_list/sq_ingame.jpg
A pcsx2/bin/compat_list/h_serial.jpg
A pcsx2/bin/compat_list/h_title.jpg
A pcsx2/bin/compat_list/h_console.jpg
A pcsx2/bin/compat_list/sq_nothing.jpg
A pcsx2/bin/compat_list/h_region.jpg
A pcsx2/bin/compat_list/h_status.jpg
A pcsx2/bin/compat_list/sq_menus.jpg
A pcsx2/bin/compat_list/h_version.jpg
A pcsx2/bin/compat_list/sq_playable.jpg
A pcsx2/bin/compat_list/sq_intro.jpg
A pcsx2/build.sh
A pcsx2/test.sh
A pcsx2/test_readme.txt
A pcsx2/test.cfg
Gerado cópia de trabalho para revisão 219.
root@jacson-laptop:/home/jacson# cd pcsx2
root@jacson-laptop:/home/jacson/pcsx2# sh build.sh all
----------------------------------------
Building Graphics Synthesizer plugins...
----------------------------------------
----------------------
Building ZeroGS OpenGL
----------------------
Linux/Makefile.am:5: shell pkg-config --cflags gtk+-2.0: non-POSIX variable name
Linux/Makefile.am:5: (probably a GNU make extension)
Linux/Makefile.am:6: compiling `callbacks.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... gcc
checking whether we are using the GNU C++ compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking dependency style of gcc... gcc3
checking debug build... no
checking for _aligned_malloc... no
checking for _aligned_free... no
checking for development build...... no
checking check for sse2...... yes
checking for a x86-64 CPU... no
checking gtk2+... checking for pkg-config... pkg-config
checking OpenGL... checking for GL/gl.h... yes
checking for GL/glu.h... yes
checking for GL/glext.h... yes
checking for main in -lGL... yes
checking for main in -lGLU... yes
checking for main in -lGLEW... yes
checking Cg... checking for main in -ljpeg... yes
checking for main in -lpthread... yes
checking for main in -lstdc++... yes
checking for main in -lz... yes
checking for main in -ldl... yes
checking for main in -lXxf86vm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Linux/Makefile
config.status: executing depfiles commands
Configuration:
Target system type:
x86-64 build? no
Debug build? no
Dev build? no
SSE2 enabled? yes
Making clean in Linux
make[1]: Entrando no diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl/Linux'
test -z "libZeroGSLinux.a" || rm -f libZeroGSLinux.a
rm -f *.o
make[1]: Saindo do diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl/Linux'
Making clean in .
make[1]: Entrando no diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl'
test -z "libZeroGSogl.a" || rm -f libZeroGSogl.a
test -z "libZeroGSoglr.so.0.96.2" || rm -f libZeroGSoglr.so.0.96.2
rm -f *.o
make[1]: Saindo do diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl'
Making install in Linux
make[1]: Entrando no diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl/Linux'
gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -MT libZeroGSLinux_a-callbacks.o -MD -MP -MF .deps/libZeroGSLinux_a-callbacks.Tpo -c -o libZeroGSLinux_a-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c
mv -f .deps/libZeroGSLinux_a-callbacks.Tpo .deps/libZeroGSLinux_a-callbacks.Po
gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -MT libZeroGSLinux_a-Conf.o -MD -MP -MF .deps/libZeroGSLinux_a-Conf.Tpo -c -o libZeroGSLinux_a-Conf.o `test -f 'Conf.cpp' || echo './'`Conf.cpp
mv -f .deps/libZeroGSLinux_a-Conf.Tpo .deps/libZeroGSLinux_a-Conf.Po
gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -MT libZeroGSLinux_a-interface.o -MD -MP -MF .deps/libZeroGSLinux_a-interface.Tpo -c -o libZeroGSLinux_a-interface.o `test -f 'interface.c' || echo './'`interface.c
mv -f .deps/libZeroGSLinux_a-interface.Tpo .deps/libZeroGSLinux_a-interface.Po
gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -MT libZeroGSLinux_a-Linux.o -MD -MP -MF .deps/libZeroGSLinux_a-Linux.Tpo -c -o libZeroGSLinux_a-Linux.o `test -f 'Linux.cpp' || echo './'`Linux.cpp
mv -f .deps/libZeroGSLinux_a-Linux.Tpo .deps/libZeroGSLinux_a-Linux.Po
gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -MT libZeroGSLinux_a-support.o -MD -MP -MF .deps/libZeroGSLinux_a-support.Tpo -c -o libZeroGSLinux_a-support.o `test -f 'support.c' || echo './'`support.c
mv -f .deps/libZeroGSLinux_a-support.Tpo .deps/libZeroGSLinux_a-support.Po
rm -f libZeroGSLinux.a
ar cru libZeroGSLinux.a libZeroGSLinux_a-callbacks.o libZeroGSLinux_a-Conf.o libZeroGSLinux_a-interface.o libZeroGSLinux_a-Linux.o libZeroGSLinux_a-support.o
ranlib libZeroGSLinux.a
make[2]: Entrando no diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl/Linux'
make[2]: Nada a ser feito para `install-exec-am'.
make[2]: Nada a ser feito para `install-data-am'.
make[2]: Saindo do diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl/Linux'
make[1]: Saindo do diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl/Linux'
Making install in .
make[1]: Entrando no diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl'
gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -MT libZeroGSogl_a-GSmain.o -MD -MP -MF .deps/libZeroGSogl_a-GSmain.Tpo -c -o libZeroGSogl_a-GSmain.o `test -f 'GSmain.cpp' || echo './'`GSmain.cpp
Em arquivo incluído de GSmain.cpp:39:
zerogs.h:41:19: erro: Cg/cg.h: Arquivo ou diretório inexistente
zerogs.h:42:21: erro: Cg/cgGL.h: Arquivo ou diretório inexistente
zerogs.h:124: error: ‘CGprogram’ does not name a type
zerogs.h:132: error: ‘CGprogram’ does not name a type
zerogs.h:133: error: ‘CGparameter’ does not name a type
zerogs.h:134: error: ‘CGparameter’ does not name a type
zerogs.h:135: error: ‘CGparameter’ does not name a type
zerogs.h: In constructor ‘FRAGMENTSHADER::FRAGMENTSHADER()’:
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘prog’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sMemory’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sFinal’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sBitwiseANDX’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sBitwiseANDY’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sInterlace’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sCLUT’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sOneColor’
zerogs.h:128: error: class ‘FRAGMENTSHADER’ does not have any field named ‘sBitBltZ’
zerogs.h:129: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexAlpha2’
zerogs.h:129: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexOffset’
zerogs.h:129: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexDims’
zerogs.h:129: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexBlock’
zerogs.h:129: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fClampExts’
zerogs.h:129: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexWrapMode’
zerogs.h:130: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fRealTexDims’
zerogs.h:130: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTestBlack’
zerogs.h:130: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fPageOffset’
zerogs.h:130: error: class ‘FRAGMENTSHADER’ does not have any field named ‘fTexAlpha’
zerogs.h: At global scope:
zerogs.h:145: error: ‘CGprogram’ does not name a type
zerogs.h:146: error: ‘CGparameter’ does not name a type
zerogs.h: In constructor ‘VERTEXSHADER::VERTEXSHADER()’:
zerogs.h:144: error: class ‘VERTEXSHADER’ does not have any field named ‘prog’
zerogs.h:144: error: class ‘VERTEXSHADER’ does not have any field named ‘sBitBltPos’
zerogs.h:144: error: class ‘VERTEXSHADER’ does not have any field named ‘sBitBltTex’
zerogs.h: At global scope:
zerogs.h:182: error: ‘CGparameter’ does not name a type
ZeroGSShaders/zerogsshaders.h:27: error: ‘CGcontext’ does not name a type
ZeroGSShaders/zerogsshaders.h:29: error: ‘CGprogram’ does not name a type
make[1]: ** [libZeroGSogl_a-GSmain.o] Erro 1
make[1]: Saindo do diretório `/home/jacson/pcsx2/plugins/gs/zerogs/opengl'
make: ** [install-recursive] Erro 1
Error with building plugins

-----------------------------------------------
E foi isto baixei todas as bibliotecas e igual zuo!

Por favor, me afudem! Vlw pessoal!

Intel Centrino 1.86 Ghz, 1 GB ram, Intel GMA 900 128 MB, Hd 120 GB
S.O.: Ubuntu 7.10 e Kurumin 7


  


2. Gc Nvidia

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 27/11/2007 - 18:07h

O erro é porque ele não está encontranto os arquivos do gc Nvidia... depois de copiar e extrair os arquivos
vc deve copiar a pasta usr para a pasta /


3. Re: PCSX2 0.9.4 Sourse

Jacson
Debian_Linux

(usa Kurumin)

Enviado em 29/11/2007 - 11:22h

Vlw a dika, vou tentar!
ateh +


4. Funcionou o emulador?

Adriano Macario
Adriano Macario

(usa Debian)

Enviado em 07/02/2008 - 17:46h

Resumindo...funcionou? Se sim me falem porque eu tambem quero instalar...valeu!!!


5. Funcionou

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 18/02/2008 - 20:36h

Funcionou... mas ficou a mesma coisa que no windows, ou seja alguns jogos rodam mas aqui na minha maquina (AMD X2 1.7, 1 GIGA DDR2 800, ATI X1650) ficou muito lento as imagens, tentei alguns jogos e nos cgs a imagem fica lerda demais...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts