aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.h
blob: 7a46dcc9401f891bbf1cee01967d7f759f9c49e6 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

struct ARMul_State;

unsigned InterpreterMainLoop(ARMul_State* state);