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

#pragma once

unsigned InterpreterMainLoop(ARMul_State* state);