suyu/src/core/arm/dyncom/arm_dyncom_interpreter.h
2015-02-13 10:48:32 -05:00

9 lines
239 B
C

// 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);