Dolphin Git 3.0-64 - 模擬器

Table of Contents

http://www.emucr.com/2011/08/dolphin-30-64.html

Q: Why Git?
A: Git has many advantages over Subversion which makes it more comfortable to
use for developers. The most important thing is easier branches, i.e. if
someone decides to implement a major feature like GLSL support or the texture
cache rewrite, you don't need to f*ck up the main development tree but can
play around in another branch of the source code without causing problems in
the main build.


Dolphin new-rev-string Git changelog:
* BS2: check the hash of the loaded ipl.bin file
remove some extra + chars from a few ini files (copypasta from a patch?)
* oops
* Remove hash from revision description for cmake and windows.
* remove hash from rev description
* minor cleanup of make_scmrev.h.js
* Merge branch 'new-rev-string'


--

All Comments

Irma avatarIrma2011-08-28
SVN改成Git
Caitlin avatarCaitlin2011-09-02
雖然有好處,但在回報問題時感覺會變得更麻煩...