Disassembler for quicknes
This commit is contained in:
parent
47956e6d86
commit
7bb3eeae5b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue