Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 560 Bytes

libretro-dats

Builds a set of DATs for libretro-database.

Features

Builds the following sources...

  • Redump
  • No-Intro
  • TOSEC

Dependencies

  • Node.js

Usage

To download and build the dats, use the following...

git clone https://github.com/RobLoach/libretro-dats.git
cd libretro-dats
git submodule update --init
npm install
npm test

Known Issues