Disassembler for quicknes

This commit is contained in:
adelikat 2015-01-25 17:04:06 +00:00
parent 47956e6d86
commit 7bb3eeae5b
1 changed files with 2 additions and 1 deletions

View File

@ -393,7 +393,7 @@
<DependentUpon>N64.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\N64\N64.IDisassemblable.cs">
<DependentUpon>N64.cs</DependentUpon>
<DependentUpon>N64.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\N64\N64.IInputPollable.cs">
<DependentUpon>N64.cs</DependentUpon>
@ -634,6 +634,7 @@
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IDebuggable.cs">
<DependentUpon>QuickNES.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IDisassembler.cs" />
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IInputPollable.cs">
<DependentUpon>QuickNES.cs</DependentUpon>
</Compile>