mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Tools: Load GameCube BIOS added
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user