diff --git a/libretro-db/README.md b/libretro-db/README.md index 5b4fc0ade7..debe81daf2 100644 --- a/libretro-db/README.md +++ b/libretro-db/README.md @@ -69,7 +69,12 @@ Usecase: Search for all games released on October 1995. `libretrodb_tool find "{'releasemonth':10,'releaseyear':1995}"` -3) Names only search +3) Hash matching query +Usecase: Search for any game matching a given crc32, in this case Soul Blazer (USA) for the SNES. Also works with serial, md5, and sha1. + +`libretrodb_tool find "{'crc':b'31B965DB'}"` + +4) Names only search Usecase: Search for all games released on October 1995, wont print checksums, filename or rom size, only the game name. `libretrodb_tool get-names "{'releasemonth':10,'releaseyear':1995}"`