suyu/src/core/hle/service/jit/jit.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
253 B
C++
Raw Normal View History

// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
2022-04-06 14:46:21 -04:00
#pragma once
namespace Core {
class System;
}
namespace Service::JIT {
void LoopProcess(Core::System& system);
2022-04-06 14:46:21 -04:00
} // namespace Service::JIT