all repos — mgba @ 79252c21fc187fff24cb9ba49d51162c11394172

mGBA Game Boy Advance Emulator

Merge pull request #56 from tommai78101/patch-1

All: Adding a web link to MurmurHash3.
endrift jeffrey@endrift.com
Wed, 01 Jul 2015 17:11:16 -0700
commit

79252c21fc187fff24cb9ba49d51162c11394172

parent

85cdb42a17023db6cc7eaf89feee7f0a03460a96

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

jump to
M README.mdREADME.md

@@ -146,4 +146,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.