aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.h
blob: 1c324d29ccc5313ce0a868e837fe4a52567d8b1b (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

#include "core/arm/skyeye_common/armdefs.h"

unsigned InterpreterMainLoop(ARMul_State* state);