aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/disassembler/load_symbol_map.h
blob: d28c551c3b896f375f8f60220c3963e95260bc52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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);