mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
WX: Replace 'BIOS' with 'IPL'
It's not really a BIOS.
This commit is contained in:
parent
a33d48dd0d
commit
94bb55cef0
6 changed files with 34 additions and 34 deletions
|
@ -328,9 +328,9 @@ private:
|
|||
void OnImportSave(wxCommandEvent& event);
|
||||
void OnExportAllSaves(wxCommandEvent& event);
|
||||
|
||||
void OnLoadGameCubeBIOSJAP(wxCommandEvent& event);
|
||||
void OnLoadGameCubeBIOSUSA(wxCommandEvent& event);
|
||||
void OnLoadGameCubeBIOSEUR(wxCommandEvent& event);
|
||||
void OnLoadGameCubeIPLJAP(wxCommandEvent& event);
|
||||
void OnLoadGameCubeIPLUSA(wxCommandEvent& event);
|
||||
void OnLoadGameCubeIPLEUR(wxCommandEvent& event);
|
||||
|
||||
void OnNetPlay(wxCommandEvent& event);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue