Tools: Load GameCube BIOS added

This commit is contained in:
Sepalani
2017-05-21 20:52:44 +01:00
parent 643b218c1d
commit 95ea721f06
11 changed files with 57 additions and 12 deletions

View File

@ -6,9 +6,11 @@
#include <string>
#include "Core/ConfigManager.h"
namespace BootManager
{
bool BootCore(const std::string& _rFilename);
bool BootCore(const std::string& filename, SConfig::EBootBS2 type);
// Stop the emulation core and restore the configuration.
void Stop();