Files
eden/src/core/hle/service/ssl/ssl.h
T

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 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
2018-03-23 09:32:50 +03:00
#pragma once
namespace Core {
class System;
}
namespace Service::SSL {
2018-03-23 09:32:50 +03:00
2023-02-18 16:26:48 -05:00
void LoopProcess(Core::System& system);
2018-03-23 09:32:50 +03:00
} // namespace Service::SSL