~random-stuff/random-stuff/+git/mupen64plus-core:casualjames/nocoredeps

Last commit made on 2012-06-23
Get this branch:
git clone -b casualjames/nocoredeps https://git.launchpad.net/~random-stuff/random-stuff/+git/mupen64plus-core

Branch merges

Branch information

Name:
casualjames/nocoredeps
Repository:
lp:~random-stuff/random-stuff/+git/mupen64plus-core

Recent commits

a1df15e... by casualjames casualjames <email address hidden>

Tabs to spaces

d4a9f9a... by casualjames casualjames <email address hidden>

Fixed a very bad mistake on R4300 initialization which broke lots of games. Added VI callback (to be used by movie recording).

d6cc0ca... by casualjames casualjames <email address hidden>

Pull changes from official repos (note that some changes, i.e. screenshots, eventloop.c have gone to UI)

84a36e8... by Sven Eckelmann

Enable experimental support for link-time optimization

68e3d13... by Sven Eckelmann

Import minizip from zlib 1.2.7

307c687... by Sven Eckelmann

Print function pointer using %p instead of %x

a68e8d6... by Sven Eckelmann

Remove unused variable bdslot in db_disasm_insn

b6aa3e5... by Sven Eckelmann

Reduce call overhead for assemble functions

The macro like assemble functions have a relative high overhead due to the call
necessary to write only a small number of bytes. A compiler without link time
global optimization cannot analyze these functions and inline them.

8dcdbb0... by Sven Eckelmann

Remove unused functions

34d8776... by Richard Goedeken <email address hidden>

moved breakpoint typedef and BPT_* macros from dbg_breakpoints.h into m64p_types.h