project64/Source/Project64-core/N64System/Mips/OpcodeName.h

14 lines
867 B
C
Raw Normal View History

2015-12-06 09:59:58 +00:00
/****************************************************************************
* *
* Project64 - A Nintendo 64 emulator. *
* http://www.pj64-emu.com/ *
* Copyright (C) 2012 Project64. All rights reserved. *
* *
* License: *
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
* *
****************************************************************************/
#pragma once
const char * R4300iOpcodeName(uint32_t OpCode, uint32_t PC);