Package: mupen64plus-core / 1.99.5-6

Metadata

Package Version Patches format
mupen64plus-core 1.99.5-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dejavu font.patch | (download)

projects/unix/Makefile | 1 1 + 0 - 0 !
src/osd/osd.cpp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 use font from ttf-dejavu-core
printf_fixup.patch | (download)

src/api/callbacks.h | 2 1 + 1 - 0 !
src/debugger/dbg_decoder.c | 5 5 + 0 - 0 !
src/main/main.h | 2 1 + 1 - 0 !
src/osd/osd.h | 4 2 + 2 - 0 !
4 files changed, 9 insertions(+), 4 deletions(-)

 add printf-format attribute
 The compiler needs to get more information for function declaration to
 help to find printf specific format attacks.
floatingpoint_config.patch | (download)

src/api/config.c | 21 6 + 15 - 0 !
1 file changed, 6 insertions(+), 15 deletions(-)

 support locales with commas instead of periods for decimal separator
debugger_memory_breakpoints.patch | (download)

src/debugger/dbg_breakpoints.c | 14 7 + 7 - 0 !
src/memory/memory.c | 16 8 + 8 - 0 !
2 files changed, 15 insertions(+), 15 deletions(-)

 fix off-by-one error of memory in memory debugger
rjump_gcc47.patch | (download)

src/r4300/x86/rjump.c | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 fix name of pic thunks with gcc 4.7
debugger_api.patch | (download)

src/api/m64p_types.h | 22 22 + 0 - 0 !
src/debugger/dbg_breakpoints.h | 22 1 + 21 - 0 !
2 files changed, 23 insertions(+), 21 deletions(-)

 moved breakpoint typedef and bpt_* macros from dbg_breakpoints.h into m64p_types.h
disable_recompiler_disassembler.patch | (download)

projects/unix/Makefile | 2 1 + 1 - 0 !
src/debugger/dbg_memory.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 disable the disassembler of the recompiled code
 The interface of libopcode.so and libbfd.so is not stable and therefore not
 allowed to use in Debian. The libopcode.a and libbfd.a don't provide PIC
 object files and therefore cannot be linked to the PIC shared object.
 .
 This part of the debugging interface can be disabled because their is no known
 user interface that has support for it.
unused_bdslot.patch | (download)

src/debugger/dbg_decoder.c | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 remove unused variable bdslot
printf_function_pointer.patch | (download)

src/debugger/dbg_memory.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 print function pointer using %p instead of %x
gcc_lto.patch | (download)

projects/unix/Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 enable experimental support for link-time optimization