all repos — mgba @ 16eaa604e2906e7217b4e5c1c9dbcb5b04f2012a

mGBA Game Boy Advance Emulator

Adding a web link to MurmurHash3.

Unfortunately, the wiki claims the contents are out of date, and can't seem to find the latest wiki revision.
Thompson Lee tom.mai78101@gmail.com
Wed, 01 Jul 2015 19:37:52 -0400
commit

16eaa604e2906e7217b4e5c1c9dbcb5b04f2012a

parent

78a287eb2d162149eec655efee9a5f5639b79c15

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -125,4 +125,4 @@

- [inih](https://code.google.com/p/inih/), which is copyright © 2009 Brush Technology and used under a BSD 3-clause license. - [blip-buf](https://code.google.com/p/blip-buf/), which is copyright © 2003 – 2009 Shay Green and used under a Lesser GNU Public License. - [LZMA SDK](http://www.7-zip.org/sdk.html), which is public domain. -- MurmurHash3 implementation by Austin Appleby, which is public domain. +- [MurmurHash3](https://code.google.com/p/smhasher/wiki/MurmurHash3) implementation by Austin Appleby, which is public domain.