dolphin/Externals/Bochs_disasm
lioncash efdcfe404f Fix a typo in a function prototype in PowerPCDisasm.h
Should be GetGPRName not GetGRPName.

Removed an unnecessary extern declaration of GetGRPName in RegisterWindow.cpp.

Also added GetFPRName to the PowerPCDisasm header for consistency.
2014-06-04 12:12:28 -04:00
..
Bochs_disasm.vcxproj Convert all vcxproj files to UNIX line endings 2013-12-31 14:03:18 -05:00
CMakeLists.txt Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though. 2010-11-01 15:47:02 +00:00
config.h
dis_decode.cpp
dis_groups.cpp
dis_tables.h
dis_tables.inl
disasm.h
opcodes.inl Meta: 2010-06-02 18:00:22 +00:00
PowerPCDisasm.cpp Make Bochs_disasm not depend on Common. 2013-09-12 12:26:59 -05:00
PowerPCDisasm.h Fix a typo in a function prototype in PowerPCDisasm.h 2014-06-04 12:12:28 -04:00
resolve.cpp
stdafx.cpp Add precompiled headers back...I like being able to compile in less than 2 hours, kthx 2009-03-28 17:50:32 +00:00
stdafx.h Add precompiled headers back...I like being able to compile in less than 2 hours, kthx 2009-03-28 17:50:32 +00:00
syntax.cpp