mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 12:44:34 +01:00
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();
|