- // Copyright 2014 Citra Emulator Project
- // Licensed under GPLv2 or any later version
- // Refer to the license.txt file included.
- #pragma once
- #include <string>
- /*
- * Loads a symbol map file for use with the disassembler
- * @param filename String filename path of symbol map file
- */
- void LoadSymbolMap(std::string filename);
|