mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Unused code removed
This commit is contained in:
parent
e4bfe81712
commit
6cbdeb9411
4 changed files with 7 additions and 30 deletions
|
|
@ -1,8 +1,9 @@
|
|||
#include "stdafx_gui.h"
|
||||
#include "Utilities/rMsgBox.h"
|
||||
|
||||
#include "Emu/Cell/PPUProgramCompiler.h"
|
||||
using namespace PPU_opcodes;
|
||||
//#include "Emu/Cell/PPUProgramCompiler.h"
|
||||
//using namespace PPU_opcodes;
|
||||
|
||||
#include "CompilerELF.h"
|
||||
|
||||
enum CompilerIDs
|
||||
|
|
@ -392,8 +393,8 @@ void CompilerELF::LoadElf(wxCommandEvent& event)
|
|||
LoadElf(fmt::ToUTF8(ctrl.GetPath()));
|
||||
}
|
||||
|
||||
#include "Emu/Cell/PPUDisAsm.h"
|
||||
#include "Emu/Cell/PPUDecoder.h"
|
||||
//#include "Emu/Cell/PPUDisAsm.h"
|
||||
//#include "Emu/Cell/PPUDecoder.h"
|
||||
|
||||
void CompilerELF::LoadElf(const std::string& path)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue