10 lines
245 B
C
10 lines
245 B
C
// 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);
|
|
void InterpreterClearCache();
|