mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Fixed VFS initialization order
Fixed RAP location for SELF Fixed custom config loading
This commit is contained in:
parent
45bb51ded8
commit
3751d5d5c1
6 changed files with 85 additions and 89 deletions
|
|
@ -553,7 +553,7 @@ void MainFrame::SendOpenCloseSysMenu(wxCommandEvent& event)
|
|||
|
||||
void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
SettingsDialog(this,"");
|
||||
SettingsDialog(this, "");
|
||||
}
|
||||
|
||||
void MainFrame::ConfigPad(wxCommandEvent& WXUNUSED(event))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue