mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
WX: Replace 'BIOS' with 'IPL'
It's not really a BIOS.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user