Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_fix-i386-exec-stack.patch | Fix executable stack on i386 Fix is needed only for nasm >= 2.09, not tested on older versions. | Andrey Rahmatullin <wrar@wrar.name> | yes | upstream | 2011-01-15 | |
02_disable-ppc-auto-dynarec.patch | Do not enable dynarec on ppc when built with --enable-dynarec=auto PowerPC dynarec code seems unsupported and not working. | Andrey Rahmatullin <wrar@wrar.name> | not-needed | 2012-03-03 | ||
03_fix-plugin-dir.patch | Move the plugins directory from $libdir/games to $libdir. diff --git a/gui/Makefile.am b/gui/Makefile.am index 040d53e..2650c8c 100644 |
Andrey Rahmatullin <wrar@wrar.name> | no | 2012-06-15 | ||
04_update-homedir-symlinks.patch | Remove old symlinks from ~/.pcsx/plugins/ before creating new ones If a plugin location was changed and a symlink to the old location exist in the home user directory, it must be updated. diff --git a/gui/LnxMain.c b/gui/LnxMain.c index e9b042c..f4aa56f 100755 |
Andrey Rahmatullin <wrar@wrar.name> | no | 2012-06-15 | ||
05_format-security.patch | Fix multiple "format not a string literal" warnings | Andrey Rahmatullin <wrar@wrar.name> | no | 2012-06-15 | ||
06_warnings.patch | Fix some compiler warnings caused by obviously incorrect code | James Cowgill <jcowgill@debian.org> | no | |||
07_non-linux-ip-addr.patch | Add non-linux version of sockGetIP in plugins/bladesio1/gui.c Code was copied from correct version in plugins/dfnet/gui.c | James Cowgill <jcowgill@debian.org> | no | |||
08_reproducible.patch | Remove use of __DATE__ to make the build reproducible | James Cowgill <jcowgill@debian.org> | no | |||
09_zlib-1.2.9.patch | Fix FTBFS with zlib 1.2.9 by renaming uncompress2 to uncompress2_internal | no | debian | upstream, https://github.com/pcsxr/PCSX-Reloaded/commit/6484236cb0281e8040ff6c8078c87899a3407534 | ||
10_cross.patch | Fix cross building from x86 to non-x86 Caused by the dynamic recompiler selection confusing build and host architectures. |
Helmut Grohne <helmut@subdivi.de> | no | debian | ||
11_implicit-function-declaration.patch | Fix -Wimplicit-function-declaration errors Fixes FTBFS with dpkg >= dpkg 1.22.6 | James Cowgill <jcowgill@debian.org> | no | debian | ||
12_sdl-joystick.patch | Use SDL_JoystickNameForIndex to fix crash with 2 joysticks | Tim Small <tim@seoss.co.uk> | no | debian |