aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/disassembler/load_symbol_map.h
blob: 837cca99bcd226488fba7946998703026ca73c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2
// 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);