1 // Copyright 2017 Dolphin Emulator Project
2 // Licensed under GPLv2+
3 // Refer to the license.txt file included.
4 
5 #pragma once
6 
7 namespace IOS::HLE::MIOS
8 {
9 bool Load();
10 }  // namespace IOS::HLE::MIOS
11