mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 20:42:07 +00:00
Tools: Load GameCube BIOS added
This commit is contained in:
parent
643b218c1d
commit
95ea721f06
11 changed files with 57 additions and 12 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Event.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "DolphinWX/Globals.h"
|
||||
|
||||
#if defined(HAVE_X11) && HAVE_X11
|
||||
|
@ -183,7 +184,7 @@ private:
|
|||
void InitializeTASDialogs();
|
||||
void InitializeCoreCallbacks();
|
||||
|
||||
void StartGame(const std::string& filename);
|
||||
void StartGame(const std::string& filename, SConfig::EBootBS2 type = SConfig::BOOT_DEFAULT);
|
||||
void SetDebuggerStartupParameters() const;
|
||||
|
||||
// Utility
|
||||
|
@ -327,6 +328,10 @@ private:
|
|||
void OnImportSave(wxCommandEvent& event);
|
||||
void OnExportAllSaves(wxCommandEvent& event);
|
||||
|
||||
void OnLoadGameCubeBIOSJAP(wxCommandEvent& event);
|
||||
void OnLoadGameCubeBIOSUSA(wxCommandEvent& event);
|
||||
void OnLoadGameCubeBIOSEUR(wxCommandEvent& event);
|
||||
|
||||
void OnNetPlay(wxCommandEvent& event);
|
||||
|
||||
void OnShowCheatsWindow(wxCommandEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue