citra/src/core/arm/dyncom/arm_dyncom_interpreter.h
2014-12-20 21:20:24 -08:00

7 lines
194 B
C

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