ROM guessing
[lsnes.git] / include / core / romguess.hpp
blobf2541fff90975bc6df43599e84c326c391886154
1 #ifndef _romguess__hpp__included__
2 #define _romguess__hpp__included__
4 #include "core/romloader.hpp"
5 #include "core/window.hpp"
7 void try_guess_roms(rom_request& req);
8 void record_filehash(const std::string& file, uint64_t prefix, const std::string& hash);
9 std::string try_to_guess_rom(const std::string& hint, const std::string& hash, const std::string& xhash,
10 core_type& type, unsigned i);
12 #endif