Update BizHawk.Emulation.Cores.csproj
This commit is contained in:
parent
1dc60e9274
commit
0d6d8285a5
|
@ -359,6 +359,8 @@
|
|||
<Compile Include="Consoles\Atari\A7800Hawk\Mappers\MapperDefault.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\Mappers\MapperSG.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\Mappers\MapperSGE.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\Mappers\MapperF18.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\Mappers\MapperRampage.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\Mappers\MapperBase.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\MemoryMap.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
|
@ -1331,4 +1333,4 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue