2022-04-23 08:59:50 +00:00
|
|
|
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2018-08-02 13:59:08 +00:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-11-26 20:19:08 +00:00
|
|
|
namespace Core {
|
|
|
|
class System;
|
|
|
|
}
|
|
|
|
|
2018-08-02 13:59:08 +00:00
|
|
|
namespace Service::Migration {
|
|
|
|
|
2023-02-18 21:26:48 +00:00
|
|
|
void LoopProcess(Core::System& system);
|
2018-08-02 13:59:08 +00:00
|
|
|
|
|
|
|
} // namespace Service::Migration
|