mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-16 06:27:50 +00:00
740d286c8f
* remove some files (useless or copyright issue) from the source package. * Use some user defined cflags for cmake. (package will use O2 by default) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3434 96395faa-99c1-11dd-bbfe-3dabce05a288
pcsx2 for debian ========================= * This version have some majors modification against default upstream -> documents are stored in $XDG_CONFIG_HOME instead of $HOME/pcsx2 -> some features was removed to compile against libsound 1.3. Pcsx2 needs the version 1.5 * This package is highly experimental. * Documentation needs some loves. Feel free to help. * -fPIC option was removed for multiple reason. - Code only support x86 architecture. - Upstream code use ebx register so it is not compliant with PIC. - Impact too much performance. - only plugins so no others package link against us. -- Gregory Hainaut <gregory.hainaut@gmail.com> Sat, 24 Apr 2010 23:11:10 +0200