mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
11 lines
245 B
C
11 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();
|