mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
- Implemented HDD manager.
- Implemented VFS manager. - Implemented MFC. - Fixed ELF Compiler. - Improved HLE Func binder.
This commit is contained in:
parent
559852a8fc
commit
81e874c9e2
52 changed files with 2684 additions and 468 deletions
|
|
@ -22,15 +22,7 @@ bool Rpcs3App::OnInit()
|
|||
SetTopWindow(m_MainFrame);
|
||||
Emu.Init();
|
||||
|
||||
try
|
||||
{
|
||||
(new CompilerELF(m_MainFrame))->Show();
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
ConLog.Warning("CompilerELF is broken.");
|
||||
}
|
||||
|
||||
(new CompilerELF(m_MainFrame))->Show();
|
||||
m_debugger_frame = new DebuggerPanel(m_MainFrame);
|
||||
ConLogFrame = new LogFrame(m_MainFrame);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue